Home Gallery Resources The Team Rules chat Login Register
  Show Topics
Pages: [1]
1  Help & Tutorials / General Tutorials / Quick and Dirty BrawlEx Cloning! on: February 26, 2015, 05:14:10 PM
So I had made this in the actual BrawlEx thread, but I thought I would put it here. Partly so that others could use it, and partly because then I personally can easily come back and refer to it. Tongue (*Note that it says "Quick and Dirty" and not "Guaranteed to work smoothly"... more than likely some trial and error will happen when you go through the process.)


For this tutorial I am using the Project M D.I.Y. files. Also I do not use Dolphin, so I have no idea if this works for it. It should, but no guarantees. Tongue

Cloning Process


1. This is what the tool should look like when you open up the folder.


2. Add a clone, and you will see that it added the necissary files to the BrawlEx directory. It also added the slot in the CSSRoster.dat



3. Change the name of the clone to the desired name. In this case I changed it to BlackKnight.
Then make a new folder /pf/fighter/blackknight/ Inside of that put the required files. Rename them to fitBlackKnight... I screwed up and forgot to capitalize the 'K' in the picture. The name should stay the same for all files.


4. Edit the module. You will need to copy the ft_ganonBX file into the module folder, and rename it to ft_blackknight. Then open it in module editor and change the 14 to 41 in section8. This is changing it from Ganon's ID to the new clones ID.
You should now have a working clone.


Cosmetic Process


1. Open common5.pac. (Note that DIY uses common5 instead of sc_selcharacter_en. Normally you would use that.)
Go to sc_selcharacter_en > char_bust_text_lz77 and create a new BRResource Pack. This will be where you put the clone portraits.


2. Change the FileIndex of the new MiscData[] from 0 to 110.  Why 110? I know there is a reason, but I can't quite think of it from the top of my head... something about not interfering with other files or something. For all consecutive clones you would just add 1. So 110, 111, 112, etc...


3. Add the CSP portraits for you character. Compress them to CMPR instead of C18. Be sure to name them MenSelchrFaceB.###1, MenSelchrFaceB.###2, MenSelchrFaceB.###3, etc... Replace the ### with the same FileIndex number as the MiscData. So MenSelchrFaceB.1101. (This 110 number is important. Remember it!)


4. Now go to sc_selcharacter_en > MiscData[70]. Add your two new textures for the CSS name and icon. Be sure to name them MenSelchrChrFace.0### and MenSelchrChrNmS.0###.



5. Now go to sc_selcharacter_en > MiscData[30] and add your CSP Name file. Be sure to name it MenSelchrChrNm.###1.


6. Now to make the names and icon appear on screen you must follow these steps (taken from this tutorial):

sc_selcharacter.pacMiscData[30]AnmTexPat(NW4R)
SelchrCname4_TopN__0
 Card010Texture0 +New Entry (FrameIndex=1101 Texture=MenSelchrChrNm.1101)
  Card011Texture0 +New Entry (FrameIndex=1101 Texture=MenSelchrChrNm.1101)
 (FrameCount = 1111)aka(+10)

sc_selcharacter.pacMiscData[30]AnmTexPat(NW4R)MenSelchrFaceA_TopN__0
 Face02Texture0 +New Entry (FrameIndex=1101 Texture=MenSelchrChrFace.110)
  Face06Texture0 +New Entry (FrameIndex=1101 Texture=MenSelchrChrNmS.110)
  (FrameCount = 1111)aka(+10)

  (export MenSelchrFaceA_TopN__0 and replace MenSelchrFaceB_TopN__0 through MenSelchrFaceI_TopN__0)

Follow the directory paths given and add new entries at the end where they tell you. Also be sure to name the properly.


7. IMPORTANT! Without this step nothing you have done will matter. Find the Cosmetic##.dat config file for your clone. In this case Cosmetic41 and open it in a hex editor. The editor I use is called HxD. Also pull out your calculator and change it's setting to programmer. If you put 110 into the calculator and convert it to Hex you get 6E. Use the calculator to convert any future numbers like; 112 = 70 or 124 = 7C.
Now in the hex editor change 1st value in the second row to that new hex number. This will change it from searching for Ganon's files to all files associated with 110. Save that file!


8. Add BPs. Get some InfFace.pac files and rename them to InfFace1101 and so forth. Inside of them replace the textures with the desired BPs, rename the numbers to the clone ID, and save.
(*note that I haven't changed the names in the picture. They should say 1101 instead of 191.)



9. Now add the MenSelchrFaceB###0 file. It is the same basic process as the BPs, but instead of seperate files they are all in one. Replace what you need. These ones line up with the CSPs in char_bust_text_lz77. Be sure to rename them so that they have your clone ID of 110. So MenSelchrFaceB.1101, MenSelchrFaceB.1102, ect...


For me, getting the BPs, CSPs, and costumes to all line up is a pain. I know that certain ones go together, but I usually just trial and error fix it after I have everything there. Just some image replacing. Nothing too strenuous.

I hope this helps. If you see an issue in it, please tell me and I'll edit it.

Post Merge: February 26, 2015, 05:22:15 PM
I get done writing this, and then suddenly my Clone tool decides to stop working... Wow. I guess I will have to add clones the long way. Tongue
2  Help & Tutorials / Help / Project M v3.5 compatible Deadpool costume for Snake on: January 02, 2015, 07:05:01 PM
So I have been customizing my project M to have some alt costumes. When I tried adding Deadpool over his red costume the game froze at stage selection. I'm not sure why. I tried all of the Deadpool models, but none of them have worked.

Does anyone have a PMv3.5 compatible Deadpool alt costume that they can send me the download link to? It would be greatly appreciated! Thanks!
3  Help & Tutorials / Programming Tutorials / Removing CSS Icon Name Tags on: December 08, 2014, 05:23:49 PM
So I have found that this question gets brought up more often than it should, and there has never really been a tutorial for it laid out. So I made this. Tongue

This tutorial is for getting rid of the icon nametags so that your CSS looks like this:

Or at least something like this... There are some clones and stuff in there, but you get the picture!

Alright. Here are the steps

1. Open sc_selcharacter
     -either the file used for brawlex in the pf/menu/ folder
     -or in common5.pac

2. Navigate to MiscData[30]

3. Open AnmChr(NW4R) folder


4. Find MenSelchrFaceA_TopN__0 and open it


5. Select nameEA0

6. Edit the Y translation to 100


7. Repeat for MenSelchrFaceB_TopN__0 through MenSelchrFaceI_TopN__0



So what this essentially does is move the name tags so high up that they appear to be invisible. But in reality they are just hidden off screen because they have been moved up.
4  Help & Tutorials / Help / How do I make only certain parts of a texture to be transparent? on: September 09, 2014, 09:40:51 PM
Alright so I know how to make an object invisible through texture, but I can't get a specific area to be transparent. Here is an image of my texture that needs to have a transparent area along with some BrawlBox screenshots.


How do I get that area in the bottom transparent?
5  Help & Tutorials / Help / What it looks like in brawlbox is not what is seen in game. Why? on: July 16, 2014, 10:32:52 AM
So I was doing some edits for a project I'm working on, and I want to rotate zsuit's ponytail. In brawlbox I went into preview mode and rotated it into the desired location. Then in the normal brawlbox window the model has been changed. I save the pcs and pac and put them on my sd card. But then when I play in game the ponytail is back in it's normal position. Why is this, and how can I fix it?
6  Help & Tutorials / Help / How do I add this intro video while still using the file patch code? on: May 14, 2014, 11:44:03 AM
Ok, so I am making my own custom build and for the intro I would like to play this video. I can't seem to get it to work and I was wondering if someone could either help or give me a copy of an example of an sd card that already has all the required files to add a movie. So like if you already have a working replaced intro, could you send me a copy of the files that I would need? Any help would be appreciated!  Grin
7  Super Smash Bros. Brawl Hacking / Programming / Working BrawlEx with Project M! on: March 14, 2014, 04:37:23 PM
BrawlEx + Project M = AMAZING

But is it possible?...

Alright, so I am starting this thread for people to post anything and everything that they know about the possiblity of BrawlEx working with Project M. I know that a lot of people are wanting this, and that it has been asked before, but everyone seems to say that the answer to this question is no. No, Project M and BrawlEx are not compatible... We are here to prove them wrong!!!


For those of you who have no idea what either of these things are... Here are the links!

BrawlEx Thread: http://forums.kc-mm.com/index.php?topic=65113.0

Project M Official Site: http://projectmgame.com/en/


I have heard that apparently the latest version of Project M, 3.02, has built in codes so that cloning and easily editing of things is more difficult... Well thanks to MachWindEX, who has provided us with an older version of Project M, we can attempt to mess with version 2.1!

Here is the download link for 2.1: http://www.mediafire.com/download/z6x23d8p7n9ao3b/project+m+2.1.zip


So my goal for this thread is to answer this question! Whether it be that it is a complete dead end and we have all wasted out time... OR!!! We have created another amazing thing for the Brawl hacking community to enjoy!!  Awesome Face

Please try and keep this thread specifically on the topic of BrawlEx + Project M. If you have questions about BrawlEx or Project M separately, please ask those questions in the actual threads for those. Not here. Thanks! Wink




Post Merge: March 14, 2014, 06:44:05 PM
Well to start things off... I have messed around with v2.1 a little bit and found that it is not gonna be as easy as just copy and paste. Obviously.  Tongue

When you add all of the proper BrawlEx files into the correct folders the game works fine until you get to the CSS. You get a completely blank CSS. The bad news about this is that it isn't working, but the good news is that this means that the BrawlEx data is being read and applied in some way!

I think this is because of something in the codes.

Post Merge: March 14, 2014, 07:14:33 PM


Alright. Well here are all of the codes that are inside of the Project M v2.1 RSBE01.gct

Code:
RSBE01
Smash Bros Brawl (US)

GCT Edit TXT Output

Unrestricted Pause Camera
040A7D60 4E800020
04109D88 38800001

Triple Jump Glitch Fix
04858DCC 38830003

Default Settings Modifier
24494A98 80000000
20523300 00000000
04523300 DEADBEEF
42000000 90000000
0417F360 00000104
0417F364 04000A00
0417F368 08010101
0417F36C 01000000
E0000000 80008000

Tags in Replays
0404B140 38A00000

All players can be on the same team
0468D534 38600000

Can start game with 1 player
0468D420 2C060001

Lone Zelda icon
046900E8 60000000

CSS fixes for Giga Bowser
C2684940 00000002
9BB400B8 57BD06BE
2C1D001B 00000000
040AF8D4 546025B6
040AF964 546025B6
040AF830 546025B6
040AF528 546025B6
040AF810 546025B6
040AF880 546025B6
040AF848 546025B6

Independent Pokemon engine
06407BD0 0000000E
04030F0D 1E1B1F1B
201B211B 221B0000
C2684964 00000007
881400B8 2C00003F
41A00028 2C03001D
40A20008 3860001E
2C03001F 40A20008
38600020 2C030021
40A20008 38600022
987400B8 00000000

Custom CSS
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900D8 00000008
2C170028 41820168
02680DE0 0022FFFF
06680DE0 0000001E
1500090C 0D010A14
2507131F 0E0F0224
190B0823 205C1121
17221226 27290000

No Tripping
0481CB34 C0220020
045A9340 00000000

File Patch Code v3.5.1
E0000000 80008000
225664EC 00000000
0401BFE0 4858BE20
065A7E00 00000070
38A00067 38810020
3CE0805A 60E37C18
4BE52531 38A0007F
3883FFE8 38610020
4BE52521 38A00068
60E47C18 38610020
9421FF80 BC410008
38610088 4BA74DB9
7C7C1B78 2C030000
4082000C 38210080
4800001C B8410008
38210080 4BE524E5
38610008 4BA742E1
7C7C1B78 4BA741E8
040223E0 48585BC0
065A7FA0 00000028
80010044 3C608001
6063581C 7C001800
4082000C 7FDDC850
3BDEFFE0 93DB0008
4BA7A424 00000000
0401CD0C 4858B1F4
065A7F00 00000038
2C030000 4182000C
4BA7DD51 4BA74E04
80780008 2C030000
41820014 8118000C
7C634214 7C7B1850
48000008 8078000C
4BA74DE0 00000000
043EE9D8 48000014
043EEBD4 48000014
043D8B9C 48000018
043E9B4C 38600000
043E9D38 38600000
043D8C80 60000000
80000000 80406920
80000001 805A7C00
8A001001 00000000
045A7C10 2F525342
045A7C14 452F7066
80000001 805A7B00
8A001001 00000000
065A7B10 0000000F
2F525342 452F7066
2F736F75 6E642F00
041C6CE0 483E0D20
065A7A00 00000028
9421FF80 BC410008
3C60805A 60637B1F
4BE52931 B8410008
38210080 4BE52995
4BC1F2C4 00000000
065A7900 00000078
9421FF80 7C0802A6
9001000C BC810010
9421FF00 7C872378
54B2BA7E 7CD33378
38800000 9081000C
90810010 90610014
90810018 3880FFFF
9081001C 38610020
90610008 7CE43B78
38A00080 4BE529F5
38610008 4BA752A1
60000000 80210000
B8810010 8001000C
7C0803A6 80210000
4E800020 00000000
043E399C 481C3F04
065A78A0 00000010
80BC0020 7CA59214
3A400000 4BE3C0F4
043DBAEC 481CBDE4
065A78D0 00000018
800302A4 2C130000
41820008 7E609B78
3A600000 4BE3420C
041CDF7C 483D9884
065A7800 00000098
818C0014 9421FF80
BC410008 3D009034
61089D94 7C034000
4082003C 7C882378
3C60804D 60630000
3C80805A 60847B00
7CC53378 38C04200
80E40080 2C070000
40820014 60000000
480000B9 2C030000
41820010 B8410008
80210000 4BC26724
70A501FF 3868FFFF
3C80804C 6084FFFF
7C842A14 38A04001
38A5FFFF 8C040001
9C030001 2C050000
4082FFF0 B8410008
80210000 4BC2670C
141CCF90 483DA770
065A7700 00000048
9421FF80 BC410008
7FE3FB78 3C80805A
60847B00 38A00000
38C04000 480001E5
90640080 807F0008
907A0014 907A005C
907A0074 B8410008
80210000 807F0000
4BC25854 00000000
E0000000 80008000

 


I believe that the individual pokemon, CSS gigabowser fix, and zelda icon codes need to be removed somehow, but my code editors don't seem to allow me to enter all 3781 lines of the Project M code. Any help on this would be appreciated.

I'm gonna have to split the Project M codes into its own separate posts because it exceeds the maximum allowed characters for a post!!


Post Merge: March 14, 2014, 07:16:25 PM
Here are the Project M codes! Part 1

Code:
Unknown Codes <-------------- Project M's custom codes
04B88EB0 0000001D
04FAC2B8 00000C36
06FB0FFC 00000008
00000000 0000000F
4A000000 90000000
1619A490 00000058
00000000 00000016
00000006 00000003
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 001E3660
00000002 9019A4C8
02010200 9019A490
02040400 9019A4A0
02000300 80FAE64C
00080000 00000000
06FC1B80 00000008
00070100 9019A4C0
4A000000 90000000
1619B6A0 00000120
00000000 0000000A
00000006 00000007
00000005 1100001D
00000000 00000004
00000001 00008CA0
00000000 0000001E
00000006 00000007
00000005 1100001D
00000000 00000001
00000001 FFFF7360
00000000 0000001F
00000006 00000007
00000005 1100001C
00000000 00000004
00000001 00008CA0
00000000 00000020
00000006 00000007
00000005 1100001C
00000000 00000001
00000001 FFFF7360
00000002 9019B748
02000601 80FB088C
02040400 80FB0864
02040100 80FB0884
02010500 9019B6A0
02040400 80FB09F4
02040100 80FB0884
02010500 9019B6C8
02040100 80FB0884
02010500 9019B6F0
02040100 80FB0884
02010500 9019B718
02040100 80FB0884
02010500 9019B6A0
02040100 80FB0884
00080000 00000000
06FC2098 00000018
00070100 9019B740
00020000 00000000
00020000 00000000
C283C320 00000006
2C19004A 41820014
2C190060 4182000C
2C190061 40A20010
3860FFFF 2C03FFFF
48000008 2C00FFFF
60000000 00000000
4A000000 90000000
1619D000 000000B8
00000000 00000025
00000006 00000008
00000005 22000015
00000006 80000008
00000005 22000011
00000000 00002761
00000000 00000024
00000006 00000008
00000005 22000015
00000006 00000033
00000000 00000000
00000006 80000030
00000000 0000000F
00000005 20000002
00000006 00000014
00000001 00001770
00040100 80FB1F44
000A0100 9019D070
000B0200 9019D048
120A0100 80FB1F54
000F0000 00000000
00010100 9019D078
00050000 00000000
04FB2038 22000013
06FB205C 00000050
02010300 9019D000
02040200 80FB1DEC
02040200 9019D018
02040100 80FB1E3C
000F0000 00000000
02000400 9019D028
02040200 80FB1ED4
02040100 80FB1E3C
00020000 00000000
00020000 00000000
06FB20D4 00000020
00020000 00000000
0D000200 80FB1F1C
00110100 80FB1EF4
00020000 00000000
06FB1A94 00000018
000A0200 80FB1DFC
12030100 9019D068
000F0000 00000000
06FB1CDC 000000B0
000A0200 9019D048
120A0100 80FB1F74
000F0000 00000000
000A0200 80FB1E2C
000A0200 80FB1DFC
000B0200 80FB1C8C
000B0200 9019D058
120A0100 80FB1F4C
000F0000 00000000
000A0200 80FB1C34
000B0200 9019D058
120A0100 80FB1F4C
000F0000 00000000
000F0000 00000000
000A0200 80FB1CB4
000B0200 9019D008
120A0100 80FB1F6C
000F0000 00000000
00020000 00000000
00020000 00000000
00020000 00000000
00020000 00000000
065A9180 00000004
FF001000 00000000
066A1ED8 00000008
3F000000 40600000
066A1EEC 00000008
40B00000 41080000
0469F600 7C002051
066FF9A0 00000014
2F6D656E 75322F73
635F7469 746C652E
70616300 00000000
066FB248 00000017
2F6D656E 75322F6D
755F6D65 6E756D61
696E2E70 61630000
0445545C 00001FD8
040AF850 38640000
046B8F5C 7C802378
046B8F64 7C6300AE
040AF618 5460083C
040AF68C 38840002
040AF6AC 5463083C
040AF6C0 88030001
040AF6E8 3860FFFF
040AF59C 3860000C
060B91C8 00000018
BFA10014 7CDF3378
7CBE2B78 7C7D1B78
2D05FFFF 418A0014
006B929C 0000001F
066B99D8 0000001F
00010203 04050709
080A0B0C 0D0E0F10
11141516 1A191217
2A18131D 1E1B1C00
006B92A4 0000000A
066B9A58 0000000A
1F202122 25242326
27280000 00000000
06407AAC 00000056
01010202 03030404
05050606 37640808
0909330A 0B0B0C0C
0D0D0E0E 130F1410
15111612 17131814
19151C16 1D171E18
1F19201A 211B221C
231D241E 251F2932
2A332B34 2C352D36
2F373038 3139323A
2E3B0064 07070000
0404FAE4 38000FFF
205A91F8 00000001
C0000000 0000000B
9421FFE0 BF410008
3FE0901B 63FF4000
3BC2FEE0 835F0000
2C1A0000 40810030
7F5AC670 7F5BD378
1F9A0004 7FFEE12E
875F0008 2C1A0000
40810014 7F5AC670
7C1AD800 4182FFEC
4BFFFFDC BB410008
38210020 4E800020
045A91F8 00000002
E0000000 80008000
4A000000 90000000
1619A650 00000058
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 003C6CC0
00000002 9019A678
000A0400 9019A650
00070100 80FB3F24
00020100 80FB3F2C
00070100 80FB3F34
000F0000 00000000
00080000 00000000
06FB3F64 00000018
00070100 9019A670
00020000 00000000
00020000 00000000
4A000000 90000000
1619AC00 000000E8
00000000 00000001
00000006 00000007
00000005 1000001E
00000000 00000005
00000000 00000000
00000001 0001D4C0
00000000 000000FF
00000000 000000FF
00000000 000000FF
00000000 000000FF
00000000 00000006
00000000 000000FF
00000000 000000FF
00000000 000000FF
00000000 00000000
00000001 00057E40
00000002 9019AC88
02010200 80FAF3EC
02010200 80FAB64C
02040400 80FAB65C
08000100 9019AC00
000A0400 9019AC08
04070100 9019AC28
21010400 9019AC30
21020500 9019AC50
00010100 9019AC78
21000000 00000000
000F0000 00000000
00080000 00000000
06FC1C58 00000008
00070100 9019AC80
4A000000 90000000
1619C400 00000370
00000000 00000010
00000006 00000001
00000000 00000019
00000006 00000003
00000005 000003F3
00000005 21000005
00000005 000003FA
00000005 21000007
00000001 0002D690
00000005 21000005
00000001 0002D690
00000005 21000007
00000000 00000046
00000000 0000001B
00000000 00000000
00000000 00000000
00000000 00000001
00000000 00000001
00000000 00000001
00000005 21000005
00000005 21000007
00000001 0000D2F0
00000005 21000005
00000001 0000D2F0
00000005 21000007
00000001 0000EA60
00000005 12000039
00000000 0000000A
00000005 000003F3
00000005 11000006
00000005 000003FA
00000005 11000007
00000006 00000007
00000005 11000006
00000000 00000000
00000001 00000000
00000001 FFFF15A0
00000005 11000006
00000006 00000007
00000005 11000007
00000000 00000000
00000001 00000000
00000001 FFFF15A0
00000005 11000007
00000005 11000006
00000005 11000007
00000006 00000007
00000005 11000007
00000000 00000005
00000001 0000EA60
00000001 0000EA60
00000005 11000007
00000001 00000000
00000005 11000007
00000001 000027D8
00000005 11000006
00000005 11000007
00000005 11000006
00000005 11000006
00000005 21000005
00000005 000003FA
00000005 11000006
00000005 11000006
00000005 21000007
00000002 9019C608
02010200 9019C400
02010200 9019C410
00070100 80FB18E4
12060200 9019C4E0
12060200 9019C4F0
000A0400 9019C500
120F0200 9019C520
000F0000 00000000
000A0400 9019C530
120F0200 9019C550
000F0000 00000000
12070200 9019C560
000A0400 9019C570
12080200 9019C590
000E0000 00000000
12060200 9019C5A0
000F0000 00000000
12060200 9019C420
12060200 9019C4E0
120F0200 9019C5B0
120F0200 9019C5C0
12080200 9019C5D0
12060200 9019C430
12060200 9019C5E0
120F0200 9019C5B0
120F0200 9019C5C0
12080200 9019C5F0
120F0200 9019C440
120F0200 9019C450
04000100 9019C460
120A0100 9019C4D0
0E000100 9019C4D8
0E080400 9019C470
0E060100 9019C490
0E010200 9019C498
00040100 9019C468
0E080400 9019C470
0E060100 9019C490
0E010200 9019C498
120F0200 9019C4A8
120F0200 9019C4B8
00010100 9019C4C8
00050000 00000000
0E070100 9019C490
00080000 00000000
06FB18F4 00000010
00070100 9019C600
00020000 00000000
06FC2478 00000008
00020000 00000000
4A000000 90000000
1619A1C8 00000050
00000006 00000007
00000005 00000000
00000000 00000004
00000001 0018B820
00000002 9019A1F0
000A0400 9019A1C8
00070100 80FADC4C
000F0000 00000000
12030100 80FB14DC
00080000 00000000
4A000000 80F9FC20
1601195C 00000008
00070100 9019A1E8
0404E818 38600001
0404E83C 38600001
C298D528 00000006
2C060035 41820018
2C060010 41820010
2C06003F 41820008
40820008 38C00033
60000000 90DD08C0
60000000 00000000
4A000000 90000000
161A1100 00000048
00000000 00000051
00000006 00000030
00000000 00000003
00000002 901A1120
02010300 80FB46DC
02040100 80FB46F4
02010300 901A1100
02040100 80FB46F4
00080000 00000000
06FB480C 00000008
00070100 901A1118
06FB4814 00000008
00020000 00000000
4A000000 90000000
1619E6A0 00000078
00000002 9019E6A8
02010300 9019E7E0
02040400 80FA93F4
02040200 9019E840
02010300 9019E7F8
02040400 80FA943C
02040200 9019E840
02010300 9019E810
02040400 80FA9484
02040200 9019E840
02010300 9019E828
02040400 80FA953C
02040400 80FA955C
02040200 9019E840
00000000 00000000
00455638 00000000
046CF700 48000014
04B88F20 00000003
04876F84 28002329
04876694 28002329
0475698C 60000000
0487AD9C 60000000
0487AE00 3800000B
C2112E60 00000014
9421FFE8 BF810008
3F808180 7C1AE000
4080007C 83BA0060
7C1DE000 40800070
83DD007C 7C1EE000
40800064 A3FE0036
2C1F0076 41800058
2C1F0078 41810050
A3FE003A 2C1F0076
41800044 2C1F0078
4181003C 83DD0070
7C1EE000 40800030
83DE0024 7C1EE000
40800024 83DE001C
7C1EE000 40800018
8BFE0003 2C1F0004
4182000C 7C022040
48000008 7C002040
BB810008 38210018
60000000 00000000
04B88294 3F1EB852
04AD7528 3EB33333
04AD752C BEB33333
4A000000 90000000
1619C000 000001C0
00000000 00000000
00000005 1000001E
00000001 00E975A0
00000005 21000005
00000006 00000030
00000000 00000003
00000000 00000008
00000005 1000001E
00000006 00000014
00000006 00000007
00000005 1000001E
00000000 00000001
00000000 00000000
00000006 80000032
00000000 00000003
00000005 00000000
00000005 21000005
00000006 00000007
00000005 21000005
00000000 00000000
00000005 00000000
00000006 00000032
00000000 00000003
00000000 FFFFFFFF
00000002 9019C260
00000002 9019C0D8
00000001 00001770
000A0200 9019C020
000C0400 9019C200
12000200 9019C030
000F0000 00000000
000A0400 9019C088
000A0200 9019C0A8
000C0400 9019C220
12000200 9019C030
000F0000 00000000
12060200 9019C010
000F0000 00000000
12040100 9019C008
00020000 00000000
00020000 00000000
00020000 00000000
00080000 00000000
00020000 00000000
00020000 00000000
00040100 9019C0B8
000A0100 9019C040
000B0400 9019C048
000A0200 9019C068
000B0400 9019C240
12060200 9019C078
000F0000 00000000
000F0000 00000000
00010100 9019C0D0
00050000 00000000
00080000 00000000
4A000000 90000000
1619C200 00000080
00000006 00000007
00000005 1000004C
00000000 00000002
00000001 0000EA60
00000006 00000007
00000005 1000004C
00000000 00000002
00000001 0001D4C0
00000006 00000007
00000005 1000004C
00000000 00000002
00000001 00000000
07020000 00000000
12000200 9019C000
12060200 9019C010
00080000 00000000
06FC2798 00000018
00070100 9019C0C8
00020000 00000000
00020000 00000000
06FC27C0 00000008
00070100 9019C0C0
4A000000 90000000
1619C800 00000040
00000001 0000EA60
00000001 00000000
00000005 11000007
00000002 9019C820
04000100 80FB6724
00010100 9019C800
12060200 9019C808
00080000 00000000
06FB67C4 00000008
00070100 9019C818
4A000000 90000000
1619C850 000000A0
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 006B1DE0
00000006 00000007
00000005 11000007
00000000 00000002
00000001 FFFD40E0
00000000 0000007A
00000006 000000FF
00000002 9019C8A8
000A0400 9019C850
000B0400 9019C870
12060200 9019C808
02010200 9019C890
000F0000 00000000
02000401 80FAE534
02040200 80FAE554
02040400 80FAE564
00080000 00000000
06FC1B00 00000018
00070100 9019C8A0
00020000 00000000
00020000 00000000
4A000000 90000000
1619C900 00000078
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 000CD140
00000000 00000009
00000000 00000018
00000005 20000001
00000002 9019C940
000A0400 9019C900
020A0100 9019C920
12000200 9019C928
000E0000 00000000
00070100 80FB6BA4
000F0000 00000000
00080000 00000000
06FB6C24 00000008
00070100 9019C938
4A000000 90000000
1619C980 000000A8
00000000 000000E0
00000000 FFFFFFFF
00000006 00000007
00000005 20000001
00000000 00000005
00000001 0000EA60
00000005 20000001
00000002 9019C9C0
0D000200 80FB6C0C
000A0400 9019C900
04000100 9019C980
00040100 9019C988
000A0400 9019C990
12040100 9019C9B0
000E0000 00000000
64000000 00000000
000F0000 00000000
00010100 9019C800
00050000 00000000
000F0000 00000000
00080000 00000000
06FB6C7C 00000008
00070100 9019C9B8
064564D0 0000000C
20204465 64656465
20202000 00000000
046AB860 38000FFF
046AB8DC 38000FFF
4A000000 90000000
1619E500 00000068
00000006 00000008
00000005 22000020
00000002 9019E518
02010300 9019E750
02040400 80FA98FC
02040200 9019E500
02010300 9019E768
02040400 80FA9A1C
02040200 9019E500
02010300 9019E780
02040400 80FA9ACC
02040200 9019E500
00000000 00000000
04FC2AD0 00020000
4A000000 90000000
1619FC00 00000068
00000000 00000016
00000006 00000003
00000000 00000000
00000005 10000038
00000000 00000001
00000000 00000009
00000002 80FAD9DC
00000002 9019FC40
02010200 9019FC00
12000200 9019FC10
0C090100 9019FC20
0D000200 9019FC28
00080000 00000000
4A000000 80F9FC20
16022ED0 00000008
00070100 9019FC38
C2913190 00000069
D03900DC 3D809019
618CA170 90ACFFEC
D80CFFF0 D82CFFF8
3C808123 6084EF00
7C032000 41800320
3C808129 60840F00
7C032000 4080000C
38800000 48000048
3C80812E 60842F00
7C032000 4080000C
38800004 48000030
3C808133 60844F00
7C032000 4080000C
38800008 48000018
3C808138 60846EFC
7C032000 418102C8
3880000C 7C64612E
908CFFE8 80A30078
90ACFFD0 80A3007C
90ACFFD4 3D80805B
618C7480 1C840003
7CA460AE 3D809019
618CA128 90AC0020
3D80805B 618C7481
7CA460AE 3D809019
618CA128 90AC0024
808C0030 1C840010
80AC0020 2C050003
41820010 80AC000C
90A30078 48000050
3D80805B 618CB138
7CA460AE 2C050096
41800008 38A00096
3D809019 618CA128
C8028470 3C804330
60840000 908C0028
6CA58000 90AC002C
C82C0028 FC210028
C00C0000 EC210024
D0230078 808C0030
1C840010 80AC0024
2C050003 41820010
80AC000C 90A3007C
48000050 3D80805B
618CB139 7CA460AE
2C050096 41800008
38A00096 3D809019
618CA128 C8028470
3C804330 60840000
908C0028 6CA58000
90AC002C C82C0028
FC210028 C00C0000
EC210024 D023007C
C00C0010 C0230078
FC010040 40800010
38A00000 90A3FFFC
48000024 C02C0018
FC010040 40800010
38A00001 90A3FFFC
48000038 38A00002
90A3FFFC C023007C
FC010040 41800024
C02C001C FC010040
40800010 38A00001
90A3FFFC 4800000C
38A00002 90A3FFFC
808C0030 1C840010
3D80805B 618CB136
7CA460AE 3D809019
618CA128 C8028470
3C804330 60840000
908C0028 2C050080
41800024 20A50100
6CA58000 90AC002C
C82C0028 FC210028
C00C000C EC210032
48000014 6CA58000
90AC002C C82C0028
FC210028 C00C0004
EC210032 C0180040
EC210032 C00C0008
FC010040 40810008
FC200090 C00C000C
FC010040 40800008
FC200090 D0230070
808C0030 1C840010
3D80805B 618CB137
7CA460AE 3D809019
618CA128 C8028470
3C804330 60840000
908C0028 2C050080
41800024 20A50100
6CA58000 90AC002C
C82C0028 FC210028
C00C000C EC210032
48000014 6CA58000
90AC002C C82C0028
FC210028 C00C0004
EC210032 C00C0008
FC010040 40810008
FC200090 C00C000C
FC010040 40800008
FC200090 D0230074
80AC0034 C80C0038
C82C0040 00000000
02B88F48 00030001
04B87AA8 3ECCCCCD
4A000000 90000000
1619BD00 00000038
00000006 80000030
00000000 00000002
00000002 9019BD18
02000301 80FB66FC
02040200 80FB6714
02040200 9019BD00
00080000 00000000
06FB67B4 00000010
00070100 9019BD10
00020000 00000000
4A000000 90000000
1619CF40 00000068
00000006 00000007
00000005 10000038
00000000 00000001
00000001 00000000
00000002 9019CF68
000A0200 80FB4194
02010500 80FB41A4
02040400 80FB41CC
02040400 9019CF40
02040200 80FB420C
000F0000 00000000
00070100 80FB3F0C
00080000 00000000
06FB3F4C 00000008
00070100 9019CF60
004555B8 00000000
4A000000 80F9FC20
1600C7D4 00000010
00000000 00000009
00000002 901A1040
1400C9EC 0D000200
1600C9F4 00000008
08000100 80FA1520
1600CD54 00000018
0D000200 80FAC3F4
00020000 00000000
00020000 00000000
4A000000 901A1000
16000000 00000070
00000006 00000030
00000000 00000006
00000006 00000030
00000000 00000007
00000006 00000030
00000000 00000008
00000000 0000010C
00000006 00000003
000A0200 901A1000
000C0200 901A1010
000C0200 901A1020
02010200 901A1030
000F0000 00000000
00000000 00000000
4A000000 90000000
1619BDA0 00000070
00000000 00000034
00000006 00000032
00000000 00000003
00000006 00000030
00000000 00000000
00000006 8000001F
00000006 80000030
00000000 0000000F
00000002 9019BDE8
02010300 9019BDA0
02040200 9019BDB8
02040100 9019BDC8
02040200 9019BDD0
00070100 80FAD96C
06FC1808 00000008
00070100 9019BDE0
06585EC0 00000028
00000002 80585ED0
00000000 00000006
020A0100 80585EC8
02000401 80FAC32C
00080000 00000000
06FAC5D4 00000008
00070100 80585EC0
04B88EB4 0000001F
04B0B9A0 00000000
04840824 38801F86
C2029700 00000006
981F0034 2C00002D
40810020 8806D950
2C000003 41820014
801F0000 60000040
901F0000 901F0004
60000000 00000000
C2029708 00000006
981F0035 2C00002D
40810020 8806D951
2C000003 41820014
801F0000 60000020
901F0000 901F0004
60000000 00000000
80000000 80623320
80000001 00000000
60000006 00000000
60000003 00000001
4A001000 00000000
4A101001 00000000
30000000 00000009
66000001 00000000
30000001 00000014
58010000 00000004
DE000000 80008180
58010000 00000060
DE000000 80008180
90010002 00000000
48001002 0000007C
30000038 00000114
48001002 00000018
92210003 00000040
48001002 00000088
58010000 0000002C
94210003 0000004C
48001002 0000007C
30000039 00000115
48001002 00000070
58010000 00000020
58010000 0000000C
14000004 00000001
E2000001 00000000
80100001 00000008
62000000 00000001
E200000F 00000000
80000001 00000000
80100000 00000244
62000000 00000000
E0000000 80008000
04B0B760 00000000
04B884A0 3F800000
C27357CC 00000004
54045F7E 2C1B0112
40800010 2C040002
41800008 38800001
60000000 00000000
004555F8 00000000
04B882EC BF400000
4A000000 90000000
1619A188 00000008
3F8051EC DEDEDEDE
C29131B0 00000005
8095007C 80840038
2C04003D 40820014
38800001 80B40020
80A5000C 90850004
809900AC 00000000
4A000000 90000000
161A2600 00000050
00000006 00000030
00000000 0000000F
00000000 00000030
00000006 000000FF
00000002 901A2628
02010200 80FABAF4
000A0200 901A2600
02010200 901A2610
000F0000 00000000
00080000 00000000
06FB29CC 00000008
00070100 901A2620
4A000000 90000000
161A2660 00000040
00000000 0000002D
00000006 000000FF
00000002 901A2678
02010200 80FABAF4
000A0200 901A2600
02010200 901A2660
000F0000 00000000
00080000 00000000
06FC2498 00000008
00070100 901A2670
4A000000 901A0028
16000000 000001D0
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 00FF6EA0
00000006 00000007
00000005 00004E23
00000000 00000002
00000001 01005900
00000000 00002736
00000000 0000273A
00000000 0000273B
00000000 0000273C
00000000 00002740
00000000 00002763
00000000 00002768
00000000 00002772
00000000 00002779
00000000 0000277A
00000000 0000277D
00000000 0000277E
00000000 0000277F
00000000 00002781
00000000 00002782
00000000 00002783
00000000 00002786
00000000 0000278A
00000000 0000278D
00000000 00002719
00000000 00002738
00000001 000AFC80
000A0400 901A0028
000C0400 901A0048
02080100 901A0068
02080101 901A0070
02080102 901A0078
02080103 901A0080
02080104 901A0088
02080105 901A0090
02080106 901A0098
02080107 901A00A0
02080108 901A00A8
02080109 901A00B0
02080110 901A00B8
02080111 901A00C0
02080112 901A00C8
02080113 901A00D0
02080114 901A00D8
02080115 901A00E0
02080116 901A00E8
02080117 901A00F0
02080118 901A00F8
02080119 901A0100
02080120 901A0108
00020100 901A0110
64000000 00000000
000F0000 00000000
00020100 901A0110
00080000 00000000
C286CF44 00000003
C0410008 FC201090
FC200A10 FC600850
60000000 00000000
4A000000 90000000
1619C300 000000A0
00000006 80000030
00000000 0000000F
00000006 00000007
00000005 00000000
00000000 00000004
00000001 0000EA60
00000006 00000007
00000005 00004E21
00000000 00000003
00000001 002EB120
00000002 9019C358
000A0100 80FAD9CC
000B0200 9019C300
000A0400 9019C310
000C0400 9019C330
07010000 00000000
120A0100 80FAD9D4
000F0000 00000000
000F0000 00000000
00080000 00000000
06FAD9DC 00000020
00070100 9019C350
00020000 00000000
00020000 00000000
00020000 00000000
04B88EA4 00000000
04B0B2B8 00000001
4A000000 90000000
1619CA70 00000080
00000000 0000272B
00000000 00000000
00000006 00000003
00000006 00000007
00000005 00004E21
00000000 00000003
00000001 002EB120
00000006 00000007
00000005 00000017
00000000 00000005
00000001 FFFF15A0
00000002 9019CAD0
02000300 9019CA70
02040400 9019CA88
02040400 9019CAA8
00080000 00000000
06FC1420 00000010
00070100 9019CAC8
00020000 00000000
04B882D0 3F266666
4A000000 90000000
1619A190 00000010
40000000 403981DB
408E6666 3EE51531
065A90F0 00000088
837E0008 837BFFFC
8B7B0033 2C1B0036
40A10008 4E800020
83DE0014 A3DE005A
63DE8000 3B22FEE0
1F5B0004 7F39D02E
3F009340 7C19C000
41A00008 4E800020
3B59FFF8 873A0008
2C190000 41A10008
4E800020 7F38C671
7C18D800 41A20008
4E800020 5738863E
7C18E800 4082FFD8
5738043E 7C18F000
4082FFCC 839A0004
4E800020 00000000
C2794B18 0000000F
9421FFD8 BF010008
83830020 7C9E2378
3F208180 7C1EC800
40800050 831E001C
7C18C800 40800044
83180028 7C18C800
40800038 83180010
7C18C800 4080002C
8B180008 2C180001
40A2000C 3BA00004
48000008 3BA0001E
3F00805A 631890F0
7F0903A6 4E800421
7F85E378 BB010008
38210028 00000000
C2867F8C 00000009
9421FFD8 BF010008
C03D0010 FC200850
D0220010 83820010
3BA00017 3F00805A
631890F0 7F0903A6
4E800421 93820010
C0220010 FC200850
BB010008 38210028
60000000 00000000
C2868010 00000007
9421FFD8 BF010008
839D0014 3BA00018
3F00805A 631890F0
7F0903A6 4E800421
93820010 C0620010
BB010008 38210028
60000000 00000000
C2867550 00000007
9421FFD8 BF010008
839D003C 3BA0001B
3F00805A 631890F0
7F0903A6 4E800421
93820010 C0220010
BB010008 38210028
60000000 00000000
C2867510 00000008
9421FFD8 BF010008
839D0040 3BA0001C
7FE802A6 3F00805A
631890F0 7F0903A6
4E800421 7FE803A6
93820010 C3820010
BB010008 38210028
60000000 00000000
C2867478 00000007
9421FFD8 BF010008
83830018 7C9E2378
3BA0001D 3F00805A
631890F0 7F0903A6
4E800421 7F86E378
BB010008 38210028
60000000 00000000
C28678E8 00000007
9421FFD8 BF010008
839D0018 3BA0001D
3F00805A 631890F0
7F0903A6 4E800421
93820010 C0020010
BB010008 38210028
60000000 00000000
004554B8 00000000
04B88314 3F3AE148
C277F190 00000012
80810010 2C040046
41A00080 2C04004C
41A10078 80BF0068
88C5008F 2C060014
41A10068 88E5008E
7CC63A14 2C060028
41800058 2C040049
41820050 41A00008
3884FFFC 3884FFBA
5484083C 38840060
2C040062 41810030
41820010 80C50038
54C66D3E 48000014
80E50074 50E4EFFE
80C5003C 7CC69E70
2C0607E5 41A00008
60840001 90810010
60000000 00000000
C2765394 00000005
88C30058 2C060028
41A10014 7C060214
2C0000FF 41800008
380000FE 98030058
60000000 00000000
04050550 38000000
04A8BDAC 60000000
C2876E68 00000012
9421FFE8 BF810008
3FE09019 63FFA158
DBBF0000 DBDF0008
DBFF0010 83C40070
83DE0020 C3BEFFE4
C3DEFFE8 3F8080B8
639C8350 C3FC0000
EFBD0772 EFDE07B2
EFFF07F2 EFBDF02A
FC1DF840 41800028
C3BEFFE4 C3DEFFE8
83840018 C3FC0040
EFBD07F2 83A40068
83BD014C D3BD0008
D3DD000C CBBF0000
CBDF0008 CBFF0010
BB810008 38210018
9421FFA0 00000000
C2876540 00000012
9421FFE8 BF810008
3FE09019 63FFA158
DBBF0000 DBDF0008
DBFF0010 83BE0070
83BD0020 C3BDFFE4
C3DDFFE8 3F8080B8
639C8350 C3FC0000
EFBD0772 EFDE07B2
EFFF07F2 EFBDF02A
FC1DF840 41800028
C3BDFFE4 C3DDFFE8
839E0018 C3FC0040
EFBD07F2 83BE0068
83BD014C D3BD0008
D3DD000C CBBF0000
CBDF0008 CBFF0010
BB810008 38210018
807E00D8 00000000
4A000000 90000000
1619E000 00000060
00000001 00000000
00000001 00000000
00000001 00000000
00000000 00000001
00000000 00000007
00000003 00000000
00000002 9019E038
0E080400 9019E000
0E000100 9019E020
0B020100 9019E028
06050100 9106CB24
00080000 00000000
4A000000 90000000
1706CB54 00000008
00070100 9019E030
2057FFF8 00000000
0657FFF8 00000308
00000000 00000000
25CB64A0 3F6CCCCC
01000000 00000000
14F444A0 3F6CCCCC
02000000 00000000
687584A0 3F6CCCCC
03000000 00000000
25EB44A0 3F6CCCCC
04000000 00000000
65CB44A0 3F6CCCCC
05000000 00000000
448444A0 3F6CCCCC
06000000 00000000
26AC84A0 3F6CCCCC
07000000 00000000
44A444A0 3F599999
08000000 00000000
34C444A0 3F6CCCCC
09000000 00000000
26AC84A0 3F6CCCCC
0A000000 00000000
76A7A4A0 3F6CCCCC
0B000000 00000000
33C534A0 3F6CCCCC
0C000000 00000000
36CB64A0 3F6CCCCC
0D000000 00000000
24C444A0 3F6CCCCC
0E000000 00000000
35CA64A0 3F6CCCCC
0F000000 00000000
06E844A0 3F6CCCCC
11000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
A975C4A0 3F6CCCCC
12000000 00000000
44C444A0 3F6CCCCC
13000000 00000000
26AC84A0 3F6CCCCC
14000000 00000000
568444A0 3F6CCCCC
15000000 00000000
44C444A0 3F6CCCCC
16000000 00000000
24E834A0 3F400000
17000000 00000000
45C854A0 3F6CCCCC
18000000 00000000
24C644A0 3F8CCCCC
19000000 00000000
35CB64A0 3F6CCCCC
1A000000 00000000
55E954A0 3F999999
1B000000 00000000
35CA64A0 3F6CCCCC
1D000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
45CA34A0 3F6CCCCC
1E000000 00000000
26E644A0 3F6CCCCC
1F000000 00000000
55C644A0 3F6CCCCC
20000000 00000000
45A344A0 3F333333
21000000 00000000
6875C4A0 3F400000
22000000 00000000
468554A0 3F6CCCCC
23000000 00000000
45CA64A0 3F6CCCCC
25000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
34E444A0 3F6CCCCC
29000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
44EA44A0 3F6CCCCC
2C000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
55C184A0 3F6CCCCC
2E000000 00000000
CCCCCCCC CCCCCCCC
CCCCCCCC CCCCCCCC
36CB64A0 3F6CCCCC
2F000000 00000000
34ED44A0 3FE00000
00000000 00000000
0457FFF8 00000001
E0000000 80008000
4A000000 90000000
1619A600 00000038
00000000 000000D9
00000000 00001EF1
00000002 9019A618
0A000100 9019A600
0A000100 9019A608
04070100 80FB1984
00080000 00000000
06FB19AC 00000008
00070100 9019A610
04B88E7C 00000003
4A000000 90000000
1619FB40 00000090
00000001 00007530
00000006 00000007
00000005 000003F3
00000000 00000004
00000001 00006F54
00000001 00000000
00000005 21000005
00000002 9019FB80
02000401 80FAD1A4
02040200 80FAD1C4
02040400 80FAD1D4
02040100 80FAD1F4
00010100 9019FB40
000A0400 9019FB48
000B0400 80FAC2BC
12060200 9019FB68
000F0000 00000000
00080000 00000000
4A000000 80F9FC20
1600D5E4 00000020
00070100 9019FB78
00020000 00000000
00020000 00000000
00020000 00000000
C2877950 0000000A
9421FFF0 BFC10008
EC1C0732 EFA10072
EFBD002A FFA0E834
EFA0E830 3FE09019
63FFA188 C01F0000
FC1D0040 40810010
EC00E824 EF9C0032
EC210032 BBC10008
38210010 C01F000C
60000000 00000000
4A000000 90000000
1619AA10 00000100
00000006 00000007
00000005 00000000
00000000 00000001
00000001 0000EA60
00000006 00000030
00000000 00000003
00000000 00000003
00000000 00000000
00000000 00000001
00000006 00000007
00000005 20000001
00000000 00000000
00000001 0001D4C0
00000006 00000007
00000005 00004E21
00000000 00000002
00000001 0017CDC0
00000002 9019AAA0
000A0400 9019AA78
000A0400 9019AA10
000B0400 9019AA30
12000200 80FB0BDC
06170300 9019AA40
000E0000 00000000
000A0400 9019AA58
06180300 9019AA40
000F0000 00000000
000F0000 00000000
000F0000 00000000
12080200 80FB0A74
00070100 9019BF88
00080000 00000000
4A000000 80F9FC20
16022538 00000008
00070100 9019AA98
4A000000 80F9FC20
1601103C 00000008
00020000 00000000
4A000000 90000000
1619BEA0 00000130
00000006 00000008
00000005 2200000A
00000005 2200000A
00000000 0000006A
00000000 0000012C
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00001AF4
00000003 00000000
00000000 00000000
00000005 00005225
00000000 00000035
00000000 0000012C
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00000000
00000001 00004650
00000003 00000000
00000000 00000000
00000005 00005225
00000000 00001EF6
00000000 00001F81
00000002 9019BF90
000A0200 9019BEA0
120B0100 9019BEB0
11010C00 9019BEB8
11010C00 9019BF18
0A000100 9019BF78
0A000100 9019BF80
000F0000 00000000
00080000 00000000
04B88EFC 00000014
048772A0 48000440
4A000000 90000000
1619BE50 00000030
00000002 9019BE58
02010200 80FB5CAC
02010200 80FAF5EC
02040400 80FB2E7C
02040400 80FB2E9C
00080000 00000000
06FB603C 00000008
00070100 9019BE50
04B88E94 00000004
04B882F0 3F400000
04455334 02060007
04455338 070A0308
0445533C 090B0109
04455340 05000001
04455344 01030302
04455348 02050804
4A000000 90000000
161A12A0 00000030
00000000 00000001
00000005 10000001
00000002 901A12B8
12000200 901A12A0
0C290000 00000000
00080000 00000000
06FBD28C 00000008
00070100 901A12B0
06FBE1A4 00000008
00070100 901A12B0
06FBD1CC 00000008
00070100 901A12B0
04B8831C BF3AE148
0476E228 4800006C
04B88E80 00000003
4A000000 90000000
1619B3F0 00000108
00000006 80000030
00000000 00000002
00000006 00000007
00000005 000003FA
00000000 00000000
00000005 00000C42
00000006 00000007
00000005 000003F5
00000000 00000004
00000001 0000DD7C
00000006 00000007
00000005 00005209
00000000 00000000
00000005 000059FE
00000006 00000007
00000005 000003F5
00000000 00000004
00000001 0000BB80
00000002 9019B490
00000002 9019B4C0
02010200 80FAA974
02040100 80FAA984
02040200 9019B3F0
02040400 9019B400
02040400 9019B420
00080000 00000000
02010200 80FAA9AC
02040100 80FAA9BC
02040200 9019B3F0
02040400 9019B400
02040400 9019B440
02040400 9019B460
00080000 00000000
06FC15A8 00000010
00070100 9019B480
00020000 00000000
06FC15C8 00000010
00070100 9019B488
00020000 00000000
06FC2950 00000008
02000300 80FAE64C
4A000000 90000000
1619A500 00000020
00000002 9019A508
02010200 80FBF254
02010200 80FAB64C
00080000 00000000
06FC3708 00000008
00070100 9019A500
06FACDEC 00000008
00070100 9019A500
04B88388 BF39999A
00455558 00000000
C27823E4 00000028
3D808123 618CEF00
7C056000 4180012C
3D808138 618C6EFC
7C056000 4181011C
81850070 818C0020
818C000C 818C0130
3C009019 6000BDA8
7C002000 418200B8
3C0080FA 6000C054
7C002000 418200A8
3C0080FA 6000C01C
7C002000 41820098
3C0080FA 6000C76C
7C002000 41820088
3C0080FA 6000D44C
7C002000 41820078
3C0080FA 60009EF4
7C002000 41820068
3C0080FA 60009714
7C002000 41820058
3C0080FB 60000DBC
7C002000 41820060
3C0080FB 600024AC
7C002000 4182006C
3C0080FB 6000247C
7C002000 4182005C
3C0080FB 600066C4
7C002000 4182004C
3C00901A 60001108
7C002000 4182003C
48000048 2C0C0001
41800040 2C0C0002
41810038 380000FF
48000034 2C0C0001
41800028 2C0C0002
41810020 3C008000
600000FF 48000018
2C0C0001 4082000C
380000FF 48000008
80040004 00000000
04FB3498 00000000
04B88290 3E666666
4A000000 90000000
1619A250 00000098
00000000 00000001
00000006 00000007
00000005 00004E23
00000000 00000004
00000001 001E3660
00000006 00000007
00000005 00004E23
00000000 00000001
00000001 007445A0
00000001 0002D690
00000002 9019A2A8
02010200 80FAF454
08000100 9019A250
000A0400 9019A258
000A0400 9019A278
04070100 9019A298
000F0000 00000000
000F0000 00000000
00080000 00000000
06FC1CA0 00000008
00070100 9019A2A0
04B8853C 3ECCCCCD
C2876BFC 00000008
EC5D0772 EC7E07B2
EC42182A FC401034
3C6080B8 606386A0
C0230000 EC411024
FC020840 40810010
EC211024 EFBD0072
EFDE0072 EC400772
60000000 00000000
C2876930 00000008
EC5D0772 EC7E07B2
EC42182A FC401034
3C6080B8 606386A0
C0230000 EC411024
FC020840 40810010
EC211024 EFBD0072
EFDE0072 EC400772
60000000 00000000
C2876F6C 00000008
EC5D0772 EC7E07B2
EC42182A FC401034
3C8080B8 608486A0
C0240000 EC411024
FC020840 40810010
EC211024 EFBD0072
EFDE0072 EC400772
60000000 00000000
C287667C 00000008
EC5F07F2 EC7E07B2
EC42182A FC401034
3C8080B8 608486A0
C0240000 EC411024
FC020840 40810010
EC211024 EFFF0072
EFDE0072 EC4007F2
60000000 00000000
C29C1854 00000003
E0010118 3C603F80
90620010 C0220010
60000000 00000000
06FC18F8 00000010
00020000 00000000
00020000 00000000
4A000000 90000000
1619B600 00000090
00000000 0000002D
00000006 00000030
00000000 0000000F
00000002 9019B628
00000002 9019B648
02010200 80FAE92C
02010300 9019B600
02040400 80FA9894
00080000 00000000
02010500 80FAA064
02040400 80FAA08C
02010500 80FAA14C
02010300 80FA9524
02040400 80FA953C
02040400 80FA955C
02040100 80FA957C
00070100 9019B618
00080000 00000000
06FAE7C4 00000008
00070100 9019B618
06FAEA8C 00000008
00070100 9019B618
06FAEF1C 00000008
00070100 9019B620
C272E89C 0000001A
93820010 3D808073
618C122C 7F8802A6
7C1C6000 408200AC
3D808123 618CEF00
7C1B6000 4180009C
3D808138 618C6EFC
7C1B6000 4181008C
3D808180 839BFFFC
7C1C6000 4080007C
8B9C0033 2C1C0030
40800070 2C1C000F
41820068 2C1C0010
41820060 83830008
7C1C6000 40800054
839C007C 7C1C6000
40800048 A39C0036
2C1C010E 4182003C
7C056000 40800034
C0050078 3D8080B8
618C83EC C02C0000
FC000840 4180001C
C02C0010 FC000840
41810010 C0240004
EC210028 48000008
C0240004 83820010
60000000 00000000
004555D8 00000000
2057FFF8 00000001
2057FFFC 00000001
C0000000 00000009
3D408058 614B1000
806B0000 7C65C670
1CA50010 7D2A2A14
91690008 84AB0008
2C050000 40820008
4E800020 7CA5C670
7C051800 4182FFE8
38650000 4BFFFFD4
4E800020 00000000
0457FFF8 00000002
E0000000 80008000
C2769F5C 00000012
81980028 818C00D0
Pages: [1]