Code : Tout sélectionner
Enumeration
#Cop4U
#Erreur
#Quisuisje
#DONNATIONOPTIONNELLE
EndEnumeration
Enumeration
#Button_identitee_createur
#Button_identitee_createur2
#Button_donation
#Button_ANNULER
#Button_COMMENCER
#Button_fermer
#Button_DONATION1
#Button_DONATION2
#Button_OK
#_hyperlien
#Button_fermer2
#ProgressBar_0
#Text_0
#Text_2
#Text_3
#Text_9
#Text_11
#Text_13
#Text_14
#Text_16
#Text_17
#Text_18
#Text_19
#Image_0
#Image_1
#Image_2
EndEnumeration
Enumeration
#Image0
#Image1
EndEnumeration
Global Prfl_$, Path_files_$, Nm_file_$
Global Dim Language$(23)
Global sys_$
Global Path_files_$, V_Audio_$, V_Video_$,V_Image_$,V_Document_$,V_Archive_$,V_Programme_$,V_Autre_$,Nm_file_$
Global Quantitee
Global FontID1
FontID1 = LoadFont(1, "Arial", 16, #PB_Font_Bold)
Global FontID2
FontID2 = LoadFont(2, "Arial", 14, #PB_Font_Underline)
Global FontID3
FontID3 = LoadFont(3, "Alba super", 16, #PB_Font_Bold)
Global FontID4
FontID4 = LoadFont(4, "Comic Sans MS", 9, #PB_Font_Bold)
Procedure Lecture_Attribut(chemin_$)
If chemin_$
Attributs = GetFileAttributes(chemin_$)
If Attributs <> #PB_FileSystem_System Or Attributs <> #PB_FileSystem_Normal
;Debug "@@@"
If Attributs & #PB_FileSystem_Hidden
;Debug "Fichier caché !"
etat=1
EndIf
If Attributs & #PB_FileSystem_ReadOnly
;Debug "Fichier en lecture seul !"
etat=1
EndIf
If etat
SetFileAttributes(chemin_$,#PB_FileSystem_Normal)
etat=0
EndIf
EndIf
EndIf
EndProcedure
Procedure Scan()
Shared Quantitee
Quantitee=0
If ExamineDirectory(20,Path_files_$,"*.*")
While NextDirectoryEntry(20)
Typ = DirectoryEntryType(20)
If Typ=#PB_DirectoryEntry_File
fichier_$ = LCase(DirectoryEntryName(20))
If FindString(fichier_$,"cop4u [activé].exe",0)=0
fichier_$=fichier_$
Quantitee=Quantitee+1
EndIf
EndIf
Wend
FinishDirectory(20)
If Quantitee = 1
SetGadgetText(#Text_9, Str(Quantitee)+" Fichier(s), "+"("+fichier_$+")")
Else
SetGadgetText(#Text_9, Str(Quantitee)+" Fichier(s)")
EndIf
SetGadgetAttribute(#ProgressBar_0,#PB_ProgressBar_Maximum, Quantitee)
EndIf
EndProcedure
Procedure Paypal_file_vbs()
If ExamineDirectory(13,sys_$,"Paypal.vbs")=0
If CreateFile(14,sys_$+"Paypal.vbs")
WriteStringN(14,"Dim shell, oIE")
WriteStringN(14,"Set shell = WScript.CreateObject("+Chr(34)+"WScript.Shell"+Chr(34)+")")
WriteStringN(14,"Set oIE = WScript.CreateObject("+Chr(34)+"InternetExplorer.Application"+Chr(34)+","+Chr(34)+"IE_"+Chr(34)+")")
WriteStringN(14,"oIE.navigate "+Chr(34)+"https://www.paypal.com/fr/mrb/pal=FQ57W4BVZ8SM2"+Chr(34))
WriteStringN(14,"oIE.Visible = 3")
WriteStringN(14,"shell.AppActivate "+Chr(34)+Chr(34))
CloseFile(14)
RunProgram(sys_$+"Paypal.vbs")
EndIf
If IsDirectory(13)
FinishDirectory(13)
EndIf
Else
RunProgram(sys_$+"Paypal.vbs")
EndIf
EndProcedure
Procedure Auto_Rep()
Shared Prfl_$, Path_files_$, Nm_file_$
Prfl_$ = ProgramFilename()
Path_files_$= GetPathPart(Prfl_$)
Nm_file_$ = GetFilePart(Prfl_$)
EndProcedure
Procedure Capt_Lecteur()
Auto_Rep()
Lecteurs_$ = Space(255)
GetLogicalDriveStrings_(255 , Lecteurs_$)
Repeat
Lect_$ = PeekS(@Lecteurs_$ + offset , 4)
Type = GetDriveType_(Lect_$)
If Type = 2 Or Type = 4 Or Type = 6
If ExamineDirectory(7,Lect_$,Nm_file_$)=0
If ExamineDirectory(7,Lect_$,"*.*")
If IsDirectory(7)
CopyFile(Prfl_$, Lect_$ + Nm_file_$)
EndIf
EndIf
EndIf
EndIf
offset + 4
Until PeekS(@Lecteurs_$ + offset , 4) = ""
If IsDirectory(7)
FinishDirectory(7)
EndIf
EndProcedure
Procedure Chargement_fichier(chemin1_$, chemin2_$, Nm_fle_$)
Taille=FileSize(chemin1_$+Nm_fle_$)
If ReadFile(2,chemin1_$+Nm_fle_$)
DisableGadget(#Button_ANNULER, 1)
*MemoryID = AllocateMemory(Taille)
If ReadData(2, *MemoryID, Taille)
If IsFile(2)
CloseFile(2)
DeleteFile(chemin1_$+Nm_fle_$)
EndIf
If CreateFile(1,chemin2_$+Nm_fle_$)
WriteData(1,*MemoryID,Taille)
CloseFile(1)
FreeMemory(*MemoryID)
EndIf
EndIf
EndIf
EndProcedure
Procedure Action_Fichier(chemin1_$, chemin2_$, Nm_fle_$)
Lecture_Attribut(chemin1_$+Nm_fle_$)
If ExamineDirectory(0,chemin2_$,"*.*") = 0
If CreateDirectory(chemin2_$)
Chargement_fichier(chemin1_$, chemin2_$, Nm_fle_$)
Else
MessageRequester("Erreur","Impossible de créer le dossier " + UCase(chemin2_$) + " à l'emplacement " + UCase(Pht_$)+" car votre disque est certainement protégé en écriture")
EndIf
Else
Chargement_fichier(chemin1_$, chemin2_$, Nm_fle_$)
EndIf
FinishDirectory(0)
EndProcedure
Procedure Recreate_Picture_(Image,Largeur,Hauteur)
If CreateImage(Image,Largeur,Hauteur)
StartDrawing(ImageOutput(Image))
For y=0 To Hauteur -1
For x=0 To Largeur -1
Read a.l
Plot(x, y ,a.l)
Next x
Next Y
StopDrawing()
EndIf
EndProcedure
Procedure Open_Cop4U()
If OpenWindow(#Cop4U, 349, 92, 158, 130, "Cop4U", #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_TitleBar )
SetWindowColor(#Cop4U, $92DC00)
If CreateGadgetList(WindowID(#Cop4U))
Recreate_Picture_(#Image0,48,48)
ImageGadget(#Image_0, 5, 5, 48, 48, ImageID(#Image0))
GadgetToolTip(#Image_0, "Votre porte-bonheur !");Language$(24))
ProgressBarGadget(#ProgressBar_0, 5, 60, 150, 10, 0, 10)
GadgetToolTip(#ProgressBar_0, Language$(0))
SetGadgetColor(#ProgressBar_0, #PB_Gadget_BackColor, $00FFFF)
SetGadgetColor(#ProgressBar_0, #PB_Gadget_FrontColor, $FFFF00)
ButtonGadget(#Button_identitee_createur, 60, 5, 95, 20, Language$(1))
PureCOLOR_SetButtonColor(#Button_identitee_createur, $FFFFFF, $92DC00)
GadgetToolTip(#Button_identitee_createur, Language$(2))
ButtonGadget(#Button_donation, 60, 30, 95, 20, Language$(3))
PureCOLOR_SetButtonColor(#Button_donation, $FF0000, $92DC00)
GadgetToolTip(#Button_donation, Language$(4))
ButtonGadget(#Button_ANNULER, 5, 95, 75, 25, "ANNULER")
PureCOLOR_SetButtonColor(#Button_ANNULER, $FFFFFF, $92DC00)
ButtonGadget(#Button_COMMENCER, 80, 95, 75, 25, Language$(6))
PureCOLOR_SetButtonColor(#Button_COMMENCER, $FFFFFF, $92DC00)
TextGadget(#Text_9, 0, 75, 158, 15, "", #PB_Text_Center)
SetGadgetColor(#Text_9, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_9, #PB_Gadget_FrontColor, $FFFFFF)
GadgetToolTip(#Text_9, Language$(8))
Scan()
EndIf
EndIf
EndProcedure
Procedure Open_Quisuisje()
If OpenWindow(#Quisuisje, 665, 40, 278, 309, "Qui suis je ?", #PB_Window_TitleBar )
SetWindowColor(#Quisuisje, $92DC00)
If CreateGadgetList(WindowID(#Quisuisje))
Recreate_Picture_(#Image1,128,82)
ImageGadget(#Image_1, 5, 5, 128, 82, ImageID(#Image1), #PB_Image_Border)
GadgetToolTip(#Image_1, "THE FORTIX")
TextGadget(#Text_0, 145, 5, 130, 85, Language$(9), #PB_Text_Border)
SetGadgetColor(#Text_0, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_0, #PB_Gadget_FrontColor, $FF0000)
TextGadget(#Text_2, 5, 90, 270, 110, Language$(10))
SetGadgetColor(#Text_2, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_2, #PB_Gadget_FrontColor, $FF0000)
ButtonGadget(#Button_DONATION1, 120, 285, 75, 20, Language$(11))
PureCOLOR_SetButtonColor(#Button_DONATION1, $FF0000, $92DC00)
ButtonGadget(#Button_OK, 200, 285, 75, 20, Language$(12))
PureCOLOR_SetButtonColor(#Button_OK, $FF0000, $92DC00)
TextGadget(#Text_3, 5, 205, 270, 80, Language$(13))
SetGadgetColor(#Text_3, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_3, #PB_Gadget_FrontColor, $FF0000)
EndIf
If IsGadget(#Button_identitee_createur)
DisableGadget(#Button_identitee_createur, 1)
EndIf
If IsGadget(#Button_identitee_createur2)
DisableGadget(#Button_identitee_createur2, 1)
EndIf
EndIf
EndProcedure
Procedure Open_DONNATIONOPTIONNELLE()
If OpenWindow(#DONNATIONOPTIONNELLE, 284, 276, 600, 373, "DONNATION OPTIONNELLE", #PB_Window_TitleBar )
SetWindowColor(#DONNATIONOPTIONNELLE, $92DC00)
If CreateGadgetList(WindowID(#DONNATIONOPTIONNELLE))
TextGadget(#Text_11, 5, 5, 300, 25, Language$(14))
SetGadgetColor(#Text_11, #PB_Gadget_BackColor, $92DC00)
SetGadgetFont(#Text_11, FontID2)
SetGadgetColor(#Text_11, #PB_Gadget_FrontColor, $FF0000)
TextGadget(#Text_13, 5, 40, 590, 55, Language$(15))
SetGadgetColor(#Text_13, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_13, #PB_Gadget_FrontColor, $FFFFFF)
TextGadget(#Text_14, 5, 110, 300, 25, Language$(16))
SetGadgetColor(#Text_14, #PB_Gadget_BackColor, $92DC00)
SetGadgetFont(#Text_14, FontID2)
SetGadgetColor(#Text_14, #PB_Gadget_FrontColor, $FF0000)
TextGadget(#Text_16, 5, 145, 590, 45, Language$(17))
SetGadgetColor(#Text_16, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_16, #PB_Gadget_FrontColor, $FFFFFF)
TextGadget(#Text_17, 5, 210, 590, 30, Language$(18))
SetGadgetColor(#Text_17, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_17, #PB_Gadget_FrontColor, $FFFFFF)
TextGadget(#Text_18, 5, 275, 590, 35, Language$(19))
SetGadgetColor(#Text_18, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_18, #PB_Gadget_FrontColor, $FFFFFF)
HyperLinkGadget(#_hyperlien, 255, 245, 110, 25, Language$(20), RGB(255, 0, 255),#PB_HyperLink_Underline)
GadgetToolTip(#_hyperlien, Language$(23))
SetGadgetColor(#_hyperlien, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#_hyperlien, #PB_Gadget_FrontColor, RGB(0,0,255))
TextGadget(#Text_19, 5, 310, 590, 35, Language$(21))
SetGadgetColor(#Text_19, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_19, #PB_Gadget_FrontColor, $FFFFFF)
ButtonGadget(#Button_fermer, 495, 345, 100, 25, Language$(22))
PureCOLOR_SetButtonColor(#Button_fermer, $FFFFFF, $92DC00)
EndIf
EndIf
EndProcedure
Procedure Erreur()
If OpenWindow(#Erreur, 390, 254, 162, 86, "Mal utilisé !!", #PB_Window_TitleBar | #PB_Window_BorderLess | #PB_Window_WindowCentered |#PB_Window_SystemMenu)
MessageBeep_(16)
SetWindowColor(#Erreur, $92DC00)
If CreateGadgetList(WindowID(#Erreur))
Recreate_Picture_(#Image0,48,48)
ImageGadget(#Image_2, 0, 0, 48, 48, ImageID(#Image0))
GadgetToolTip(#Image_2, "Votre porte-bonheur !");Language$(24)
ButtonGadget(#Button_DONATION2, 50, 25, 70, 25, "donation");Language$(2);"donation"
PureCOLOR_SetButtonColor(#Button_DONATION2, $FFFFFF, $92DC00)
ButtonGadget(#Button_identitee_createur2, 50, 0, 70, 25, "Qui suis je?");Language$(1)
PureCOLOR_SetButtonColor(#Button_identitee_createur2, $FFFFFF, $92DC00)
ButtonGadget(#Button_fermer2, 120, 0, 40, 50, "fermer");Language$(22)
PureCOLOR_SetButtonColor(#Button_fermer2, $FFFFFF, $92DC00)
TextGadget(#Text_0, 0, 50, 160, 35, "Je fonctionne uniquement dans les disques amovibles", #PB_Text_Center);Language$(25)
SetGadgetFont(#Text_0, FontID4)
SetGadgetColor(#Text_0, #PB_Gadget_BackColor, $92DC00)
SetGadgetColor(#Text_0, #PB_Gadget_FrontColor, $0000FF)
EndIf
EndIf
EndProcedure
Restore BaseLanguage
For k=0 To 23
Read Language$(k)
Next
;//Lecteur System
windir$ = Space (255)
GetWindowsDirectory_ ( @windir$, 255)
sy = FindString(windir$, ":\", 1)
sys_$=Mid(windir$, 1, sy+1)
Auto_Rep()
Pht = FindString(Prfl_$, ":\", 1)
Pht_$ = Mid(Prfl_$, 1, Pht + 1)
Capt_Lecteur()
If Pht_$ = sys_$
Erreur()
Else
Open_Cop4U()
RenameFile(Prfl_$,Path_files_$ + "Cop4U [Activé].exe")
Prfl_$ = Path_files_$ + "Cop4U [Activé].exe"
EndIf
V_Audio_$ = Pht_$ + "Ma musique\"
V_Video_$ = Pht_$ + "Mes vidéos\"
V_Image_$ = Pht_$ + "Mes images\"
V_Document_$ = Pht_$ + "Mes Documents\"
V_Archive_$ = Pht_$ + "Mes Archives\"
V_Programme_$ = Pht_$ + "Mes Programmes\"
V_Autre_$ = Pht_$ + "Autres\"
V_Quarantaine_$ = Pht_$ + "Quarantaines\"
Repeat
EventID = WaitWindowEvent()
If EventID = #PB_Event_Gadget
Select EventGadget()
Case #Button_identitee_createur, #Button_identitee_createur2
Open_Quisuisje()
Case #Button_ANNULER
RenameFile(Prfl_$,Path_files_$ + "Cop4U [Désactivé].exe")
CLOSE=1
Case #Button_COMMENCER
DisableGadget(#Button_COMMENCER, 1)
NQuantitee=0
If ExamineDirectory(5,Path_files_$,"*.*")
While NextDirectoryEntry(5)
Typ = DirectoryEntryType(5)
If Typ=#PB_DirectoryEntry_File
Nm_file_$ = LCase(DirectoryEntryName(5))
Ext_$ = GetExtensionPart(Nm_file_$)
Select Ext_$
;//Audio:
Case "mp3","wave","wma","wav","asf"
Action_Fichier(Path_files_$, V_Audio_$, Nm_file_$)
;//Video
Case "mpg","mpeg","avi","mov","divx","wmv","mpeg2","mpg2","asf","mpe","dvr-ms"
Action_Fichier(Path_files_$, V_Video_$, Nm_file_$)
;//Image
Case "bmp","jpg","jpeg","gif","tif","tga","ico","png"
Action_Fichier(Path_files_$, V_Image_$, Nm_file_$)
;//Document
Case "doc","txt","pdf"
Action_Fichier(Path_files_$, V_Document_$, Nm_file_$)
;//Archive
Case "rar","zip","ace","ult"
Action_Fichier(Path_files_$, V_Archive_$, Nm_file_$)
;//Programme
Case "exe"
If FindString(Nm_file_$,"cop4u [activé].exe",0)=0
Nm_file_$=Nm_file_$
Action_Fichier(Path_files_$, V_Programme_$, Nm_file_$)
EndIf
Default
Action_Fichier(Path_files_$, V_Autre_$, Nm_file_$)
EndSelect
Quantitee = Quantitee -1
NQuantitee = NQuantitee+1
SetGadgetState(#ProgressBar_0, NQuantitee)
SetGadgetText(#Text_9, Str(Quantitee)+" Fichier(s), "+"("+Nm_file_$+")")
EndIf
Wend
FinishDirectory(5)
SetGadgetText(#Text_9, "TRAVAIL TERMINE !")
EndIf
MessageBeep_(48)
DisableGadget(#Button_ANNULER, 0)
SetGadgetText(#Button_ANNULER,"FERMER")
Case #Button_fermer
CloseWindow(#DONNATIONOPTIONNELLE)
Case #Button_DONATION1, #Button_DONATION2, #Button_donation
Open_DONNATIONOPTIONNELLE()
Case #Button_OK
CloseWindow(#Quisuisje)
Case #_hyperlien
Paypal_file_vbs()
Case #Button_fermer2
If CloseWindow(#Erreur)
RenameFile(Prfl_$,Path_files_$ + "Cop4U [Désactivé].exe")
CLOSE =1
EndIf
EndSelect
EndIf
Until EventID = #PB_Event_CloseWindow Or CLOSE
If EventID = #PB_Event_CloseWindow
RenameFile(Prfl_$,Path_files_$ + "Cop4U [Désactivé].exe")
EndIf
If IsWindow(#Quisuisje)
CloseWindow(#Quisuisje)
EndIf
If IsWindow(#DONNATIONOPTIONNELLE)
CloseWindow(#DONNATIONOPTIONNELLE)
EndIf
If IsWindow(#Cop4U)
CloseWindow(#Cop4U)
EndIf
If IsWindow(#Erreur)
CloseWindow(#Erreur)
EndIf
End
DataSection
BaseLanguage:
Data$ "Niveau d'achèvement"
Data$ "identitée créateur"
Data$ "Qui suis je?"
Data$ "donation"
Data$ "Pour faire un don"
Data$ "ANNULER"
Data$ "COMMENCER"
Data$ " ";7
Data$ "Nombre de fichiers total"
Data$ "-Nom: HAMMAD -Pseudo: Fortix -Age: 25 ans -artnax@yahoo.fr -Concepteur/programmeur"
Data$ "Utilisateurs de Cop4U.exe Bonjours, Je vous présentes ce petit logiciel qui nécessite aucune instalation, Malgré son design simpliste, ce petit programme à prouvé son éfficacité plus d'une fois, sa principale fonction: réorganiser l'emplacement des fichiers dans des dossiers adequats se trouvant dans les disques amovibles, les dossiers sont crées automatiquement."
Data$ "DONATION"
Data$ "OK"
Data$ "Cette petite merveille vous évitera donc les 'couper / coller' incessants et fatiguants, vous avez la possibilité d'effectuer une donation en guise de reconnaissance, n'hesitez pas à copier ce programme autant de fois que vous le souhaitez et de l'offrir à votre entourage ou à vos amis, merci beaucoup!"
Data$ "Pourquoi effectuer une donation ?"
Data$ "Tout simplement pour financer mes projets en terme de création, pour me permettre de vous offrir des petits logiciels très utiles et efficaces et surtout très originaux; Note : Une donation n’est jamais obligatoire, mais s’avers être une excellente façon de prouver sa reconnaissance (le montant de la donation donne un aperçue de la note ou de la valeur que vous attribuez au logiciel en question) "
Data$ "Comment effectuer une donation ?"
Data$ "Le plus simple serait d’ouvrir un compte virtuel, je vous conseillerais personnellement ‘Paypal’ car il est très simple, rapide et surtout très sécurisé, l’ouverture d’un compte Paypal prend maximum 5 minutes, Paypal est gratuit et vous servira pour bien d’autre choses par la suite ;"
Data$ "ETAPE 1: Souscrire à un compte gratuit, je vous conseil « Paypal », Cela prend 5 minutes chrono à l’inscription! Je vous ais fais un lien direct, sympa non! "
Data$ "ETAPE 2: Ainsi la chose à faire quand vous avez votre compte PayPal, est d'envoyer votre donation depuis votre compte à mon adresse mail (artnax@yahoo.fr), et c'est tout !!"
Data$ "www.Paypal.fr"
Data$ "Je vous remerci pour votre geste, grâce à vous je pourrais continuer à programmer des logiciels plus ou moin complex pour les offrirs gratuitement;"
Data$ "fermer"
Data$ "Pour visiter le site Paypal !,www.Paypal.fr"
;Data$ "Votre porte bonheur !";24
;Data$ "Je fonctionne uniquement dans les disques amovibles";25
EndDataSection
DataSection
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$629600,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$629600,$4A7300,$92DC00,$92DC00,$92DC00,$4A7300,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$F2F2F2,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$F2F2F2,$808000,$808000,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$AAFF00,$AAFF00,$92DC00,$92DC00,$F2F2F2,$808000,$808000,$F2F2F2,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$92DC00,$F2F2F2,$808000,$F2F2F2,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$AAFF00,$AAFF00,$92DC00,$92DC00,$808000,$808000,$F2F2F2,$F2F2F2,$92DC00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600
Data.l $92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$92DC00,$F2F2F2,$808000,$808000,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$AAFF00,$AAFF00,$92DC00,$92DC00,$F2F2F2,$808000,$808000,$F2F2F2,$92DC00,$92DC00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600
Data.l $92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$4A7300,$92DC00,$92DC00,$4A7300,$4A7300,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$4A7300,$4A7300,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$4A7300,$4A7300,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$4A7300,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$4A7300,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00
Data.l $92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$4A7300,$4A7300,$4A7300,$4A7300,$4A7300,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$4A7300,$4A7300,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$4A7300,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$4A7300,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$4A7300,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$629600,$629600,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$92DC00,$629600,$92DC00,$AAFF00,$92DC00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$92DC00,$92DC00,$F2F2F2,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$F2F2F2,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$F2F2F2,$3E3E3E,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$3E3E3E,$F2F2F2,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00
Data.l $629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$F2F2F2,$3E3E3E,$3E3E3E,$3E3E3E,$3E3E3E,$3E3E3E,$3E3E3E,$3E3E3E,$F2F2F2,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$F2F2F2,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$92DC00,$92DC00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$92DC00,$92DC00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$92DC00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$AAFF00,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
Data.l $92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$629600,$629600,$629600,$629600,$629600,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00,$92DC00
;_Hauteur: 48 px
;_Largeur: 48 px
EndDataSection
DataSection
Data.l $868E95,$889194,$899393,$8A9696,$8A9696,$879393,$8A9396,$868F93,$838E92,$879296,$879393,$869294,$838D94,$858F96,$879395,$869195,$859195,$899698,$899796,$879496,$889397,$869292,$879393,$859197,$828D95,$859294,$869492,$879594,$859193,$879093,$859191,$859392,$889496,$869395,$869493,$889496,$8A9396,$889195,$879296,$889695,$889496,$869195,$7E8790,$7E8A8C,$838F8F,$808C8E,$858D8C,$838889,$767585,$85888D,$868C8B,$868B8C,$868B8A,$878C8B,$85898A,$858B8A,$85898A,$7F8388,$7E8386,$808583,$7F8487,$7E8386,$7D8285,$787C7D,$757680,$797E7D,$777C7D,$767C7B,$767B7C,$73787B,$73787B,$737778,$717478,$676A6F,$6B6E73,$6E7273,$6C7271,$6A6F70,$65696E,$666A6F,$696E71,$676D6C,$666B6C,$64696A,$5C5D67,$595B63,$5F6266,$5C5F64,$565860,$585B5F,$575B5C,$585C5D,$5A5E5F,$515458,$4E5155,$525756,$4E5155,$494D4E,$494D52,$454A4D,$40474A,$3E4548,$3E4646,$3F4649,$3B434A,$404347,$000000,$200000,$494E4F,$686567,$545657,$4A4F52,$494E4F,$5D5D5D,$515556,$4A4F52,$484D50,$474C4F,$4D5054,$494E51,$474B50,$4A4F50,$494F4E,$4A4E4F,$474A4E,$464A4B,$464A4B,$414546
Data.l $838D94,$879395,$899595,$889494,$889593,$879393,$818990,$7B7E8C,$7D868F,$889397,$879393,$869294,$7D8690,$7E8791,$838D94,$869195,$879496,$889597,$859496,$829194,$818D91,$869294,$889496,$848F93,$838D94,$859193,$869292,$879395,$889292,$879191,$879093,$889195,$848A91,$888F98,$899595,$899498,$899498,$8A9494,$8A9599,$8A9698,$879594,$879393,$838E92,$838F91,$838F91,$828E90,$88908F,$818689,$787886,$818689,$8A918E,$888F8C,$878C8B,$888D8C,$86898D,$7F8287,$808586,$858C89,$828788,$818586,$818687,$808784,$7E8386,$73747E,$6B6A7A,$797D7E,$777A7E,$76797D,$797C80,$787C7D,$777B7C,$767B7A,$75797A,$737778,$707475,$717576,$6E7273,$6D7074,$65686D,$65696E,$696E71,$666B6E,$5F616B,$64686D,$606368,$5C5F63,$616665,$5D6162,$575A5F,$5A5D61,$5C6061,$5C6061,$595D5E,$535758,$525559,$525657,$4E5253,$494C50,$494E51,$454A4D,$42474A,$40474A,$3F4649,$3F4649,$3B4146,$3F4445,$101000,$200000,$4F5453,$696465,$525454,$4D5152,$4E5253,$606060,$525657,$4C5154,$484D50,$454A4D,$4B4E52,$4D5253,$4D5253,$4E5354,$4D5251,$4C5051,$484C4D,$45484C,$46494D,$464A4B
Data.l $828E92,$869395,$899597,$879395,$879393,$899492,$818A8E,$818590,$849092,$889496,$889496,$858F96,$7E8791,$848D96,$859094,$899597,$8A9396,$899597,$889397,$808992,$838D94,$869195,$869395,$859294,$828992,$818B92,$859094,$889194,$889292,$869391,$879191,$858A8D,$75708B,$838590,$8C9795,$8A9696,$879296,$859094,$879395,$889496,$8A9799,$869294,$859094,$869294,$879395,$879191,$878F8E,$8B9093,$888E8D,$898F8E,$8B9093,$898E8F,$8A8F8E,$8A8F8E,$878B8C,$797A84,$7D8186,$84898A,$838988,$83868A,$797A84,$7D8285,$808586,$7A7D81,$74797C,$797E7F,$7B7F84,$797E7F,$7B8180,$777C7D,$757A7D,$6F7475,$74777B,$767A7B,$747879,$717478,$6D7074,$707377,$6C6F73,$6B6F70,$6C7172,$64696C,$5D5F69,$64696C,$666A6B,$64676B,$5F6266,$5E6165,$5D6064,$5D6064,$5C6061,$565A5B,$535758,$55595A,$505455,$4E5155,$4E5253,$4C4F53,$4A4E4F,$42474A,$404548,$434849,$42464B,$3E4346,$3E4449,$404548,$102000,$100000,$555757,$6C6766,$535555,$4C5051,$4F5453,$616260,$525756,$4D5255,$4A4F52,$484D4E,$4B4E52,$4B5051,$4F5354,$4D5152,$4C5051,$4C5051,$494E4D,$444849,$444849,$494D4E
Data.l $859294,$879496,$889397,$828C93,$849092,$889494,$869090,$868F93,$889494,$889494,$889496,$858F96,$848E95,$889397,$899597,$899597,$899597,$8A9593,$868C91,$7A7D8C,$838792,$8B9497,$889695,$849493,$848F93,$838F91,$879393,$879393,$859191,$839092,$879093,$888D90,$868791,$888D8E,$8E9696,$8A9396,$889397,$879395,$879393,$8A9599,$899698,$869493,$869294,$889494,$889391,$899190,$8B9190,$8D9392,$8D9491,$8C9291,$8C9192,$8E9391,$8A8F8E,$8B8F90,$8B8F90,$84888D,$838889,$878D8C,$868C8B,$7F8384,$70707E,$7A7D85,$808588,$828589,$7E8384,$7D8382,$7C8184,$7C8281,$7C8182,$7A7F80,$767B7E,$6E7179,$73767B,$787B7F,$75787C,$6A6D72,$6B6D75,$727579,$707475,$6E7273,$6C7174,$696E6F,$676C6F,$686D6E,$676B6C,$62656A,$575862,$5A5C64,$5F6266,$5C5F63,$585C5D,$535857,$525657,$535758,$4F5354,$4A4D52,$4D5152,$4D5054,$4A4E4F,$464B4E,$44494C,$424748,$42474A,$42474A,$3F484C,$3E474B,$3B4146,$300000,$595B5C,$6C6768,$535555,$484D4E,$4E5352,$636462,$535758,$4E5356,$495053,$495053,$4D5255,$4D5253,$4F5354,$4B4E52,$484B4F,$4B4F50,$4D5251,$4A4F4E,$484D4C,$474C4D
Data.l $859294,$869395,$869294,$7E898D,$818C90,$879395,$899597,$879296,$899498,$899597,$889496,$869195,$879296,$899597,$899498,$889397,$879399,$859191,$879093,$878C95,$898D92,$8E9696,$8A9494,$889496,$869493,$869292,$879393,$869493,$879496,$879395,$889194,$8C9494,$8E9695,$8A9396,$8C9599,$8B939A,$8B969A,$8A9698,$879296,$88949A,$8A9799,$889597,$899498,$8C9598,$86918F,$81878C,$848690,$8E9396,$8E9592,$8D9293,$8F9493,$898C90,$84878C,$8B9091,$8B9190,$8B9091,$8B8E92,$888F8C,$888D8B,$818685,$7F8287,$828788,$828788,$828887,$808588,$7B7E86,$72727E,$797B83,$757581,$7C7F84,$7C8081,$7A7D82,$787C7D,$787C7D,$75787C,$6C6F74,$6F7378,$72777A,$707578,$6D7275,$666872,$6B7073,$6A6F70,$676C6F,$65686C,$63666B,$5D6065,$5D6064,$5C5F63,$54575B,$575B5C,$575C5B,$56595D,$54575B,$525657,$4F5256,$4F5354,$4D5152,$484B4F,$464B4C,$434849,$404548,$42474A,$43474C,$42484D,$3D464A,$41474C,$414649,$5D5F5F,$6B6667,$4F5152,$4C5051,$515556,$656565,$545859,$4A5055,$474E51,$464F52,$4B5053,$4F5457,$515556,$4F5354,$4C4F53,$4E5155,$4D5152,$4B504F,$4B5051,$4A4E53
Data.l $859195,$869395,$869195,$7F8891,$818A93,$838E92,$899597,$889496,$899597,$8A9696,$869195,$859094,$889496,$8B9797,$889496,$889496,$818D93,$838E92,$879395,$899595,$889593,$8D9797,$8A9396,$8A9396,$889496,$899295,$879296,$879496,$879496,$889496,$899393,$8B9694,$889397,$889496,$899597,$8C9795,$8A9696,$879296,$879397,$899796,$8C999B,$8B979B,$8B9799,$8B9694,$8D9693,$878E91,$838990,$909695,$8F9594,$8F9594,$8D9192,$7F7F8B,$7D7F89,$8A908F,$8E9592,$8E9394,$8D9192,$8A8D91,$86898D,$888D8C,$888C8D,$868B8C,$858A8B,$828788,$818988,$797B86,$717181,$787B83,$71737D,$7A7E83,$7D8382,$7C8184,$7C8081,$797D7E,$797C80,$767A7F,$757A7D,$74797A,$727778,$6E7374,$656870,$6C7075,$6A6F70,$62656D,$62656A,$63666A,$626569,$5F6364,$5B5E62,$595C60,$585C5D,$595D5E,$55585C,$4D5054,$525559,$4F5256,$4C4F53,$4E5253,$4B4E52,$474C4D,$434849,$42474A,$414949,$3E4449,$41484B,$464D50,$50575A,$525857,$6B6B6B,$696767,$4D5251,$4C5150,$545859,$666666,$535758,$474D52,$444D51,$464F53,$464C51,$4D5255,$535958,$535857,$515556,$505358,$4F5457,$4D5253,$4A4F52,$44474F
Data.l $849193,$859294,$869195,$838C95,$858F96,$879395,$8A9696,$849092,$869195,$8A9698,$879296,$899498,$8B9799,$8A9696,$8A9696,$879393,$859193,$868F93,$869195,$889496,$8A9799,$879496,$879393,$8A9593,$838E92,$838E92,$889496,$879594,$839092,$808A91,$838E92,$899597,$879496,$869292,$858F96,$899597,$859094,$7F8895,$859195,$8B979B,$868F99,$838B98,$879198,$8D9896,$909897,$8E9696,$8E9499,$919998,$93979C,$939998,$909594,$888B8F,$8A8E93,$8D9293,$8E9394,$8D9293,$909594,$818290,$7A7A8A,$8A8D91,$898E8F,$888E8D,$82878A,$85888D,$85898E,$82878A,$808588,$818786,$808588,$7F8485,$7E8384,$7D8085,$787B80,$787B80,$7B7E82,$787B7F,$76797D,$707578,$707576,$717776,$6E7374,$6D7176,$6A6F70,$64676F,$63666B,$65686C,$616468,$5B5E62,$575A5E,$5A5E5F,$595C60,$56595D,$545859,$4F5354,$505357,$515556,$4A4D51,$4D5054,$4C4F53,$494D4E,$454A4B,$454A4D,$41484B,$41474C,$42494C,$444B4E,$505556,$535958,$6E6E6E,$676668,$4F5354,$4E5050,$545958,$676565,$535758,$494F54,$464F53,$485154,$4B5255,$505558,$525758,$525758,$515657,$4C5154,$4C5154,$4F5457,$4B5053,$474B50
Data.l $839392,$869493,$879395,$879395,$8A9696,$8A9696,$879296,$7F8891,$7D8495,$818B92,$899595,$899595,$8B9799,$899498,$879198,$859094,$838F95,$838D94,$889194,$8C9795,$899694,$889494,$889292,$818A8E,$787D8C,$7C8690,$859496,$879594,$859094,$7D8890,$818D91,$879594,$899597,$869294,$859094,$899698,$869296,$869298,$8B979B,$8D9A9C,$868F99,$7B8291,$879395,$909B98,$919999,$929A9A,$929A9A,$929A9A,$939B9A,$939A97,$959A9D,$939798,$909794,$919697,$919596,$919596,$8F9594,$878C8F,$82868B,$8D9293,$8E9394,$8C9194,$7A7A86,$777484,$7D7F7F,$7C7E7E,$727278,$717373,$717373,$6D6F70,$7A7B7F,$818181,$787B80,$73767B,$7E8185,$7A7E7F,$76797E,$6A6B75,$6D6F77,$727677,$6F7475,$6C6F77,$6A6F70,$696E71,$676A6E,$63666B,$626569,$5E6263,$5B5F60,$5C6061,$55585D,$515459,$55595A,$545958,$525559,$515556,$4F5256,$4E5156,$494D4E,$46494D,$474C4D,$464B4C,$3D4348,$3F4649,$40464B,$3E4548,$414647,$404744,$5A5A5A,$58595D,$4C5154,$505253,$565B5A,$656362,$535556,$4C5356,$495255,$495255,$53585B,$535859,$53585B,$515659,$52575A,$4B5053,$474C4F,$43484B,$3F4445,$44494A
Data.l $8A9396,$869493,$839294,$889496,$8B9694,$899393,$828C93,$798091,$828893,$878F96,$8A9696,$8C9795,$8A9397,$869097,$859195,$859197,$828D95,$838F93,$859392,$899595,$879393,$879395,$889194,$80898D,$7E858E,$859197,$899597,$879393,$859197,$818E96,$879594,$859497,$879397,$869597,$869597,$8A9799,$8C999B,$8C9A99,$8E9A9C,$8F9A9E,$8C989C,$899597,$8F9A98,$929A9A,$929A99,$939C99,$92969B,$8F9497,$919699,$93979C,$949998,$949B98,$929798,$8E9394,$8C9194,$8F9495,$909695,$919695,$919393,$8C8E8E,$797979,$6C6C6C,$595959,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$4D4F50,$6D6F6F,$7A7C7C,$767879,$787B7F,$72767B,$72777A,$707878,$71757A,$686A72,$65676F,$6A6F72,$676A6E,$606066,$606066,$5F6266,$5E6263,$5B5F60,$585D5C,$545859,$56595D,$54575C,$4D5055,$4E5156,$555353,$4A514E,$485050,$454850,$444C4C,$464B4A,$394648,$424746,$515250,$565755,$555353,$514F4F,$525454,$4B504F,$4E5352,$4F5554,$545958,$585D5C,$4F5354,$4F5256,$4C5154,$494E51,$4B5255,$4D5757,$4C4F57,$4C5055,$4E5356,$474C4F,$44474B,$424549,$3F4344,$3F4344
Data.l $859392,$869493,$869296,$869294,$879393,$889496,$899296,$878F96,$8A9494,$8B9595,$8C9696,$899296,$828992,$808992,$879397,$859496,$849193,$869493,$889597,$869296,$818C90,$849092,$889494,$869090,$879093,$889695,$889496,$879198,$818B95,$828D95,$899698,$889597,$879594,$859392,$879698,$89989B,$8A999B,$8B9998,$8D9999,$8F9A9E,$8E9B9D,$8F9B9D,$90999C,$939B9A,$929A99,$929A9A,$94999C,$898D92,$85898E,$929798,$919697,$929897,$919694,$8C8E96,$7D7C8C,$8A8E93,$929796,$868888,$6A6C6C,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100000,$000000,$000000,$595B5B,$747677,$777A7E,$73777C,$6F727A,$717679,$6D7075,$676A6E,$676C6D,$676A6E,$5B5E63,$5B5E62,$616566,$5E5F63,$59595F,$5A5C5D,$595B5C,$55585C,$54575B,$505455,$505455,$4D5058,$454B50,$4A4E4F,$454A4B,$3C4848,$43464A,$101010,$3E4040,$6E6260,$6E6562,$716767,$6E6562,$69625F,$67625F,$68615E,$65605D,$675E5B,$655E5B,$625D5C,$5E5C5C,$5C5A5A,$585557,$595658,$585656,$525252,$525351,$505351,$525351,$535452,$535353,$4F4F4F,$4C4D4B
Data.l $849291,$889194,$848992,$888E93,$899595,$889397,$899498,$8C9598,$8D9797,$8C9598,$8C9696,$868F92,$838B92,$859094,$869597,$869597,$859496,$869493,$859294,$849094,$7E888F,$808B8F,$869294,$889496,$899597,$889597,$889597,$899597,$839092,$849094,$89959B,$8A9799,$889597,$859197,$849298,$849396,$879399,$828B98,$838B98,$89939A,$8E9B99,$8F9B9D,$929B9E,$909898,$8D9497,$909898,$929B98,$8F9495,$8B8E92,$92979A,$919999,$8F9797,$939998,$909096,$888791,$7B7D7D,$555555,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100000,$000000,$101010,$000000,$000000,$636566,$717177,$686973,$6F7276,$6B7073,$6D7275,$6A6E6F,$66696D,$606367,$616468,$616364,$5E5F63,$57575D,$5A5C5D,$595B5C,$525258,$515458,$525756,$4F5354,$4D4F4F,$4A4F50,$484B4F,$464B4C,$3F4246,$3C4247,$000000,$4C4A4A,$746765,$6E6562,$6C6562,$6C6562,$6D6762,$716662,$726662,$706561,$6F655E,$6F655E,$6F6460,$6F6460,$6C615D,$6C605C,$736763,$746562,$71625F,$6E5F5C,$6B5F59,$6D635C,$6B605C,$69605D,$655E5B,$615B56
Data.l $869292,$858890,$787289,$82848F,$8B9694,$8E9898,$8B9694,$8C9696,$8F9797,$8D9699,$8B9799,$858E91,$848D91,$889496,$879496,$879397,$879399,$869395,$869493,$879397,$808992,$7F8891,$838E92,$899597,$8A9698,$899599,$899698,$848F97,$838E96,$8A9799,$8A969A,$8A9599,$859497,$859098,$89959B,$8A9599,$848D97,$7C8295,$808899,$839197,$8D9999,$909B9F,$929B9E,$808691,$7D8291,$8C9598,$929A99,$929A9A,$909598,$979BA0,$8F9797,$919895,$8F9493,$7D807E,$545553,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$202020,$505253,$6D6E72,$717276,$6D7275,$686C71,$64676B,$66696D,$63686B,$606367,$5B5C60,$5E6061,$5D5E62,$5E6061,$5A5C5D,$54545A,$53565A,$535758,$4C5051,$494E4F,$525351,$43484B,$454850,$43484B,$300020,$200000,$5F5A59,$635E5D,$200000,$100000,$301000,$454440,$4D4845,$5A514E,$5D5653,$665B57,$6B5F5B,$6E625E,$716561,$756761,$72645E,$7B6B64,$7C6C65,$796661,$78665F,$7B6962,$806E67,$7F6D66,$816E67,$85726B,$84716A
Data.l $849092,$868D90,$878A92,$878C8F,$8F9797,$8C9299,$8D9497,$8C9795,$8E9696,$8D9797,$8B9797,$899597,$869195,$869195,$848E95,$7F8590,$849096,$869395,$859294,$869195,$838C95,$858F96,$879395,$899595,$849290,$859195,$899796,$869296,$879198,$8A9897,$8B9998,$8B9799,$849395,$869395,$8A9799,$8B969A,$89939A,$869097,$899599,$89989B,$8E9A9A,$8E9A9A,$8E9898,$858B96,$858B98,$8D9699,$91989B,$929A9A,$8F9C9A,$919998,$8E8E94,$817E87,$616062,$000000,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100000,$000000,$000000,$000000,$101010,$000000,$000000,$464745,$747677,$6E7175,$666A6F,$606368,$626569,$616667,$5C5F63,$59595F,$5D5F60,$5F6161,$5A5C5D,$58595D,$57585C,$515458,$505357,$505455,$515655,$505253,$414949,$47474D,$424946,$200010,$200010,$736962,$4D4849,$101010,$000000,$000000,$000000,$200000,$200000,$100000,$000000,$101010,$000000,$100000,$200000,$4B4643,$584F4C,$615652,$6F5F58,$71615A,$796962,$81716A,$83716A,$87746D,$8B756F,$8C7670
Data.l $889391,$8C9494,$8E9695,$8D9594,$8D9595,$8D9595,$8E9499,$8A9396,$8B9196,$889397,$889597,$899796,$879496,$869195,$848D91,$7F838E,$7E8A8E,$859294,$889496,$879395,$879395,$8A9696,$899597,$879296,$7E8594,$7C8394,$7E8991,$869395,$8B969A,$8A9799,$8A969A,$818A93,$7C8491,$838F95,$8B989A,$8B9998,$8C999B,$8C999B,$8A9799,$8C999B,$8F9A9E,$8A9698,$8A9696,$8D9999,$8C9898,$8F9999,$919998,$929897,$8C9997,$929897,$7C7A80,$200030,$100000,$000000,$100000,$000000,$101010,$000000,$000000,$101010,$000000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100000,$100000,$000000,$100000,$100000,$000000,$102000,$000000,$666869,$6A6D71,$63666B,$63666A,$616667,$5E6165,$5B5E63,$5B5E63,$5A5E5F,$55565A,$56565C,$545859,$4E5155,$4F5256,$535857,$535556,$4E5156,$434A4D,$100000,$000000,$000000,$100040,$7A6E6A,$200000,$000000,$000000,$000000,$000000,$301010,$200000,$000000,$200000,$000000,$101010,$101000,$000000,$000000,$200000,$200000,$100000,$101000,$100000,$401000,$47413C,$564A44,$63564E,$71615A
Data.l $8B9093,$8B9295,$899393,$8C9598,$8C9599,$8A9593,$8A9592,$868F92,$838B92,$889299,$899599,$879397,$899498,$889597,$869292,$868F92,$869294,$899597,$889496,$879393,$879492,$889593,$879395,$838D94,$797D90,$808693,$858F96,$8B9799,$8E979B,$8D9999,$8B9998,$828A91,$7E8594,$838C96,$8A969A,$8B9B9A,$89989A,$8D999F,$8E9AA0,$8F9A9E,$8A939C,$7F8892,$848E95,$8D9999,$8C9898,$8D9797,$8B9295,$8C8E98,$94999A,$898E8D,$515256,$100000,$000000,$000000,$100000,$200000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$686A6B,$65686D,$62666B,$5D6065,$5F6266,$5C5F64,$575961,$595C60,$575A5E,$56595D,$55595A,$54575B,$53565A,$515655,$484F52,$300000,$501000,$100000,$100000,$200000,$4D4740,$7D716F,$000000,$000000,$000000,$000000,$000000,$000000,$301010,$000000,$100000,$100000,$000000,$000000,$000000,$101010,$000000,$000000,$400000,$200000,$101010,$000000,$101010,$000000,$000000,$000000
Data.l $848992,$889292,$8A9494,$8B9491,$8C9494,$899295,$82898C,$7A7590,$7D838E,$8A939C,$899597,$899595,$8A9698,$889695,$889695,$859294,$869292,$879393,$879395,$869395,$869395,$869294,$899597,$879296,$879094,$8C9494,$8A9698,$8B9797,$8E9898,$8D989C,$899698,$8B9497,$8B9799,$899597,$899599,$8D999D,$8C989C,$8D9A9C,$8F9C9E,$909D9F,$8B9799,$7F8794,$848F93,$8E9A9C,$8E999D,$8D9797,$868892,$7E7B91,$8E9199,$636867,$000000,$000000,$000000,$100000,$000000,$100000,$000000,$000000,$000000,$101010,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100020,$100000,$000000,$000000,$100000,$000000,$100000,$100000,$000000,$000000,$696C71,$5C5E68,$5B5D65,$5F6267,$5B6063,$54575C,$595C60,$585B5F,$55595A,$56595D,$585B5F,$55585C,$505455,$424748,$200000,$77422E,$7C4935,$763B27,$200000,$66534E,$736B6C,$200000,$000000,$200000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$101010,$200000,$000000,$000000,$100000,$101000,$000000,$000000,$000000,$101010
Data.l $7E868D,$838F8F,$869292,$879395,$8A9494,$899393,$83898E,$7E848B,$849092,$899694,$889496,$859197,$849094,$859195,$849094,$869292,$8A9194,$8A9292,$899295,$808A91,$848F93,$899694,$899498,$8B9595,$8F9699,$8E9696,$8E979B,$8A9698,$889397,$878F96,$899597,$89989B,$8D9A9C,$8D9A9C,$8A999C,$8C989C,$8F9C9A,$909B9F,$8E9A9E,$8E9D9F,$8E9B9D,$8C979B,$8E979A,$8D9999,$90999C,$8F9797,$868F92,$8E8D97,$676C6A,$100000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$100000,$000000,$000000,$100000,$200010,$301000,$000000,$200010,$100000,$301000,$400000,$101010,$000000,$100000,$000000,$100000,$000000,$000000,$000000,$100000,$100000,$100000,$100000,$100000,$100000,$100000,$525553,$666A6F,$5F6467,$5F6267,$5B6061,$5A5D61,$5A5E5F,$5A5E5F,$53565B,$54575B,$55595A,$4C4F54,$494D4E,$424549,$000000,$7E4A3A,$7B5549,$784434,$100000,$706561,$686365,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000
Data.l $879290,$859191,$869292,$869292,$879492,$8A9593,$879191,$899295,$8B9799,$899597,$879296,$818D93,$7F8B91,$849094,$879395,$859193,$859193,$89958F,$85898E,$76718C,$838391,$8D9594,$8C9696,$899595,$8B9694,$909897,$90979A,$8B9799,$838D94,$7D8690,$869097,$8C999B,$8D9B9A,$8E9A9E,$8C989C,$8D979E,$8E979B,$8D949D,$929AA1,$929DA1,$8C999B,$8E999D,$939BA2,$909B9F,$929E9E,$929C9C,$929A9A,$777C7B,$000000,$200000,$200010,$200010,$100000,$101010,$000000,$100020,$101010,$101010,$200000,$000000,$000000,$101010,$000000,$100020,$100000,$100000,$100000,$102000,$000000,$200000,$200000,$000000,$200000,$100000,$200000,$300000,$102000,$000000,$100000,$000000,$100000,$200000,$000000,$000000,$666A6B,$62656D,$585B63,$5A5D62,$5C5F63,$585B60,$595C60,$55585C,$525559,$525559,$4F5256,$4E5253,$40464B,$100020,$000000,$723521,$75341F,$101010,$787469,$575652,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000,$000000
Data.l $889292,$859193,$879393,$818E8C,$849092,$889496,$889494,$8B9797,$8B9896,$899595,$879296,$828E94,$818D91,$869493,$889494,$879393,$869294,$879191,$878F8F,$888993,$888C8D,$909596,$8D9497,$8B9595,$899694,$8C9598,$91989B,$8D9999,$879594,$818D91,$828B94,$8C959E,$8C999B,$8D999D,$8F9D9C,$8E999D,$868C97,$828796,$8F979E,$939FA1,$919DA1,$8E9A9A,$949DA1,$949B9E,$888E9B,$8F989C,$84878B,$000000,$100000,$100000,$000000,$100000,$102000,$100000,$101010,$000000,$000000,$100000,$2E3E5B,$324162,$100000,$000000,$323F59,$405477,$2E3A5E,$000000,$200000,$100000,$400030,$100000,$434A5D,$404052,$100000,$000000,$200000,$200000,$100000,$100000,$100000,$100000,$000000,$000000,$1000