A sprite ripper and converter for Com2uS' 2007 game Music World.

Overview

Music World Sprite Dumper

This repository contains a python script reads an UNCOMPRESSED Music World pxo file and attempts to dump sprites from it. The tool is not 100% correct, but I think it rips everything out correctly...

I had to make some assumptions about the data itself (specifically SPRITE_MAXW/H) because of the fact that data is not packed how I think it is. There's some stray bytes that I haven't been able to figure out what they are yet, probably because I haven't correctly figured out the sprite headers. This might be fixed in a future date.

Prerequisites

First, you need to have Python 3 installed, there's online guides for doing that if you don't know how.

Next, you'll need a copy of the Music World PXO. You can either rip this from your own phone, or find one online. I won't provide those for you.

Finally, you will need to uncompress the PXO. This can be done using a tool such as LGUI.

Once you have all of those steps done, you can start ripping out sprites.

Program usage

The program has three modes of operation:

Rip from PXO

This will rip all sprites that it finds from an uncompressed Music World PXO. The ripped sprites will be dumped to a folder called "Ripped", which will contain the sprite headers and the sprites themselves in the proprietary format used by Music World.

python mwsripper.py 
   

   
Convert sprite to PNG

This mode will take a single sprite and its header and convert it to a PNG. The PNG will be dumped to a folder called "Converted", and the PNG itself will have the same name as the data file.

python mwsripper.py 
    
    

    
   
Convert folder of rips to PNG

This mode will read an entire folder of sprite rips and convert them to PNG. The outputted PNGs will be dumped to a folder called "Converted". This mode does no error checking, it assumes everything inside a folder is a sprite+header file combo. This is best used with a folder that was ripped using the Rip from PXO mode.

python mwsripper.py 
   

   

Problems

Besides what was outlined in the very top of the README, I am not aware of any major bugs with the script. If any arise, please open an issue.

Future work

Currently this script only rips sprites. It can probably be extended in the future to rip out music MIDI's, WAVs, and possibly any other data which can be found (which I have already ripped out manually since they weren't in any proprietary format). Maybe I could potentially expand it to also decompress a given PXO.

You might also like...
Quantum version of the classical Nim game. An automatic opponent allows to game to not be as easy as it seems.

Nim game Running the game To run the program just launch : python3 game.py Rules This game is inspiring from the Nim game. You are 2 players face to f

Average Clicker Game (AVG) is a Python made game using tkinter

Average-Clicker-Game Average Clicker Game (AVG) is a Python clicker game not made with pygame but with tkinter, it has worker, worker upgrades, times

Ice-Walker-Game - This repository is about the Ice Walker game made in Python.

Ice-Walker-Game Ce dépot contient le jeu Ice Walker programmé en Python. Les différentes grilles du jeu sont contenues dans le sous-dossier datas. Vou

Deal Or No Deal was a very popular game show. Even now, for a family party, it's a fun game to pass time

Deal Or No Deal was a very popular game show. Even now, for a family party, it's a fun game to pass time. I made a code to play the game right in your terminal/console. This isn't made to be a game which can be installed by everyone and played, I just made it as a fun project as I just started out with python. So if you have python installed and wanna have some fun, or just curious to see how I did this, feel free to check the code out!

Quiz Game: answering questions naturally with a friendly UI to enjoy the game
Quiz Game: answering questions naturally with a friendly UI to enjoy the game

About Quiz Game : The Game is about answering questions naturally with a friendl

This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle

Pyal Telegram Bot This is a simple telegram bot for the game Pyal, a word guessing game inspired by Wordle. How does it work? Differently from the ori

Adventure-Game - Adventure Game which is created using Python

Adventure Game 🌇 This is a Adventure Game which is created using Python. Featur

An exploration of a fantasy world, to autobattle your way to ruling the demesne.
An exploration of a fantasy world, to autobattle your way to ruling the demesne.

Not Quite Paradise 2 (no relation to NQP, I just like the name enough to want to keep it.) Badges! Current position: Quality of last commit: Who dunni

 Box - a world simulator written in python with pygame
Box - a world simulator written in python with pygame

Box is a world simulator written in python with pygame. Features A world generation system A world editor Simulates creatures called boxlanders. You c

Comments
  • script dosn't work correctly on gs290 pxo but on gd510 pxo works ok

    script dosn't work correctly on gs290 pxo but on gd510 pxo works ok

    here is one bug i found when trying to rip sprites from lg gs290 cookie fresh uncompresed pxo this shows up note on lg gs510 pop pxo file works fine

    Music World Converter
    Found sprite 0000 at 0x1116ed. Type = 0x8b, 131x25, 16 colors. Skipped 401.
    Found sprite 0001 at 0x111d8e. Type = 0x8b, 138x26, 16 colors.
    Found sprite 0002 at 0x1124cb. Type = 0x8b, 51x22, 16 colors.
    Found sprite 0003 at 0x112737. Type = 0x8b, 76x27, 16 colors.
    Found sprite 0004 at 0x112b74. Type = 0x8b, 110x21, 16 colors.
    Found sprite 0005 at 0x113032. Type = 0x8b, 139x26, 16 colors.
    Found sprite 0006 at 0x11377c. Type = 0x8b, 139x27, 16 colors.
    Found sprite 0007 at 0x113f0c. Type = 0x8b, 154x26, 16 colors.
    Found sprite 0008 at 0x114719. Type = 0x8b, 54x22, 16 colors.
    Found sprite 0009 at 0x1149d8. Type = 0x8b, 94x39, 16 colors. Skipped 50.
    Found sprite 0010 at 0x11513c. Type = 0x8b, 66x40, 16 colors.
    Found sprite 0011 at 0x11569f. Type = 0x8b, 53x39, 16 colors.
    Found sprite 0012 at 0x115ae4. Type = 0x8b, 71x39, 16 colors.
    Found sprite 0013 at 0x116088. Type = 0x8b, 99x40, 16 colors.
    Found sprite 0014 at 0x11687f. Type = 0x8b, 70x40, 16 colors.
    Found sprite 0015 at 0x116e32. Type = 0x8b, 56x40, 16 colors.
    Found sprite 0016 at 0x1172cd. Type = 0x8b, 77x40, 16 colors.
    Found sprite 0017 at 0x11792c. Type = 0x8b, 56x22, 16 colors. Skipped 32.
    Found sprite 0018 at 0x117bcf. Type = 0x8b, 92x21, 16 colors.
    Found sprite 0019 at 0x117fd0. Type = 0x8b, 71x22, 16 colors.
    Found sprite 0020 at 0x118318. Type = 0x8b, 61x21, 16 colors.
    Found sprite 0021 at 0x1185d4. Type = 0x8b, 97x21, 16 colors.
    Found sprite 0022 at 0x118a0a. Type = 0x8b, 74x22, 16 colors.
    Found sprite 0023 at 0x118d8c. Type = 0x8c, 82x21, 34 colors. Skipped 25.
    Found sprite 0024 at 0x1194b7. Type = 0x8c, 38x19, 33 colors.
    Found sprite 0025 at 0x1197f7. Type = 0x8c, 45x22, 34 colors.
    Found sprite 0026 at 0x119c46. Type = 0x8c, 86x19, 35 colors.
    Found sprite 0027 at 0x11a31c. Type = 0x8c, 65x19, 31 colors.
    Found sprite 0028 at 0x11a857. Type = 0x8c, 165x21, 34 colors.
    Found sprite 0029 at 0x11b651. Type = 0x8b, 45x18, 16 colors.
    Found sprite 0030 at 0x11b821. Type = 0x8b, 90x22, 16 colors.
    Found sprite 0031 at 0x11bc3a. Type = 0x8c, 82x22, 43 colors.
    Found sprite 0032 at 0x11c3d2. Type = 0x8c, 39x19, 36 colors.
    Found sprite 0033 at 0x11c72e. Type = 0x8c, 47x22, 42 colors.
    Found sprite 0034 at 0x11cbc1. Type = 0x8c, 84x20, 41 colors.
    Found sprite 0035 at 0x11d2d7. Type = 0x8c, 66x18, 44 colors.
    Found sprite 0036 at 0x11d80a. Type = 0x8c, 218x26, 46 colors.
    Found sprite 0037 at 0x11eec3. Type = 0x8b, 44x18, 16 colors.
    Found sprite 0038 at 0x11f08a. Type = 0x8b, 92x21, 16 colors.
    Found sprite 0039 at 0x11f4cc. Type = 0x8c, 64x30, 52 colors. Skipped 65.
    Found sprite 0040 at 0x11fcf3. Type = 0x8b, 211x33, 16 colors.
    Found sprite 0041 at 0x120ac8. Type = 0x8c, 157x33, 58 colors.
    Found sprite 0042 at 0x121fbe. Type = 0x8b, 129x33, 16 colors.
    Found sprite 0043 at 0x12284a. Type = 0x8c, 185x36, 61 colors.
    Found sprite 0044 at 0x124310. Type = 0x8c, 152x42, 59 colors.
    Found sprite 0045 at 0x125cbc. Type = 0x8c, 140x41, 57 colors.
    Found sprite 0046 at 0x1273de. Type = 0x8c, 109x33, 60 colors.
    Found sprite 0047 at 0x1282aa. Type = 0x8c, 156x32, 61 colors.
    Found sprite 0048 at 0x1296ec. Type = 0x8c, 184x35, 64 colors.
    Found sprite 0049 at 0x12b108. Type = 0x8c, 201x68, 98 colors. Skipped 41.
    Found sprite 0050 at 0x12e79d. Type = 0x8c, 209x60, 79 colors.
    Found sprite 0051 at 0x13199c. Type = 0x8c, 161x92, 23 colors. Skipped 11.
    Found sprite 0052 at 0x1353c8. Type = 0x8c, 113x50, 44 colors.
    Found sprite 0053 at 0x136a74. Type = 0x8b, 64x37, 13 colors. Skipped 11.
    Found sprite 0054 at 0x136f46. Type = 0x8c, 135x51, 13 colors.
    Found sprite 0055 at 0x138a68. Type = 0x8c, 53x19, 22 colors. Skipped 11.
    Found sprite 0056 at 0x138ea4. Type = 0x8c, 85x19, 24 colors.
    Found sprite 0057 at 0x139546. Type = 0x8c, 73x19, 24 colors.
    Found sprite 0058 at 0x139b04. Type = 0x8c, 116x18, 24 colors.
    Found sprite 0059 at 0x13a37f. Type = 0x8b, 57x18, 16 colors.
    Found sprite 0060 at 0x13a5bb. Type = 0x8b, 95x41, 16 colors.
    Found sprite 0061 at 0x13ad92. Type = 0x8b, 93x21, 16 colors.
    Found sprite 0062 at 0x13b1bc. Type = 0x8b, 120x24, 16 colors. Skipped 30.
    Found sprite 0063 at 0x13b797. Type = 0x8b, 136x23, 16 colors.
    Found sprite 0064 at 0x13bdee. Type = 0x8b, 118x23, 16 colors.
    Found sprite 0065 at 0x13c376. Type = 0x8b, 69x23, 16 colors.
    Found sprite 0066 at 0x13c6cb. Type = 0x8b, 119x23, 16 colors.
    Found sprite 0067 at 0x13cc5f. Type = 0x8b, 136x24, 16 colors.
    Found sprite 0068 at 0x13d2fa. Type = 0x8b, 120x23, 16 colors.
    Found sprite 0069 at 0x13d899. Type = 0x8b, 69x23, 16 colors.
    Bad sprite size 875 x 9729.
    Found sprite 0070 at 0x13dc10. Type = 0x8b, 60x31, 16 colors. Skipped 33.
    Found sprite 0071 at 0x13dfed. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0072 at 0x13e3ca. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0073 at 0x13e7a7. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0074 at 0x13eb94. Type = 0x8c, 85x19, 23 colors. Skipped 16.
    Found sprite 0075 at 0x13f233. Type = 0x8c, 104x29, 37 colors.
    Found sprite 0076 at 0x13fe75. Type = 0x8c, 139x22, 37 colors.
    Found sprite 0077 at 0x140ae1. Type = 0x8c, 138x21, 37 colors.
    Found sprite 0078 at 0x1416ad. Type = 0x8c, 84x20, 32 colors.
    Found sprite 0079 at 0x141da8. Type = 0x8c, 105x29, 45 colors.
    Found sprite 0080 at 0x142a1f. Type = 0x8c, 139x21, 45 colors.
    Found sprite 0081 at 0x143618. Type = 0x8c, 134x22, 44 colors.
    Bad sprite size 259 x 37215.
    Found sprite 0082 at 0x14424c. Type = 0x8b, 65x41, 16 colors. Skipped 32.
    Found sprite 0083 at 0x1447bc. Type = 0x8b, 65x41, 16 colors.
    Found sprite 0084 at 0x144d2c. Type = 0x8b, 39x41, 16 colors.
    Found sprite 0085 at 0x145094. Type = 0x8b, 94x31, 8 colors. Skipped 13.
    Found sprite 0086 at 0x14566c. Type = 0x8c, 132x133, 51 colors. Skipped 4.
    Found sprite 0087 at 0x149ba4. Type = 0x8c, 224x169, 66 colors.
    Found sprite 0088 at 0x153055. Type = 0x8c, 231x167, 66 colors.
    Found sprite 0089 at 0x15c7d7. Type = 0x8c, 223x168, 66 colors.
    Found sprite 0090 at 0x165b00. Type = 0x8c, 226x172, 66 colors.
    Found sprite 0091 at 0x16f3a9. Type = 0x8c, 223x156, 56 colors.
    Found sprite 0092 at 0x177c40. Type = 0x8c, 150x140, 56 colors.
    Found sprite 0093 at 0x17cf18. Type = 0x89, 84x10, 2 colors. Skipped 29.
    Found sprite 0094 at 0x17cf92. Type = 0x89, 61x12, 2 colors.
    Found sprite 0095 at 0x17cfff. Type = 0x89, 101x14, 2 colors.
    Found sprite 0096 at 0x17d0c1. Type = 0x89, 90x11, 2 colors.
    Found sprite 0097 at 0x17d14e. Type = 0x89, 110x11, 2 colors.
    Found sprite 0098 at 0x17d1f7. Type = 0x89, 97x12, 2 colors.
    Found sprite 0099 at 0x17d29a. Type = 0x89, 89x11, 2 colors.
    Found sprite 0100 at 0x17d326. Type = 0x89, 88x12, 2 colors.
    Found sprite 0101 at 0x17d3bb. Type = 0x89, 82x11, 2 colors.
    Found sprite 0102 at 0x17d43d. Type = 0x89, 99x13, 2 colors.
    Bad sprite size 3072 x 17664.
    Bad sprite size 55774 x 7838.
    Bad sprite size 50124 x 3855.
    Bad sprite size 49276 x 38937.
    Bad sprite size 1177 x 4673.
    Bad sprite size 17412 x 8585.
    Bad sprite size 33 x 2116.
    Bad sprite size 16 x 4096.
    Bad sprite size 19474 x 9352.
    Bad sprite size 1041 x 4801.
    Bad sprite size 34883 x 52887.
    Bad sprite size 49361 x 50273.
    Bad sprite size 17438 x 1161.
    Bad sprite size 17412 x 4744.
    Bad sprite size 8210 x 4736.
    Bad sprite size 9250 x 4745.
    Bad sprite size 9234 x 4625.
    Bad sprite size 24854 x 28868.
    Bad sprite size 49209 x 8736.
    Bad sprite size 34852 x 17442.
    Bad sprite size 12931 x 37188.
    Bad sprite size 17554 x 50179.
    Bad sprite size 50193 x 57473.
    Bad sprite size 546 x 8210.
    Bad sprite size 7190 x 32851.
    Bad sprite size 19490 x 33673.
    Bad sprite size 9347 x 34892.
    Bad sprite size 9250 x 4729.
    Bad sprite size 9346 x 8329.
    Bad sprite size 32 x 15360.
    Bad sprite size 25638 x 32905.
    Bad sprite size 16768 x 16418.
    Bad sprite size 562 x 25638.
    Bad sprite size 16913 x 34884.
    Bad sprite size 12865 x 39268.
    Bad sprite size 9234 x 4673.
    Found sprite 0103 at 0x17df88. Type = 0x8c, 80x13, 11 colors. Skipped 2677.
    Found sprite 0104 at 0x17e3c8. Type = 0x8b, 150x32, 16 colors. Skipped 4.
    Found sprite 0105 at 0x17ed68. Type = 0x8b, 80x25, 16 colors. Skipped 5.
    Found sprite 0106 at 0x17f18b. Type = 0x8b, 124x25, 16 colors.
    Found sprite 0107 at 0x17f7d4. Type = 0x8b, 162x24, 16 colors.
    Found sprite 0108 at 0x17ffa7. Type = 0x8b, 161x25, 16 colors.
    Found sprite 0109 at 0x1807bf. Type = 0x8b, 161x25, 16 colors.
    Found sprite 0110 at 0x180fd7. Type = 0x8b, 79x24, 16 colors.
    Found sprite 0111 at 0x1813c6. Type = 0x8b, 89x25, 8 colors.
    Found sprite 0112 at 0x181842. Type = 0x8b, 136x25, 8 colors.
    Found sprite 0113 at 0x181f09. Type = 0x8b, 173x26, 8 colors.
    Found sprite 0114 at 0x1827f5. Type = 0x8b, 167x27, 8 colors.
    Found sprite 0115 at 0x1830e7. Type = 0x8b, 178x26, 8 colors.
    Found sprite 0116 at 0x183a14. Type = 0x8b, 88x26, 8 colors.
    Bad sprite size 263 x 37047.
    Found sprite 0117 at 0x183ee0. Type = 0x8b, 100x36, 15 colors. Skipped 48.
    Found sprite 0118 at 0x184620. Type = 0x8b, 61x38, 15 colors.
    Found sprite 0119 at 0x184adf. Type = 0x8b, 47x38, 15 colors.
    Found sprite 0120 at 0x184e94. Type = 0x8b, 99x33, 15 colors.
    Found sprite 0121 at 0x18552e. Type = 0x8b, 109x38, 8 colors.
    Found sprite 0122 at 0x185d68. Type = 0x8b, 67x39, 8 colors.
    Found sprite 0123 at 0x1862a6. Type = 0x8b, 51x39, 8 colors.
    Found sprite 0124 at 0x1866ac. Type = 0x8b, 108x37, 8 colors.
    Found sprite 0125 at 0x186ec0. Type = 0x8b, 76x24, 16 colors. Skipped 35.
    Found sprite 0126 at 0x18728b. Type = 0x8b, 98x23, 16 colors.
    Found sprite 0127 at 0x18772d. Type = 0x8b, 103x23, 16 colors.
    Found sprite 0128 at 0x187c09. Type = 0x8b, 87x25, 8 colors.
    Found sprite 0129 at 0x18806c. Type = 0x8b, 111x27, 8 colors.
    Found sprite 0130 at 0x18866a. Type = 0x8b, 113x25, 8 colors.
    Found sprite 0131 at 0x188c2c. Type = 0x8c, 62x22, 16 colors. Skipped 26.
    Found sprite 0132 at 0x1891bb. Type = 0x8c, 39x21, 16 colors.
    Found sprite 0133 at 0x189529. Type = 0x8c, 44x21, 16 colors.
    Found sprite 0134 at 0x189900. Type = 0x8c, 73x22, 34 colors.
    Found sprite 0135 at 0x189fb7. Type = 0x8c, 112x20, 16 colors.
    Found sprite 0136 at 0x18a8b2. Type = 0x8c, 165x20, 16 colors.
    Found sprite 0137 at 0x18b5d1. Type = 0x8b, 64x20, 16 colors.
    Found sprite 0138 at 0x18b88c. Type = 0x8b, 68x18, 16 colors.
    Found sprite 0139 at 0x18bb2b. Type = 0x8c, 76x27, 8 colors.
    Found sprite 0140 at 0x18c352. Type = 0x8c, 49x24, 8 colors.
    Found sprite 0141 at 0x18c80d. Type = 0x8c, 53x24, 8 colors.
    Found sprite 0142 at 0x18cd28. Type = 0x8c, 88x29, 60 colors.
    Found sprite 0143 at 0x18d7df. Type = 0x8c, 135x21, 8 colors.
    Found sprite 0144 at 0x18e315. Type = 0x8c, 216x25, 8 colors.
    Found sprite 0145 at 0x18f850. Type = 0x8b, 78x23, 8 colors.
    Found sprite 0146 at 0x18fbf4. Type = 0x8b, 82x21, 8 colors.
    Found sprite 0147 at 0x18ffb4. Type = 0x8c, 70x34, 15 colors. Skipped 64.
    Found sprite 0148 at 0x190938. Type = 0x8b, 157x34, 15 colors.
    Found sprite 0149 at 0x1913dd. Type = 0x8c, 173x33, 15 colors.
    Found sprite 0150 at 0x192a62. Type = 0x8b, 142x34, 15 colors.
    Found sprite 0151 at 0x193408. Type = 0x8c, 174x34, 21 colors.
    Found sprite 0152 at 0x194b6e. Type = 0x8c, 190x33, 27 colors.
    Found sprite 0153 at 0x196448. Type = 0x8c, 195x39, 17 colors.
    Found sprite 0154 at 0x19823b. Type = 0x8c, 111x33, 16 colors.
    Found sprite 0155 at 0x1990c5. Type = 0x8c, 183x37, 16 colors.
    Found sprite 0156 at 0x19ab73. Type = 0x8c, 172x33, 16 colors.
    Found sprite 0157 at 0x19c204. Type = 0x8c, 200x65, 16 colors. Skipped 42.
    Found sprite 0158 at 0x19f507. Type = 0x8c, 209x55, 17 colors.
    Found sprite 0159 at 0x1a2234. Type = 0x8c, 163x49, 14 colors. Skipped 8.
    Found sprite 0160 at 0x1a419c. Type = 0x8c, 200x41, 14 colors.
    Found sprite 0161 at 0x1a61d9. Type = 0x8c, 128x29, 36 colors.
    Found sprite 0162 at 0x1a70dc. Type = 0x8b, 72x39, 16 colors. Skipped 12.
    Found sprite 0163 at 0x1a7693. Type = 0x8c, 114x44, 16 colors.
    Found sprite 0164 at 0x1a8a70. Type = 0x8c, 55x23, 9 colors. Skipped 10.
    Found sprite 0165 at 0x1a8f87. Type = 0x8c, 78x21, 9 colors.
    Found sprite 0166 at 0x1a9613. Type = 0x8c, 75x20, 21 colors.
    Found sprite 0167 at 0x1a9c39. Type = 0x8c, 102x21, 13 colors.
    Found sprite 0168 at 0x1aa4c9. Type = 0x8b, 63x21, 11 colors.
    Found sprite 0169 at 0x1aa78b. Type = 0x8b, 81x37, 14 colors.
    Found sprite 0170 at 0x1aad9b. Type = 0x8b, 95x21, 14 colors.
    Found sprite 0171 at 0x1ab1d4. Type = 0x8b, 128x23, 15 colors. Skipped 30.
    Found sprite 0172 at 0x1ab7cc. Type = 0x8b, 135x23, 16 colors.
    Found sprite 0173 at 0x1abe18. Type = 0x8b, 168x25, 16 colors.
    Found sprite 0174 at 0x1ac687. Type = 0x8b, 164x30, 16 colors.
    Found sprite 0175 at 0x1ad05e. Type = 0x8b, 144x27, 16 colors.
    Found sprite 0176 at 0x1ad831. Type = 0x8b, 141x24, 8 colors.
    Found sprite 0177 at 0x1adef0. Type = 0x8b, 169x26, 16 colors.
    Found sprite 0178 at 0x1ae7c0. Type = 0x8b, 164x30, 16 colors.
    Bad sprite size 2671 x 23809.
    Found sprite 0179 at 0x1af1b8. Type = 0x8b, 60x31, 12 colors. Skipped 32.
    Found sprite 0180 at 0x1af589. Type = 0x8b, 60x31, 11 colors.
    Found sprite 0181 at 0x1af957. Type = 0x8b, 60x31, 9 colors.
    Found sprite 0182 at 0x1afd1f. Type = 0x8b, 60x31, 9 colors.
    Found sprite 0183 at 0x1b00f8. Type = 0x8c, 84x19, 18 colors. Skipped 17.
    Found sprite 0184 at 0x1b0775. Type = 0x8c, 98x20, 18 colors.
    Found sprite 0185 at 0x1b0f5e. Type = 0x8c, 178x23, 16 colors.
    Found sprite 0186 at 0x1b1f97. Type = 0x8c, 145x23, 16 colors.
    Found sprite 0187 at 0x1b2cd9. Type = 0x8c, 84x19, 31 colors.
    Found sprite 0188 at 0x1b337d. Type = 0x8c, 98x20, 31 colors.
    Found sprite 0189 at 0x1b3b8d. Type = 0x8c, 184x24, 8 colors.
    Found sprite 0190 at 0x1b4cf0. Type = 0x8c, 150x23, 8 colors.
    Bad sprite size 2734 x 49921.
    Found sprite 0191 at 0x1b5ab0. Type = 0x8b, 65x41, 14 colors. Skipped 34.
    Found sprite 0192 at 0x1b601a. Type = 0x8b, 65x41, 15 colors.
    Found sprite 0193 at 0x1b6587. Type = 0x8b, 39x41, 16 colors.
    Found sprite 0194 at 0x1b68f0. Type = 0x8b, 169x30, 8 colors. Skipped 14.
    Found sprite 0195 at 0x1b7300. Type = 0x8c, 163x121, 48 colors. Skipped 6.
    Found sprite 0196 at 0x1bc0a6. Type = 0x8c, 253x152, 60 colors.
    Found sprite 0197 at 0x1c579d. Type = 0x8c, 252x152, 60 colors.
    Found sprite 0198 at 0x1cedfc. Type = 0x8c, 253x149, 60 colors.
    Found sprite 0199 at 0x1d81fc. Type = 0x8c, 253x140, 53 colors.
    Found sprite 0200 at 0x1e0d02. Type = 0x8c, 254x133, 51 colors.
    Found sprite 0201 at 0x1e919c. Type = 0x8c, 161x123, 53 colors.
    Found sprite 0202 at 0x1edfc0. Type = 0x89, 83x10, 2 colors. Skipped 31.
    Found sprite 0203 at 0x1ee039. Type = 0x89, 66x12, 2 colors.
    Found sprite 0204 at 0x1ee0ad. Type = 0x89, 135x9, 2 colors.
    Found sprite 0205 at 0x1ee156. Type = 0x89, 125x11, 2 colors.
    Found sprite 0206 at 0x1ee213. Type = 0x89, 117x12, 2 colors.
    Found sprite 0207 at 0x1ee2d4. Type = 0x89, 110x12, 2 colors.
    Found sprite 0208 at 0x1ee38a. Type = 0x89, 81x9, 2 colors.
    Found sprite 0209 at 0x1ee3f7. Type = 0x89, 109x12, 2 colors.
    Found sprite 0210 at 0x1ee4ac. Type = 0x89, 139x11, 2 colors.
    Found sprite 0211 at 0x1ee57d. Type = 0x89, 78x9, 2 colors.
    Bad sprite size 39111 x 26214.
    Bad sprite size 33049 x 33177.
    Bad sprite size 31804 x 15420.
    Bad sprite size 25616 x 8841.
    Bad sprite size 17442 x 17681.
    Bad sprite size 50579 x 16674.
    Bad sprite size 17426 x 640.
    Bad sprite size 16388 x 36.
    Bad sprite size 4168 x 4105.
    Bad sprite size 7181 x 0.
    Bad sprite size 2450 x 18722.
    Bad sprite size 7697 x 35140.
    Bad sprite size 240 x 0.
    Bad sprite size 18 x 0.
    Bad sprite size 25634 x 402.
    Bad sprite size 1042 x 4745.
    Bad sprite size 8210 x 37504.
    Bad sprite size 9232 x 4745.
    Bad sprite size 18 x 37512.
    Bad sprite size 25746 x 37441.
    Bad sprite size 19 x 0.
    Bad sprite size 8721 x 4424.
    Bad sprite size 8721 x 36928.
    Bad sprite size 18 x 0.
    Bad sprite size 8718 x 3655.
    Bad sprite size 270 x 22405.
    Bad sprite size 26161 x 59164.
    Bad sprite size 8705 x 17444.
    Bad sprite size 7698 x 18500.
    Bad sprite size 4368 x 9234.
    Bad sprite size 9363 x 8841.
    Bad sprite size 18210 x 9248.
    Bad sprite size 34564 x 8849.
    Bad sprite size 18434 x 34824.
    Bad sprite size 7202 x 42273.
    Bad sprite size 4368 x 15410.
    Bad sprite size 14402 x 58760.
    Bad sprite size 59923 x 2212.
    Bad sprite size 57928 x 33048.
    Bad sprite size 270 x 36147.
    Bad sprite size 3725 x 44289.
    Found sprite 0212 at 0x1eef50. Type = 0x8c, 80x13, 9 colors. Skipped 2369.
    Found sprite 0213 at 0x1ef38c. Type = 0x8b, 113x37, 16 colors. Skipped 6.
    Found sprite 0214 at 0x1efbf8. Type = 0x8b, 83x25, 16 colors. Skipped 6.
    Found sprite 0215 at 0x1f0041. Type = 0x8b, 126x24, 16 colors.
    Found sprite 0216 at 0x1f0664. Type = 0x8b, 142x26, 16 colors.
    Found sprite 0217 at 0x1f0dd5. Type = 0x8b, 114x31, 16 colors.
    Found sprite 0218 at 0x1f14f7. Type = 0x8b, 137x28, 16 colors.
    Found sprite 0219 at 0x1f1cb0. Type = 0x8b, 54x23, 16 colors.
    Found sprite 0220 at 0x1f1f58. Type = 0x8b, 73x23, 16 colors.
    Found sprite 0221 at 0x1f22db. Type = 0x8b, 112x23, 16 colors.
    Found sprite 0222 at 0x1f281e. Type = 0x8b, 125x23, 16 colors.
    Found sprite 0223 at 0x1f2df7. Type = 0x8b, 100x27, 16 colors.
    Found sprite 0224 at 0x1f3378. Type = 0x8b, 134x28, 16 colors.
    Found sprite 0225 at 0x1f3b07. Type = 0x8b, 53x23, 16 colors.
    Found sprite 0226 at 0x1f3dd4. Type = 0x8b, 109x24, 16 colors. Skipped 48.
    Found sprite 0227 at 0x1f432b. Type = 0x8b, 83x42, 16 colors.
    Found sprite 0228 at 0x1f4a35. Type = 0x8b, 40x25, 16 colors.
    Found sprite 0229 at 0x1f4c64. Type = 0x8b, 91x29, 16 colors.
    Found sprite 0230 at 0x1f51c7. Type = 0x8b, 111x26, 16 colors.
    Found sprite 0231 at 0x1f57a5. Type = 0x8b, 85x42, 16 colors.
    Found sprite 0232 at 0x1f5ed9. Type = 0x8b, 40x26, 16 colors.
    Found sprite 0233 at 0x1f611c. Type = 0x8b, 91x30, 16 colors.
    Found sprite 0234 at 0x1f66cc. Type = 0x8b, 79x23, 16 colors. Skipped 32.
    Found sprite 0235 at 0x1f6a94. Type = 0x8b, 115x22, 16 colors.
    Found sprite 0236 at 0x1f6fc0. Type = 0x8b, 103x23, 16 colors.
    Found sprite 0237 at 0x1f749c. Type = 0x8b, 77x22, 16 colors.
    Found sprite 0238 at 0x1f7826. Type = 0x8b, 113x23, 16 colors.
    Found sprite 0239 at 0x1f7d75. Type = 0x8b, 100x23, 16 colors.
    Found sprite 0240 at 0x1f8248. Type = 0x8c, 65x26, 17 colors. Skipped 26.
    Found sprite 0241 at 0x1f8920. Type = 0x8c, 27x26, 17 colors.
    Found sprite 0242 at 0x1f8c1c. Type = 0x8c, 30x26, 16 colors.
    Found sprite 0243 at 0x1f8f63. Type = 0x8c, 76x26, 17 colors.
    Found sprite 0244 at 0x1f9759. Type = 0x8c, 57x26, 16 colors.
    Found sprite 0245 at 0x1f9d5e. Type = 0x8c, 170x20, 15 colors.
    Found sprite 0246 at 0x1faade. Type = 0x8b, 46x25, 16 colors.
    Found sprite 0247 at 0x1fad58. Type = 0x8b, 68x26, 16 colors.
    Found sprite 0248 at 0x1fb107. Type = 0x8c, 69x25, 57 colors.
    Found sprite 0249 at 0x1fb87a. Type = 0x8c, 28x25, 45 colors.
    Found sprite 0250 at 0x1fbbc8. Type = 0x8c, 31x25, 52 colors.
    Found sprite 0251 at 0x1fbf76. Type = 0x8c, 83x27, 54 colors.
    Found sprite 0252 at 0x1fc8e4. Type = 0x8c, 55x26, 51 colors.
    Found sprite 0253 at 0x1fcf1e. Type = 0x8c, 223x25, 46 colors.
    Found sprite 0254 at 0x1fe57a. Type = 0x8b, 46x24, 16 colors.
    Found sprite 0255 at 0x1fe7dd. Type = 0x8b, 66x24, 16 colors.
    Bad sprite size 3900 x 2561.
    Found sprite 0256 at 0x1feb70. Type = 0x8c, 71x32, 41 colors. Skipped 63.
    Found sprite 0257 at 0x1ff4d6. Type = 0x8b, 189x38, 16 colors.
    Found sprite 0258 at 0x200318. Type = 0x8c, 152x32, 48 colors.
    Found sprite 0259 at 0x2016b3. Type = 0x8b, 109x32, 16 colors.
    Found sprite 0260 at 0x201dbe. Type = 0x8c, 127x32, 52 colors.
    Found sprite 0261 at 0x202e45. Type = 0x8c, 121x35, 51 colors.
    Found sprite 0262 at 0x203f74. Type = 0x8c, 94x33, 48 colors.
    Found sprite 0263 at 0x204c2d. Type = 0x8c, 52x33, 26 colors.
    Found sprite 0264 at 0x20533a. Type = 0x8c, 99x35, 26 colors.
    Found sprite 0265 at 0x20611c. Type = 0x8c, 146x36, 33 colors.
    Bad sprite size 271 x 37890.
    Found sprite 0266 at 0x20763c. Type = 0x8c, 225x65, 80 colors. Skipped 41.
    Found sprite 0267 at 0x20b058. Type = 0x8c, 211x59, 66 colors.
    Found sprite 0268 at 0x20e1d4. Type = 0x8c, 125x22, 38 colors. Skipped 10.
    Found sprite 0269 at 0x20ed14. Type = 0x8b, 84x44, 16 colors. Skipped 5.
    Found sprite 0270 at 0x20f487. Type = 0x8c, 162x57, 21 colors.
    Bad sprite size 272 x 37811.
    Found sprite 0271 at 0x2118ec. Type = 0x8c, 67x19, 17 colors. Skipped 8.
    Found sprite 0272 at 0x211e23. Type = 0x8c, 89x18, 19 colors.
    Found sprite 0273 at 0x2124a9. Type = 0x8c, 73x18, 18 colors.
    Found sprite 0274 at 0x212a0c. Type = 0x8c, 69x32, 19 colors.
    Found sprite 0275 at 0x2132f0. Type = 0x8b, 72x16, 16 colors.
    Found sprite 0276 at 0x21356b. Type = 0x8b, 59x23, 16 colors.
    Found sprite 0277 at 0x21384d. Type = 0x8b, 70x15, 16 colors.
    Found sprite 0278 at 0x213ab4. Type = 0x8b, 169x26, 16 colors. Skipped 31.
    Found sprite 0279 at 0x214384. Type = 0x8b, 113x21, 16 colors.
    Found sprite 0280 at 0x214862. Type = 0x8b, 134x23, 16 colors.
    Found sprite 0281 at 0x214ea2. Type = 0x8b, 71x22, 16 colors.
    Found sprite 0282 at 0x2151ea. Type = 0x8b, 170x25, 16 colors.
    Found sprite 0283 at 0x215a72. Type = 0x8b, 114x22, 16 colors.
    Found sprite 0284 at 0x215f93. Type = 0x8b, 133x21, 16 colors.
    Found sprite 0285 at 0x216543. Type = 0x8b, 71x22, 16 colors.
    Found sprite 0286 at 0x2168ac. Type = 0x8b, 60x31, 16 colors. Skipped 33.
    Found sprite 0287 at 0x216c89. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0288 at 0x217066. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0289 at 0x217443. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0290 at 0x217830. Type = 0x8c, 84x19, 20 colors. Skipped 16.
    Found sprite 0291 at 0x217eb3. Type = 0x8c, 121x19, 28 colors.
    Found sprite 0292 at 0x21880d. Type = 0x8c, 130x21, 35 colors.
    Found sprite 0293 at 0x21932b. Type = 0x8c, 139x20, 27 colors.
    Found sprite 0294 at 0x219e63. Type = 0x8c, 84x19, 31 colors.
    Found sprite 0295 at 0x21a507. Type = 0x8c, 126x20, 48 colors.
    Found sprite 0296 at 0x21af7a. Type = 0x8c, 125x19, 43 colors.
    Found sprite 0297 at 0x21b94d. Type = 0x8c, 131x21, 43 colors.
    Found sprite 0298 at 0x21c4b8. Type = 0x8b, 65x41, 15 colors. Skipped 32.
    Found sprite 0299 at 0x21ca25. Type = 0x8b, 65x41, 13 colors.
    Found sprite 0300 at 0x21cf8c. Type = 0x8b, 39x41, 16 colors.
    Found sprite 0301 at 0x21d2f4. Type = 0x8b, 168x32, 9 colors. Skipped 13.
    Found sprite 0302 at 0x21dda0. Type = 0x89, 42x11, 2 colors. Skipped 6.
    Found sprite 0303 at 0x21ddeb. Type = 0x89, 32x12, 2 colors.
    Found sprite 0304 at 0x21de2c. Type = 0x89, 97x10, 2 colors.
    Found sprite 0305 at 0x21deb7. Type = 0x89, 119x13, 2 colors.
    Found sprite 0306 at 0x21df8a. Type = 0x89, 103x12, 2 colors.
    Found sprite 0307 at 0x21e036. Type = 0x89, 46x12, 2 colors.
    Found sprite 0308 at 0x21e08c. Type = 0x89, 76x11, 2 colors.
    Found sprite 0309 at 0x21e106. Type = 0x89, 81x13, 2 colors.
    Found sprite 0310 at 0x21e19b. Type = 0x89, 111x13, 2 colors.
    Found sprite 0311 at 0x21e261. Type = 0x89, 96x12, 2 colors.
    Bad sprite size 6348 x 6195.
    Bad sprite size 6348 x 6195.
    Bad sprite size 6348 x 12339.
    Bad sprite size 1996 x 6415.
    Bad sprite size 63352 x 414.
    Bad sprite size 32204 x 52364.
    Bad sprite size 50892 x 819.
    Bad sprite size 14591 x 679.
    Bad sprite size 18706 x 30736.
    Bad sprite size 2082 x 17442.
    Bad sprite size 49667 x 17426.
    Bad sprite size 18448 x 8834.
    Bad sprite size 34833 x 4721.
    Bad sprite size 8210 x 16784.
    Bad sprite size 18448 x 35108.
    Bad sprite size 17426 x 8777.
    Bad sprite size 19492 x 8338.
    Bad sprite size 9267 x 37452.
    Bad sprite size 9232 x 37256.
    Bad sprite size 50193 x 57473.
    Bad sprite size 2078 x 62096.
    Bad sprite size 4158 x 1168.
    Bad sprite size 9218 x 17024.
    Bad sprite size 17426 x 8777.
    Bad sprite size 1042 x 4424.
    Bad sprite size 18194 x 7873.
    Bad sprite size 1040 x 2178.
    Bad sprite size 16412 x 58032.
    Bad sprite size 14847 x 29172.
    Bad sprite size 2066 x 4745.
    Bad sprite size 8466 x 4367.
    Bad sprite size 18 x 0.
    Bad sprite size 25634 x 34895.
    Bad sprite size 530 x 18500.
    Bad sprite size 8223 x 9250.
    Bad sprite size 8721 x 18724.
    Bad sprite size 18674 x 15586.
    Bad sprite size 626 x 18470.
    Bad sprite size 15377 x 34872.
    Bad sprite size 2342 x 9362.
    Bad sprite size 9218 x 137.
    Bad sprite size 18688 x 16656.
    Bad sprite size 4114 x 30792.
    Bad sprite size 17648 x 505.
    Bad sprite size 16418 x 17650.
    Bad sprite size 4168 x 18466.
    Bad sprite size 37264 x 18438.
    Bad sprite size 273 x 35726.
    Bad sprite size 273 x 35820.
    Bad sprite size 273 x 35880.
    Bad sprite size 273 x 35920.
    Bad sprite size 273 x 20620.
    Found sprite 0312 at 0x21ee44. Type = 0x8c, 80x13, 15 colors. Skipped 2830.
    Found sprite 0313 at 0x21f290. Type = 0x8b, 117x36, 16 colors. Skipped 4.
    Found sprite 0314 at 0x21fb0c. Type = 0x8b, 88x25, 16 colors. Skipped 7.
    Found sprite 0315 at 0x21ff93. Type = 0x8b, 103x20, 16 colors.
    Found sprite 0316 at 0x2203d4. Type = 0x8b, 117x25, 16 colors.
    Found sprite 0317 at 0x2209c6. Type = 0x8b, 163x25, 16 colors.
    Found sprite 0318 at 0x2211f7. Type = 0x8b, 131x25, 16 colors.
    Found sprite 0319 at 0x221898. Type = 0x8b, 58x20, 16 colors.
    Found sprite 0320 at 0x221b17. Type = 0x8b, 89x25, 16 colors.
    Found sprite 0321 at 0x221fab. Type = 0x8b, 104x20, 16 colors.
    Found sprite 0322 at 0x2223f6. Type = 0x8b, 118x25, 16 colors.
    Found sprite 0323 at 0x2229f4. Type = 0x8b, 165x25, 16 colors.
    Found sprite 0324 at 0x22323e. Type = 0x8b, 131x25, 16 colors.
    Found sprite 0325 at 0x2238df. Type = 0x8b, 59x20, 16 colors.
    Found sprite 0326 at 0x223b98. Type = 0x8b, 124x41, 16 colors. Skipped 48.
    Found sprite 0327 at 0x2245c1. Type = 0x8b, 82x37, 16 colors.
    Found sprite 0328 at 0x224be9. Type = 0x8b, 73x36, 16 colors.
    Found sprite 0329 at 0x225146. Type = 0x8b, 82x36, 16 colors.
    Found sprite 0330 at 0x225745. Type = 0x8b, 133x41, 16 colors.
    Found sprite 0331 at 0x226227. Type = 0x8b, 84x39, 16 colors.
    Found sprite 0332 at 0x2268c8. Type = 0x8b, 82x39, 16 colors.
    Found sprite 0333 at 0x226f42. Type = 0x8b, 82x37, 16 colors.
    Found sprite 0334 at 0x22758c. Type = 0x8b, 87x21, 16 colors. Skipped 34.
    Found sprite 0335 at 0x227959. Type = 0x8b, 89x20, 16 colors.
    Found sprite 0336 at 0x227d0e. Type = 0x8b, 119x25, 16 colors.
    Found sprite 0337 at 0x228319. Type = 0x8b, 88x21, 16 colors.
    Found sprite 0338 at 0x2286f0. Type = 0x8b, 91x21, 16 colors.
    Found sprite 0339 at 0x228ae7. Type = 0x8b, 120x25, 16 colors.
    Found sprite 0340 at 0x229118. Type = 0x8c, 89x29, 44 colors. Skipped 26.
    Found sprite 0341 at 0x229bbc. Type = 0x8c, 32x26, 42 colors.
    Found sprite 0342 at 0x229f85. Type = 0x8c, 48x26, 42 colors.
    Found sprite 0343 at 0x22a4ee. Type = 0x8c, 88x26, 45 colors.
    Found sprite 0344 at 0x22ae70. Type = 0x8c, 66x26, 44 colors.
    Found sprite 0345 at 0x22b5b3. Type = 0x8c, 209x20, 35 colors.
    Found sprite 0346 at 0x22c67b. Type = 0x8b, 57x26, 16 colors.
    Found sprite 0347 at 0x22c99b. Type = 0x8b, 92x26, 16 colors.
    Found sprite 0348 at 0x22ce82. Type = 0x8c, 90x29, 66 colors.
    Found sprite 0349 at 0x22d985. Type = 0x8c, 33x26, 57 colors.
    Found sprite 0350 at 0x22dd95. Type = 0x8c, 49x26, 58 colors.
    Found sprite 0351 at 0x22e348. Type = 0x8c, 87x27, 68 colors.
    Found sprite 0352 at 0x22ed4c. Type = 0x8c, 67x26, 59 colors.
    Found sprite 0353 at 0x22f4d6. Type = 0x8c, 250x24, 48 colors.
    Found sprite 0354 at 0x230ce1. Type = 0x8b, 57x26, 16 colors.
    Found sprite 0355 at 0x231001. Type = 0x8b, 92x27, 16 colors.
    Bad sprite size 274 x 37890.
    Found sprite 0356 at 0x231558. Type = 0x8c, 73x35, 51 colors. Skipped 65.
    Found sprite 0357 at 0x231ff7. Type = 0x8b, 144x37, 16 colors.
    Found sprite 0358 at 0x232a9a. Type = 0x8c, 132x35, 54 colors.
    Found sprite 0359 at 0x233d53. Type = 0x8b, 114x36, 16 colors.
    Found sprite 0360 at 0x234592. Type = 0x8c, 130x36, 49 colors.
    Found sprite 0361 at 0x235878. Type = 0x8c, 128x37, 54 colors.
    Found sprite 0362 at 0x236ba5. Type = 0x8c, 164x38, 55 colors.
    Found sprite 0363 at 0x2384ad. Type = 0x8c, 131x35, 56 colors.
    Found sprite 0364 at 0x239749. Type = 0x8c, 180x37, 56 colors.
    Found sprite 0365 at 0x23b200. Type = 0x8c, 233x38, 54 colors.
    Found sprite 0366 at 0x23d56c. Type = 0x8c, 200x62, 86 colors. Skipped 41.
    Found sprite 0367 at 0x2406e9. Type = 0x8c, 211x59, 17 colors.
    Found sprite 0368 at 0x2437d0. Type = 0x8c, 200x17, 49 colors. Skipped 8.
    Found sprite 0369 at 0x2445bc. Type = 0x8b, 86x45, 16 colors. Skipped 6.
    Found sprite 0370 at 0x244d86. Type = 0x8c, 131x57, 21 colors.
    Found sprite 0371 at 0x246b04. Type = 0x8c, 44x21, 13 colors. Skipped 9.
    Found sprite 0372 at 0x246ed2. Type = 0x8c, 83x21, 13 colors.
    Found sprite 0373 at 0x2475d3. Type = 0x8c, 75x18, 20 colors.
    Found sprite 0374 at 0x247b60. Type = 0x8c, 67x41, 11 colors.
    Found sprite 0375 at 0x248647. Type = 0x8b, 71x19, 16 colors.
    Found sprite 0376 at 0x248925. Type = 0x8b, 88x38, 16 colors.
    Found sprite 0377 at 0x248fe8. Type = 0x8b, 52x23, 16 colors.
    Bad sprite size 5146 x 29441.
    Found sprite 0378 at 0x249298. Type = 0x8b, 143x25, 16 colors. Skipped 30.
    Found sprite 0379 at 0x2499cf. Type = 0x8b, 138x21, 16 colors.
    Found sprite 0380 at 0x249fb3. Type = 0x8b, 148x20, 16 colors.
    Found sprite 0381 at 0x24a5b6. Type = 0x8b, 69x24, 16 colors.
    Found sprite 0382 at 0x24a92d. Type = 0x8b, 142x25, 16 colors.
    Found sprite 0383 at 0x24b057. Type = 0x8b, 136x20, 16 colors.
    Found sprite 0384 at 0x24b5e2. Type = 0x8b, 147x20, 16 colors.
    Found sprite 0385 at 0x24bbdb. Type = 0x8b, 69x23, 16 colors.
    Found sprite 0386 at 0x24bf50. Type = 0x8b, 60x31, 16 colors. Skipped 32.
    Found sprite 0387 at 0x24c32d. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0388 at 0x24c70a. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0389 at 0x24cae7. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0390 at 0x24ced4. Type = 0x8c, 134x20, 33 colors. Skipped 16.
    Found sprite 0391 at 0x24d9ba. Type = 0x8c, 100x20, 43 colors.
    Found sprite 0392 at 0x24e216. Type = 0x8c, 219x23, 35 colors.
    Found sprite 0393 at 0x24f637. Type = 0x8c, 222x21, 35 colors.
    Found sprite 0394 at 0x2508e1. Type = 0x8c, 129x21, 50 colors.
    Found sprite 0395 at 0x251417. Type = 0x8c, 98x21, 40 colors.
    Found sprite 0396 at 0x251ca4. Type = 0x8c, 219x23, 51 colors.
    Found sprite 0397 at 0x2530f5. Type = 0x8c, 223x21, 47 colors.
    Found sprite 0398 at 0x2543f8. Type = 0x8b, 65x41, 14 colors. Skipped 32.
    Found sprite 0399 at 0x254962. Type = 0x8b, 65x41, 13 colors.
    Found sprite 0400 at 0x254ec9. Type = 0x8b, 39x41, 16 colors.
    Found sprite 0401 at 0x255230. Type = 0x8b, 203x34, 9 colors. Skipped 12.
    Found sprite 0402 at 0x255fd8. Type = 0x8c, 171x127, 47 colors. Skipped 7.
    Found sprite 0403 at 0x25b545. Type = 0x8c, 245x167, 65 colors.
    Found sprite 0404 at 0x2655e6. Type = 0x8c, 245x165, 65 colors.
    Found sprite 0405 at 0x26f49d. Type = 0x8c, 244x171, 65 colors.
    Found sprite 0406 at 0x279867. Type = 0x8c, 247x162, 65 colors.
    Found sprite 0407 at 0x283583. Type = 0x8c, 245x154, 59 colors.
    Found sprite 0408 at 0x28c9a1. Type = 0x8c, 170x128, 52 colors.
    Found sprite 0409 at 0x291f64. Type = 0x89, 57x12, 2 colors. Skipped 28.
    Found sprite 0410 at 0x291fcb. Type = 0x89, 45x9, 2 colors.
    Found sprite 0411 at 0x29200f. Type = 0x89, 121x10, 2 colors.
    Found sprite 0412 at 0x2920b8. Type = 0x89, 105x12, 2 colors.
    Found sprite 0413 at 0x292167. Type = 0x89, 113x13, 2 colors.
    Found sprite 0414 at 0x292230. Type = 0x89, 77x12, 2 colors.
    Found sprite 0415 at 0x2922b5. Type = 0x89, 74x10, 2 colors.
    Found sprite 0416 at 0x292323. Type = 0x89, 80x11, 2 colors.
    Found sprite 0417 at 0x2923a2. Type = 0x89, 116x12, 2 colors.
    Found sprite 0418 at 0x292461. Type = 0x89, 68x11, 2 colors.
    Bad sprite size 6655 x 39321.
    Bad sprite size 8338 x 9417.
    Bad sprite size 10634 x 9234.
    Bad sprite size 4649 x 16676.
    Bad sprite size 35196 x 17424.
    Bad sprite size 17424 x 415.
    Bad sprite size 8210 x 9353.
    Bad sprite size 35108 x 17412.
    Bad sprite size 17412 x 17552.
    Bad sprite size 4100 x 9442.
    Bad sprite size 16418 x 8850.
    Bad sprite size 16114 x 36424.
    Bad sprite size 18450 x 4489.
    Bad sprite size 8721 x 68.
    Bad sprite size 0 x 8256.
    Bad sprite size 8210 x 8841.
    Bad sprite size 2594 x 18596.
    Bad sprite size 17442 x 2560.
    Bad sprite size 4368 x 12819.
    Bad sprite size 8721 x 37188.
    Bad sprite size 18 x 9250.
    Bad sprite size 17424 x 3849.
    Bad sprite size 15890 x 63812.
    Bad sprite size 58131 x 18304.
    Bad sprite size 8210 x 62088.
    Bad sprite size 17410 x 36936.
    Bad sprite size 9266 x 37768.
    Bad sprite size 6673 x 17996.
    Bad sprite size 8755 x 19558.
    Bad sprite size 9233 x 35144.
    Bad sprite size 8736 x 18468.
    Bad sprite size 8721 x 17444.
    Bad sprite size 25638 x 41097.
    Bad sprite size 37280 x 18464.
    Bad sprite size 1042 x 17540.
    Bad sprite size 17446 x 16009.
    Bad sprite size 3646 x 17948.
    Bad sprite size 9235 x 8926.
    Bad sprite size 18448 x 8849.
    Bad sprite size 9234 x 7262.
    Bad sprite size 18464 x 33809.
    Bad sprite size 16676 x 17442.
    Found sprite 0419 at 0x292df8. Type = 0x8c, 80x13, 10 colors. Skipped 2302.
    Found sprite 0420 at 0x293238. Type = 0x8b, 169x46, 16 colors. Skipped 7.
    Found sprite 0421 at 0x2941a8. Type = 0x8b, 71x25, 16 colors. Skipped 6.
    Found sprite 0422 at 0x29455b. Type = 0x8b, 107x21, 16 colors.
    Found sprite 0423 at 0x2949fa. Type = 0x8b, 166x21, 16 colors.
    Found sprite 0424 at 0x295104. Type = 0x8b, 97x25, 16 colors.
    Found sprite 0425 at 0x2955fc. Type = 0x8b, 139x28, 16 colors.
    Found sprite 0426 at 0x295dd1. Type = 0x8b, 58x21, 16 colors.
    Found sprite 0427 at 0x29606d. Type = 0x8b, 72x26, 16 colors.
    Found sprite 0428 at 0x296450. Type = 0x8b, 108x22, 16 colors.
    Found sprite 0429 at 0x29692f. Type = 0x8b, 166x21, 16 colors.
    Found sprite 0430 at 0x297039. Type = 0x8b, 98x25, 16 colors.
    Found sprite 0431 at 0x29753d. Type = 0x8b, 137x27, 16 colors.
    Found sprite 0432 at 0x297cb2. Type = 0x8b, 58x21, 16 colors.
    Found sprite 0433 at 0x297f80. Type = 0x8b, 113x39, 16 colors. Skipped 50.
    Found sprite 0434 at 0x298857. Type = 0x8b, 71x42, 16 colors.
    Found sprite 0435 at 0x298e65. Type = 0x8b, 54x41, 16 colors.
    Found sprite 0436 at 0x2992f3. Type = 0x8b, 94x38, 16 colors.
    Found sprite 0437 at 0x299a28. Type = 0x8b, 119x42, 16 colors.
    Found sprite 0438 at 0x29a426. Type = 0x8b, 71x43, 16 colors.
    Found sprite 0439 at 0x29aa58. Type = 0x8b, 55x44, 16 colors.
    Found sprite 0440 at 0x29af4d. Type = 0x8b, 98x39, 16 colors.
    Found sprite 0441 at 0x29b720. Type = 0x8b, 57x21, 16 colors. Skipped 33.
    Found sprite 0442 at 0x29b9b2. Type = 0x8b, 93x21, 16 colors.
    Found sprite 0443 at 0x29bdbe. Type = 0x8b, 70x21, 16 colors.
    Found sprite 0444 at 0x29c0d8. Type = 0x8b, 56x22, 16 colors.
    Found sprite 0445 at 0x29c37b. Type = 0x8b, 93x21, 16 colors.
    Found sprite 0446 at 0x29c787. Type = 0x8b, 72x25, 16 colors.
    Found sprite 0447 at 0x29cb60. Type = 0x8c, 82x24, 38 colors. Skipped 26.
    Found sprite 0448 at 0x29d38d. Type = 0x8c, 27x28, 33 colors.
    Found sprite 0449 at 0x29d6ef. Type = 0x8c, 32x22, 36 colors.
    Found sprite 0450 at 0x29da26. Type = 0x8c, 78x23, 40 colors.
    Found sprite 0451 at 0x29e1ab. Type = 0x8c, 81x23, 40 colors.
    Found sprite 0452 at 0x29e975. Type = 0x8c, 155x21, 35 colors.
    Found sprite 0453 at 0x29f6a0. Type = 0x8b, 58x24, 16 colors.
    Found sprite 0454 at 0x29f993. Type = 0x8b, 65x25, 16 colors.
    Found sprite 0455 at 0x29fcfb. Type = 0x8c, 81x24, 59 colors.
    Found sprite 0456 at 0x2a054f. Type = 0x8c, 28x29, 47 colors.
    Found sprite 0457 at 0x2a0913. Type = 0x8c, 32x23, 58 colors.
    Found sprite 0458 at 0x2a0cac. Type = 0x8c, 79x25, 62 colors.
    Found sprite 0459 at 0x2a1528. Type = 0x8c, 81x25, 66 colors.
    Found sprite 0460 at 0x2a1de2. Type = 0x8c, 185x25, 41 colors.
    Found sprite 0461 at 0x2a3079. Type = 0x8b, 58x26, 16 colors.
    Found sprite 0462 at 0x2a33a6. Type = 0x8b, 67x25, 16 colors.
    Bad sprite size 6506 x 47361.
    Found sprite 0463 at 0x2a3768. Type = 0x8c, 190x38, 53 colors. Skipped 64.
    Found sprite 0464 at 0x2a5446. Type = 0x8b, 195x32, 16 colors.
    Found sprite 0465 at 0x2a60b1. Type = 0x8c, 169x33, 53 colors.
    Found sprite 0466 at 0x2a7724. Type = 0x8b, 125x34, 16 colors.
    Found sprite 0467 at 0x2a7fac. Type = 0x8c, 149x38, 53 colors.
    Found sprite 0468 at 0x2a9674. Type = 0x8c, 165x35, 53 colors.
    Found sprite 0469 at 0x2aadad. Type = 0x8c, 97x33, 52 colors.
    Found sprite 0470 at 0x2abad5. Type = 0x8c, 112x34, 56 colors.
    Found sprite 0471 at 0x2aca68. Type = 0x8c, 174x37, 57 colors.
    Found sprite 0472 at 0x2ae444. Type = 0x8c, 186x37, 56 colors.
    Found sprite 0473 at 0x2b0004. Type = 0x8c, 236x71, 90 colors. Skipped 43.
    Found sprite 0474 at 0x2b4291. Type = 0x8c, 211x59, 55 colors.
    Found sprite 0475 at 0x2b73ec. Type = 0x8c, 226x46, 24 colors. Skipped 10.
    Found sprite 0476 at 0x2b9cdb. Type = 0x8c, 221x45, 23 colors.
    Found sprite 0477 at 0x2bc404. Type = 0x8c, 109x22, 39 colors.
    Found sprite 0478 at 0x2bcdf0. Type = 0x8b, 84x41, 16 colors. Skipped 14.
    Found sprite 0479 at 0x2bd4e5. Type = 0x8c, 162x64, 24 colors.
    Found sprite 0480 at 0x2bfdc0. Type = 0x8c, 52x21, 15 colors. Skipped 8.
    Found sprite 0481 at 0x2c023c. Type = 0x8c, 100x21, 16 colors.
    Found sprite 0482 at 0x2c0aab. Type = 0x8c, 76x20, 21 colors.
    Found sprite 0483 at 0x2c10e5. Type = 0x8c, 79x43, 16 colors.
    Found sprite 0484 at 0x2c1e65. Type = 0x8b, 53x21, 16 colors.
    Found sprite 0485 at 0x2c20cd. Type = 0x8b, 134x39, 16 colors.
    Found sprite 0486 at 0x2c2b3d. Type = 0x8b, 122x21, 16 colors.
    Found sprite 0487 at 0x2c3098. Type = 0x8b, 171x22, 16 colors. Skipped 31.
    Found sprite 0488 at 0x2c382c. Type = 0x8b, 124x21, 16 colors.
    Found sprite 0489 at 0x2c3d7d. Type = 0x8b, 107x21, 16 colors.
    Found sprite 0490 at 0x2c421c. Type = 0x8b, 69x25, 16 colors.
    Found sprite 0491 at 0x2c45b6. Type = 0x8b, 173x21, 16 colors.
    Found sprite 0492 at 0x2c4d0a. Type = 0x8b, 124x22, 16 colors.
    Found sprite 0493 at 0x2c5299. Type = 0x8b, 109x22, 16 colors.
    Found sprite 0494 at 0x2c5783. Type = 0x8b, 71x26, 16 colors.
    Found sprite 0495 at 0x2c5b7c. Type = 0x8b, 60x31, 16 colors. Skipped 35.
    Found sprite 0496 at 0x2c5f59. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0497 at 0x2c6336. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0498 at 0x2c6713. Type = 0x8b, 60x31, 16 colors.
    Found sprite 0499 at 0x2c6b00. Type = 0x8c, 90x18, 31 colors. Skipped 16.
    Found sprite 0500 at 0x2c71bc. Type = 0x8c, 109x24, 32 colors.
    Found sprite 0501 at 0x2c7c5f. Type = 0x8c, 140x18, 32 colors.
    Found sprite 0502 at 0x2c86a2. Type = 0x8c, 148x18, 32 colors.
    Found sprite 0503 at 0x2c9175. Type = 0x8c, 91x19, 38 colors.
    Found sprite 0504 at 0x2c98b3. Type = 0x8c, 110x24, 41 colors.
    Found sprite 0505 at 0x2ca389. Type = 0x8c, 139x18, 41 colors.
    Found sprite 0506 at 0x2cadd5. Type = 0x8c, 146x18, 42 colors.
    Bad sprite size 7195 x 52737.
    Found sprite 0507 at 0x2cb8c4. Type = 0x8b, 65x41, 13 colors. Skipped 33.
    Found sprite 0508 at 0x2cbe2b. Type = 0x8b, 65x41, 13 colors.
    Found sprite 0509 at 0x2cc392. Type = 0x8b, 39x41, 16 colors.
    Found sprite 0510 at 0x2cc6fc. Type = 0x8b, 203x34, 9 colors. Skipped 15.
    Found sprite 0511 at 0x2cd4a4. Type = 0x8c, 149x125, 47 colors. Skipped 7.
    Found sprite 0512 at 0x2d1dfd. Type = 0x8c, 214x172, 67 colors.
    Found sprite 0513 at 0x2dae99. Type = 0x8c, 214x166, 67 colors.
    Found sprite 0514 at 0x2e3a31. Type = 0x8c, 213x167, 67 colors.
    Found sprite 0515 at 0x2ec5f8. Type = 0x8c, 215x159, 67 colors.
    Found sprite 0516 at 0x2f4c55. Type = 0x8c, 212x150, 61 colors.
    Found sprite 0517 at 0x2fc94f. Type = 0x8c, 151x128, 52 colors.
    Found sprite 0518 at 0x301594. Type = 0x89, 105x11, 2 colors. Skipped 30.
    Found sprite 0519 at 0x301636. Type = 0x89, 32x11, 2 colors.
    Found sprite 0520 at 0x301673. Type = 0x89, 99x10, 2 colors.
    Found sprite 0521 at 0x301700. Type = 0x89, 105x11, 2 colors.
    Found sprite 0522 at 0x3017a2. Type = 0x89, 73x10, 2 colors.
    Found sprite 0523 at 0x30180f. Type = 0x89, 89x12, 2 colors.
    Found sprite 0524 at 0x3018a6. Type = 0x89, 69x9, 2 colors.
    Found sprite 0525 at 0x301905. Type = 0x89, 86x10, 2 colors.
    Found sprite 0526 at 0x301982. Type = 0x89, 107x12, 2 colors.
    Found sprite 0527 at 0x301a34. Type = 0x89, 77x13, 2 colors.
    Bad sprite size 55774 x 7838.
    Bad sprite size 52428 x 51151.
    Bad sprite size 50124 x 7011.
    Bad sprite size 17426 x 8776.
    Bad sprite size 17412 x 8585.
    Bad sprite size 4641 x 34824.
    Bad sprite size 34883 x 52631.
    Bad sprite size 56 x 0.
    Bad sprite size 18706 x 16.
    Bad sprite size 16386 x 4372.
    Bad sprite size 18706 x 48.
    Bad sprite size 17426 x 4249.
    Bad sprite size 1042 x 8320.
    Bad sprite size 18448 x 8337.
    Bad sprite size 50193 x 57473.
    Bad sprite size 20240 x 9105.
    Bad sprite size 9232 x 8322.
    Bad sprite size 18448 x 9233.
    Bad sprite size 9234 x 24722.
    Bad sprite size 18448 x 9361.
    Bad sprite size 17424 x 8841.
    Bad sprite size 2338 x 25634.
    Bad sprite size 18738 x 12945.
    Bad sprite size 17424 x 12425.
    Bad sprite size 17456 x 8841.
    Bad sprite size 2338 x 17442.
    Bad sprite size 18722 x 8721.
    Bad sprite size 15408 x 53360.
    Bad sprite size 8755 x 18534.
    Bad sprite size 8705 x 18464.
    Bad sprite size 9234 x 32840.
    Bad sprite size 18832 x 9218.
    Bad sprite size 9234 x 9282.
    Bad sprite size 2079 x 50401.
    Bad sprite size 17442 x 29048.
    Bad sprite size 12864 x 37412.
    Found sprite 0528 at 0x3024c4. Type = 0x8c, 80x13, 10 colors. Skipped 2525.
    Found sprite 0529 at 0x302904. Type = 0x8b, 156x42, 16 colors. Skipped 7.
    Bad sprite size 32315 x 47343.
    Bad sprite size 5125 x 16424.
    Bad sprite size 4618 x 1394.
    Found sprite 0530 at 0x3039fc. Type = 0x8c, 33x44, 32 colors. Skipped 1006.
    Found sprite 0531 at 0x304013. Type = 0x8c, 37x44, 31 colors.
    Found sprite 0532 at 0x3046d7. Type = 0x8c, 37x44, 30 colors.
    Found sprite 0533 at 0x304d98. Type = 0x8c, 38x44, 32 colors.
    Found sprite 0534 at 0x30548b. Type = 0x8c, 33x44, 33 colors.
    Found sprite 0535 at 0x305aa5. Type = 0x8c, 49x58, 30 colors.
    Found sprite 0536 at 0x306624. Type = 0x8c, 51x57, 31 colors.
    Found sprite 0537 at 0x3071e7. Type = 0x8c, 49x59, 31 colors.
    Found sprite 0538 at 0x307d9a. Type = 0x8c, 51x58, 31 colors.
    Found sprite 0539 at 0x308990. Type = 0x8c, 52x58, 30 colors.
    Found sprite 0540 at 0x3095bd. Type = 0x8c, 69x77, 31 colors.
    Found sprite 0541 at 0x30aae6. Type = 0x8c, 69x75, 33 colors.
    Found sprite 0542 at 0x30bf8b. Type = 0x8c, 65x79, 29 colors.
    Found sprite 0543 at 0x30d3fc. Type = 0x8c, 69x75, 31 colors.
    Found sprite 0544 at 0x30e89b. Type = 0x8c, 69x77, 30 colors.
    Found sprite 0545 at 0x30fdc1. Type = 0x8c, 105x114, 34 colors.
    Found sprite 0546 at 0x312cf4. Type = 0x8c, 111x107, 34 colors.
    Found sprite 0547 at 0x315bca. Type = 0x8c, 105x114, 33 colors.
    Found sprite 0548 at 0x318afa. Type = 0x8c, 111x106, 34 colors.
    Found sprite 0549 at 0x31b961. Type = 0x8c, 105x114, 34 colors.
    Found sprite 0550 at 0x31e894. Type = 0x8c, 155x162, 36 colors.
    Found sprite 0551 at 0x324b21. Type = 0x8c, 159x171, 34 colors.
    Found sprite 0552 at 0x32b5c7. Type = 0x8c, 155x163, 33 colors.
    Found sprite 0553 at 0x3318e6. Type = 0x8c, 159x170, 33 colors.
    Found sprite 0554 at 0x3382ea. Type = 0x8c, 155x163, 34 colors.
    Found sprite 0555 at 0x33e670. Type = 0x8b, 80x234, 16 colors. Skipped 100.
    Found sprite 0556 at 0x340b3b. Type = 0x8b, 95x258, 16 colors.
    Found sprite 0557 at 0x343b55. Type = 0x8b, 96x258, 16 colors.
    Found sprite 0558 at 0x346bfc. Type = 0x8b, 36x41, 13 colors. Skipped 12.
    Found sprite 0559 at 0x346f10. Type = 0x8b, 11x14, 8 colors.
    Found sprite 0560 at 0x346f88. Type = 0x8c, 222x227, 53 colors. Skipped 8.
    Found sprite 0561 at 0x35350c. Type = 0x8c, 307x269, 55 colors.
    Found sprite 0562 at 0x367853. Type = 0x8c, 335x279, 53 colors.
    Found sprite 0563 at 0x37e616. Type = 0x8c, 325x273, 58 colors.
    Found sprite 0564 at 0x394174. Type = 0x8c, 49x59, 33 colors. Skipped 16.
    Found sprite 0565 at 0x394d2d. Type = 0x8c, 45x56, 208 colors.
    Found sprite 0566 at 0x395980. Type = 0x8c, 41x55, 25 colors.
    Found sprite 0567 at 0x3962b4. Type = 0x8b, 54x45, 5 colors. Skipped 15.
    Found sprite 0568 at 0x39678d. Type = 0x8b, 44x55, 5 colors.
    Found sprite 0569 at 0x396c6c. Type = 0x89, 54x45, 2 colors. Skipped 11.
    Found sprite 0570 at 0x396dad. Type = 0x89, 44x55, 2 colors.
    Found sprite 0571 at 0x396ef8. Type = 0x8b, 60x49, 9 colors. Skipped 11.
    Found sprite 0572 at 0x3974dc. Type = 0x8b, 51x59, 9 colors.
    Found sprite 0573 at 0x397ae3. Type = 0x8b, 68x57, 12 colors.
    Found sprite 0574 at 0x3982a4. Type = 0x8b, 57x68, 12 colors.
    Found sprite 0575 at 0x398a78. Type = 0x8c, 44x44, 60 colors. Skipped 19.
    Found sprite 0576 at 0x3992c7. Type = 0x8c, 44x44, 47 colors.
    Found sprite 0577 at 0x399aef. Type = 0x8c, 44x44, 51 colors.
    Found sprite 0578 at 0x39a330. Type = 0x8c, 240x400, 254 colors. Skipped 13.
    Found sprite 0579 at 0x3b1d35. Type = 0x8c, 240x400, 128 colors.
    Found sprite 0580 at 0x3c95c0. Type = 0x8c, 240x400, 128 colors.
    Found sprite 0581 at 0x3e0e4b. Type = 0x8c, 240x400, 128 colors.
    Found sprite 0582 at 0x3f86d6. Type = 0x8c, 240x400, 128 colors.
    Found sprite 0583 at 0x40ff61. Type = 0x8c, 240x400, 128 colors.
    Found sprite 0584 at 0x427804. Type = 0x8b, 240x400, 8 colors. Skipped 24.
    Found sprite 0585 at 0x4333a7. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0586 at 0x43ef4a. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0587 at 0x44aaed. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0588 at 0x456690. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0589 at 0x462233. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0590 at 0x46ddd6. Type = 0x8b, 240x400, 8 colors.
    Found sprite 0591 at 0x479998. Type = 0x8c, 75x104, 60 colors. Skipped 31.
    Found sprite 0592 at 0x47b8cf. Type = 0x8c, 136x99, 182 colors.
    Found sprite 0593 at 0x47ef94. Type = 0x8c, 85x89, 169 colors.
    Found sprite 0594 at 0x480f27. Type = 0x8c, 83x93, 161 colors.
    Found sprite 0595 at 0x482f3c. Type = 0x8c, 169x106, 186 colors.
    Found sprite 0596 at 0x48776f. Type = 0x8c, 121x108, 119 colors.
    Found sprite 0597 at 0x48abeb. Type = 0x8c, 170x108, 155 colors.
    Found sprite 0598 at 0x48f57f. Type = 0x8c, 117x25, 47 colors.
    Found sprite 0599 at 0x490184. Type = 0x8c, 117x52, 136 colors.
    Found sprite 0600 at 0x491aeb. Type = 0x8c, 232x89, 208 colors.
    Found sprite 0601 at 0x496e0e. Type = 0x8c, 83x103, 159 colors.
    Found sprite 0602 at 0x49915b. Type = 0x8c, 136x103, 110 colors.
    Found sprite 0603 at 0x49c968. Type = 0x8c, 83x103, 75 colors.
    Found sprite 0604 at 0x49ebb9. Type = 0x8c, 233x63, 204 colors.
    Found sprite 0605 at 0x4a277f. Type = 0x8c, 100x131, 214 colors.
    Found sprite 0606 at 0x4a5d38. Type = 0x8c, 110x132, 232 colors.
    Found sprite 0607 at 0x4a98b3. Type = 0x8c, 99x178, 223 colors.
    Found sprite 0608 at 0x4ae031. Type = 0x8c, 93x13, 17 colors.
    Bad sprite size 313 x 50859.
    Found sprite 0609 at 0x4ae570. Type = 0x8c, 117x161, 79 colors. Skipped 71.
    Found sprite 0610 at 0x4b2ffd. Type = 0x8c, 105x95, 101 colors.
    Found sprite 0611 at 0x4b61a8. Type = 0x8c, 117x161, 189 colors. Skipped 2426.
    Found sprite 0612 at 0x4bad84. Type = 0x8b, 117x161, 13 colors. Skipped 5.
    Found sprite 0613 at 0x4bd281. Type = 0x8c, 68x129, 65 colors.
    Found sprite 0614 at 0x4bf59c. Type = 0x8b, 117x161, 9 colors. Skipped 9.
    Found sprite 0615 at 0x4c1a8d. Type = 0x8c, 99x101, 150 colors.
    Found sprite 0616 at 0x4c4369. Type = 0x8b, 93x34, 12 colors.
    Found sprite 0617 at 0x4c49d4. Type = 0x8b, 49x40, 8 colors. Skipped 15.
    Found sprite 0618 at 0x4c4dcb. Type = 0x8b, 44x42, 8 colors.
    Found sprite 0619 at 0x4c518a. Type = 0x8b, 46x43, 11 colors.
    Found sprite 0620 at 0x4c5593. Type = 0x8b, 47x39, 10 colors.
    Found sprite 0621 at 0x4c5951. Type = 0x8b, 46x43, 12 colors.
    Found sprite 0622 at 0x4c5d5d. Type = 0x8b, 48x45, 13 colors.
    Found sprite 0623 at 0x4c61c7. Type = 0x8b, 49x45, 16 colors.
    Found sprite 0624 at 0x4c6651. Type = 0x8a, 48x42, 4 colors.
    Bad sprite size 15356 x 62209.
    Found sprite 0625 at 0x4c6880. Type = 0x8a, 240x101, 3 colors. Skipped 31.
    Found sprite 0626 at 0x4c8040. Type = 0x8a, 240x100, 3 colors.
    Found sprite 0627 at 0x4c97c4. Type = 0x8a, 240x99, 3 colors.
    Found sprite 0628 at 0x4caf0c. Type = 0x8a, 240x99, 3 colors.
    Found sprite 0629 at 0x4cc664. Type = 0x8c, 240x229, 90 colors. Skipped 16.
    Found sprite 0630 at 0x4d9e2d. Type = 0x8c, 76x68, 19 colors.
    Found sprite 0631 at 0x4db2a1. Type = 0x8b, 24x22, 6 colors.
    Found sprite 0632 at 0x4db3c6. Type = 0x8c, 120x211, 30 colors.
    Found sprite 0633 at 0x4e1713. Type = 0x8c, 81x68, 31 colors.
    Found sprite 0634 at 0x4e2cff. Type = 0x8b, 46x63, 8 colors.
    Found sprite 0635 at 0x4e32cb. Type = 0x8b, 46x63, 8 colors.
    Bad palette count 1.
    Bad palette count 1.
    Found sprite 0636 at 0x4e4141. Type = 0x8c, 46x60, 33 colors. Skipped 2218.
    Found sprite 0637 at 0x4e4c77. Type = 0x8c, 48x56, 33 colors.
    Found sprite 0638 at 0x4e5765. Type = 0x8c, 77x53, 33 colors.
    Found sprite 0639 at 0x4e67c4. Type = 0x8c, 59x53, 33 colors.
    Found sprite 0640 at 0x4e7469. Type = 0x8b, 121x99, 7 colors.
    Found sprite 0641 at 0x4e8bef. Type = 0x8b, 111x49, 9 colors.
    Found sprite 0642 at 0x4e96b5. Type = 0x8b, 93x97, 7 colors.
    Bad palette count 1.
    Found sprite 0643 at 0x4ea88f. Type = 0x89, 121x1, 1 colors. Skipped 27.
    Found sprite 0644 at 0x4ea8f8. Type = 0x8b, 21x18, 7 colors. Skipped 75.
    Found sprite 0645 at 0x4ea9d5. Type = 0x8b, 22x17, 8 colors.
    Found sprite 0646 at 0x4eaab3. Type = 0x8b, 22x18, 8 colors.
    Found sprite 0647 at 0x4eaba8. Type = 0x8b, 233x85, 16 colors. Skipped 12.
    Found sprite 0648 at 0x4ed292. Type = 0x8b, 233x101, 16 colors.
    Found sprite 0649 at 0x4f00c4. Type = 0x8c, 195x122, 64 colors.
    Found sprite 0650 at 0x4f5e7d. Type = 0x8c, 233x97, 32 colors.
    Found sprite 0651 at 0x4fb731. Type = 0x8c, 64x74, 24 colors.
    Found sprite 0652 at 0x4fca04. Type = 0x8c, 127x74, 31 colors.
    Found sprite 0653 at 0x4fef22. Type = 0x8c, 223x96, 30 colors.
    Found sprite 0654 at 0x504327. Type = 0x8c, 231x165, 43 colors.
    Found sprite 0655 at 0x50d896. Type = 0x8c, 102x46, 32 colors.
    Found sprite 0656 at 0x50eb7c. Type = 0x8c, 47x37, 17 colors. Skipped 39.
    Found sprite 0657 at 0x50f285. Type = 0x8c, 49x37, 17 colors.
    Found sprite 0658 at 0x50f9d8. Type = 0x8b, 48x35, 16 colors.
    Found sprite 0659 at 0x50fd5b. Type = 0x8c, 38x37, 16 colors.
    Found sprite 0660 at 0x510314. Type = 0x8b, 15x11, 11 colors.
    Found sprite 0661 at 0x510393. Type = 0x8b, 13x10, 12 colors.
    Found sprite 0662 at 0x510403. Type = 0x8b, 18x10, 12 colors.
    Found sprite 0663 at 0x51048c. Type = 0x8b, 15x11, 12 colors.
    Found sprite 0664 at 0x51050e. Type = 0x8b, 19x12, 6 colors.
    Bad sprite size 320 x 37297.
    Found sprite 0665 at 0x5105c4. Type = 0x8c, 42x40, 30 colors. Skipped 38.
    Found sprite 0666 at 0x510cb9. Type = 0x8c, 42x40, 26 colors.
    Found sprite 0667 at 0x5113a2. Type = 0x8c, 44x40, 24 colors.
    Found sprite 0668 at 0x511ad5. Type = 0x8c, 42x40, 26 colors.
    Found sprite 0669 at 0x5121be. Type = 0x8b, 16x11, 14 colors.
    Found sprite 0670 at 0x51224b. Type = 0x8b, 15x12, 14 colors.
    Found sprite 0671 at 0x5122da. Type = 0x8b, 18x9, 13 colors.
    Found sprite 0672 at 0x51235d. Type = 0x8b, 15x10, 13 colors.
    Found sprite 0673 at 0x5123da. Type = 0x8b, 19x12, 6 colors.
    Bad sprite size 16578 x 1537.
    Found sprite 0674 at 0x512490. Type = 0x8c, 43x33, 21 colors. Skipped 38.
    Found sprite 0675 at 0x512a65. Type = 0x8c, 42x33, 20 colors.
    Found sprite 0676 at 0x513016. Type = 0x8c, 43x33, 21 colors.
    Found sprite 0677 at 0x5135eb. Type = 0x8c, 42x34, 19 colors.
    Found sprite 0678 at 0x513bc3. Type = 0x8b, 15x11, 13 colors.
    Found sprite 0679 at 0x513c48. Type = 0x8b, 14x12, 13 colors.
    Found sprite 0680 at 0x513cce. Type = 0x8b, 15x11, 12 colors.
    Found sprite 0681 at 0x513d50. Type = 0x8b, 16x9, 14 colors.
    Found sprite 0682 at 0x513dcd. Type = 0x8b, 19x12, 6 colors.
    Found sprite 0683 at 0x513e80. Type = 0x8c, 51x52, 26 colors. Skipped 36.
    Found sprite 0684 at 0x514935. Type = 0x8c, 51x52, 24 colors.
    Found sprite 0685 at 0x5153e4. Type = 0x8c, 51x50, 25 colors.
    Found sprite 0686 at 0x515e30. Type = 0x8c, 51x52, 23 colors.
    Found sprite 0687 at 0x5168dc. Type = 0x8b, 15x12, 12 colors.
    Found sprite 0688 at 0x516965. Type = 0x8b, 15x10, 14 colors.
    Found sprite 0689 at 0x5169e5. Type = 0x8b, 15x12, 12 colors.
    Found sprite 0690 at 0x516a6e. Type = 0x8b, 15x10, 14 colors.
    Found sprite 0691 at 0x516aee. Type = 0x8c, 22x16, 17 colors.
    Found sprite 0692 at 0x516cb0. Type = 0x8c, 191x136, 204 colors. Skipped 36.
    Found sprite 0693 at 0x51d497. Type = 0x8c, 191x136, 206 colors.
    Found sprite 0694 at 0x523c84. Type = 0x8c, 191x136, 205 colors.
    Found sprite 0695 at 0x52a46e. Type = 0x8c, 191x136, 204 colors.
    Found sprite 0696 at 0x530c55. Type = 0x8c, 191x136, 207 colors.
    Found sprite 0697 at 0x537445. Type = 0x8c, 191x136, 205 colors.
    Found sprite 0698 at 0x53dc48. Type = 0x8b, 59x66, 13 colors. Skipped 25.
    Found sprite 0699 at 0x53e415. Type = 0x8b, 57x66, 15 colors.
    Found sprite 0700 at 0x53eba6. Type = 0x8b, 60x62, 14 colors.
    Found sprite 0701 at 0x53f31f. Type = 0x8b, 59x67, 14 colors.
    Found sprite 0702 at 0x53fb0d. Type = 0x8b, 37x23, 10 colors.
    Found sprite 0703 at 0x53fce0. Type = 0x8b, 37x23, 10 colors.
    Bad sprite size 323 x 37451.
    Found sprite 0704 at 0x53fecc. Type = 0x8b, 42x148, 10 colors. Skipped 24.
    Found sprite 0705 at 0x540b19. Type = 0x8b, 42x191, 11 colors.
    Found sprite 0706 at 0x541af0. Type = 0x8b, 42x216, 13 colors.
    Found sprite 0707 at 0x542cda. Type = 0x8b, 40x261, 11 colors.
    Found sprite 0708 at 0x54416a. Type = 0x8b, 42x149, 10 colors.
    Found sprite 0709 at 0x544de0. Type = 0x8a, 16x7, 3 colors. Skipped 20.
    Found sprite 0710 at 0x544e10. Type = 0x8b, 16x18, 6 colors.
    Found sprite 0711 at 0x544ec8. Type = 0x8c, 27x41, 19 colors. Skipped 11.
    Found sprite 0712 at 0x54535f. Type = 0x8c, 25x30, 17 colors.
    Found sprite 0713 at 0x54568b. Type = 0x8b, 29x27, 16 colors.
    Found sprite 0714 at 0x54584e. Type = 0x8c, 37x34, 17 colors.
    Found sprite 0715 at 0x545d76. Type = 0x8c, 34x29, 17 colors.
    Found sprite 0716 at 0x54618e. Type = 0x8b, 29x28, 16 colors.
    Found sprite 0717 at 0x54635f. Type = 0x8b, 28x34, 16 colors.
    Found sprite 0718 at 0x546576. Type = 0x8c, 30x37, 17 colors.
    Found sprite 0719 at 0x546a0a. Type = 0x8c, 32x40, 21 colors.
    Found sprite 0720 at 0x546f54. Type = 0x8c, 22x44, 19 colors.
    Found sprite 0721 at 0x547360. Type = 0x8c, 26x29, 18 colors.
    Found sprite 0722 at 0x547693. Type = 0x8c, 26x25, 17 colors.
    Found sprite 0723 at 0x54795b. Type = 0x8c, 32x33, 17 colors.
    Found sprite 0724 at 0x547db9. Type = 0x8b, 34x31, 16 colors.
    Found sprite 0725 at 0x548003. Type = 0x8b, 32x26, 16 colors.
    Found sprite 0726 at 0x5481de. Type = 0x8b, 28x31, 16 colors.
    Found sprite 0727 at 0x5483cb. Type = 0x8c, 30x30, 17 colors.
    Found sprite 0728 at 0x54878d. Type = 0x8c, 29x40, 22 colors.
    Found sprite 0729 at 0x548c62. Type = 0x8c, 23x45, 19 colors.
    Found sprite 0730 at 0x5490b1. Type = 0x8c, 28x35, 17 colors.
    Found sprite 0731 at 0x5494c3. Type = 0x8b, 27x27, 15 colors.
    Found sprite 0732 at 0x549668. Type = 0x8b, 28x37, 15 colors.
    Found sprite 0733 at 0x5498a6. Type = 0x8b, 31x31, 14 colors.
    Found sprite 0734 at 0x549abc. Type = 0x8b, 31x24, 14 colors.
    Found sprite 0735 at 0x549c65. Type = 0x8b, 31x27, 16 colors.
    Found sprite 0736 at 0x549e43. Type = 0x8c, 33x32, 17 colors.
    Found sprite 0737 at 0x54a2a1. Type = 0x8c, 34x39, 20 colors.
    Found sprite 0738 at 0x54a816. Type = 0x8c, 28x43, 19 colors.
    Found sprite 0739 at 0x54ad0e. Type = 0x8c, 30x28, 18 colors.
    Found sprite 0740 at 0x54b097. Type = 0x8c, 26x25, 17 colors.
    Found sprite 0741 at 0x54b35f. Type = 0x8b, 26x37, 15 colors.
    Found sprite 0742 at 0x54b578. Type = 0x8b, 29x31, 15 colors.
    Found sprite 0743 at 0x54b772. Type = 0x8b, 33x27, 16 colors.
    Found sprite 0744 at 0x54b96b. Type = 0x8c, 36x31, 18 colors.
    Found sprite 0745 at 0x54be08. Type = 0x8c, 41x29, 17 colors.
    Found sprite 0746 at 0x54c2eb. Type = 0x8c, 36x38, 22 colors.
    Found sprite 0747 at 0x54c890. Type = 0x8c, 32x40, 19 colors.
    Found sprite 0748 at 0x54cdd4. Type = 0x8c, 30x26, 17 colors.
    Found sprite 0749 at 0x54d11e. Type = 0x8b, 26x27, 16 colors.
    Found sprite 0750 at 0x54d2b8. Type = 0x8b, 29x38, 15 colors.
    Found sprite 0751 at 0x54d517. Type = 0x8b, 27x35, 16 colors.
    Found sprite 0752 at 0x54d72b. Type = 0x8b, 32x28, 16 colors.
    Found sprite 0753 at 0x54d926. Type = 0x8c, 37x29, 17 colors.
    Found sprite 0754 at 0x54dd95. Type = 0x8c, 41x30, 19 colors.
    Found sprite 0755 at 0x54e2a7. Type = 0x8c, 39x36, 21 colors.
    Bad sprite size 17394 x 46849.
    Bad sprite size 17410 x 41473.
    Bad sprite size 17426 x 48897.
    Bad sprite size 17490 x 41985.
    Found sprite 0756 at 0x54e924. Type = 0x8c, 57x66, 22 colors. Skipped 179.
    Found sprite 0757 at 0x54f823. Type = 0x8c, 63x59, 27 colors.
    Found sprite 0758 at 0x550704. Type = 0x8c, 57x66, 22 colors.
    Found sprite 0759 at 0x551603. Type = 0x8b, 49x72, 15 colors.
    Found sprite 0760 at 0x551d1f. Type = 0x8c, 57x67, 22 colors.
    Found sprite 0761 at 0x552c57. Type = 0x8c, 63x59, 29 colors.
    Found sprite 0762 at 0x553b3e. Type = 0x8c, 57x67, 22 colors.
    Found sprite 0763 at 0x554a76. Type = 0x8b, 49x72, 15 colors.
    Found sprite 0764 at 0x555192. Type = 0x8c, 59x71, 25 colors.
    Found sprite 0765 at 0x556245. Type = 0x8c, 46x52, 28 colors.
    Found sprite 0766 at 0x556bfc. Type = 0x8b, 54x45, 16 colors.
    Found sprite 0767 at 0x5570f6. Type = 0x8c, 46x52, 28 colors.
    Found sprite 0768 at 0x557aad. Type = 0x8c, 39x59, 34 colors.
    Found sprite 0769 at 0x55841b. Type = 0x8c, 43x52, 25 colors.
    Found sprite 0770 at 0x558d2d. Type = 0x8c, 51x45, 17 colors.
    Found sprite 0771 at 0x559662. Type = 0x8c, 43x52, 25 colors.
    Found sprite 0772 at 0x559f74. Type = 0x8c, 39x59, 34 colors.
    Found sprite 0773 at 0x55a8e2. Type = 0x8c, 45x57, 27 colors.
    Found sprite 0774 at 0x55b343. Type = 0x8c, 36x36, 18 colors.
    Found sprite 0775 at 0x55b894. Type = 0x8b, 37x29, 14 colors.
    Found sprite 0776 at 0x55bae2. Type = 0x8c, 36x36, 18 colors.
    Found sprite 0777 at 0x55c033. Type = 0x8c, 31x38, 23 colors.
    Found sprite 0778 at 0x55c51d. Type = 0x8c, 29x36, 17 colors.
    Found sprite 0779 at 0x55c96f. Type = 0x8b, 36x34, 14 colors.
    Found sprite 0780 at 0x55cc08. Type = 0x8c, 29x36, 17 colors.
    Found sprite 0781 at 0x55d05a. Type = 0x8c, 31x38, 23 colors.
    Found sprite 0782 at 0x55d544. Type = 0x8c, 33x38, 20 colors.
    Found sprite 0783 at 0x55e070. Type = 0x8c, 39x34, 37 colors. Skipped 1535.
    Found sprite 0784 at 0x55e618. Type = 0x8c, 39x38, 43 colors.
    Found sprite 0785 at 0x55ec78. Type = 0x8b, 26x45, 12 colors. Skipped 10.
    Found sprite 0786 at 0x55eef0. Type = 0x8b, 45x26, 12 colors.
    Bad sprite size 325 x 36380.
    Found sprite 0787 at 0x55f170. Type = 0x8b, 31x31, 5 colors. Skipped 7.
    Found sprite 0788 at 0x55f36b. Type = 0x8b, 29x29, 5 colors.
    Found sprite 0789 at 0x55f52a. Type = 0x8a, 29x30, 4 colors.
    Found sprite 0790 at 0x55f61b. Type = 0x8a, 36x36, 4 colors.
    Found sprite 0791 at 0x55f776. Type = 0x8b, 39x39, 6 colors.
    Found sprite 0792 at 0x55faa0. Type = 0x8c, 59x59, 21 colors. Skipped 20.
    Found sprite 0793 at 0x560883. Type = 0x8c, 75x75, 26 colors.
    Found sprite 0794 at 0x561ed5. Type = 0x8c, 80x76, 50 colors.
    Found sprite 0795 at 0x563736. Type = 0x8c, 89x82, 30 colors.
    Found sprite 0796 at 0x56541d. Type = 0x8b, 81x78, 15 colors.
    Found sprite 0797 at 0x5660c0. Type = 0x8c, 87x82, 21 colors. Skipped 20.
    Found sprite 0798 at 0x567ce8. Type = 0x8c, 92x89, 49 colors.
    Found sprite 0799 at 0x569d82. Type = 0x8c, 104x96, 45 colors.
    Found sprite 0800 at 0x56c514. Type = 0x8c, 104x100, 37 colors.
    Found sprite 0801 at 0x56ee2e. Type = 0x8c, 29x54, 27 colors.
    Found sprite 0802 at 0x56f4a8. Type = 0x8b, 17x17, 7 colors.
    Found sprite 0803 at 0x56f574. Type = 0x8b, 32x36, 8 colors. Skipped 27.
    Found sprite 0804 at 0x56f7d7. Type = 0x8b, 28x33, 8 colors.
    Found sprite 0805 at 0x56f9c8. Type = 0x8b, 32x32, 8 colors.
    Found sprite 0806 at 0x56fbeb. Type = 0x8b, 35x33, 8 colors.
    Found sprite 0807 at 0x56fe50. Type = 0x8b, 34x33, 8 colors.
    Found sprite 0808 at 0x5700b8. Type = 0x8b, 57x67, 10 colors. Skipped 20.
    Found sprite 0809 at 0x570857. Type = 0x8b, 78x68, 16 colors.
    Found sprite 0810 at 0x5712ee. Type = 0x8c, 101x90, 23 colors.
    Found sprite 0811 at 0x5736c0. Type = 0x8b, 86x89, 7 colors.
    Found sprite 0812 at 0x5745d3. Type = 0x8c, 43x53, 75 colors.
    Found sprite 0813 at 0x574fa6. Type = 0x8b, 72x64, 15 colors.
    Found sprite 0814 at 0x5758de. Type = 0x8c, 85x79, 26 colors.
    Found sprite 0815 at 0x577372. Type = 0x8b, 79x75, 8 colors.
    Found sprite 0816 at 0x577f48. Type = 0x8a, 32x16, 4 colors. Skipped 32.
    Found sprite 0817 at 0x577fdf. Type = 0x8a, 58x30, 4 colors.
    Found sprite 0818 at 0x5781a9. Type = 0x8b, 30x65, 8 colors.
    Found sprite 0819 at 0x57859b. Type = 0x8b, 30x72, 8 colors.
    Found sprite 0820 at 0x5789f6. Type = 0x8b, 30x73, 8 colors.
    Found sprite 0821 at 0x578e60. Type = 0x8b, 30x81, 7 colors.
    Found sprite 0822 at 0x57933f. Type = 0x8b, 240x89, 16 colors.
    Found sprite 0823 at 0x57bd32. Type = 0x8b, 240x87, 16 colors.
    Found sprite 0824 at 0x57e635. Type = 0x8b, 240x91, 16 colors.
    Bad sprite size 18221 x 27393.
    Found sprite 0825 at 0x58113c. Type = 0x8b, 14x17, 5 colors. Skipped 35.
    Found sprite 0826 at 0x5811cd. Type = 0x8b, 11x17, 5 colors.
    Found sprite 0827 at 0x581245. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0828 at 0x5812d6. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0829 at 0x581367. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0830 at 0x5813f8. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0831 at 0x581489. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0832 at 0x58151a. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0833 at 0x5815ab. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0834 at 0x58163c. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0835 at 0x5816cd. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0836 at 0x58175e. Type = 0x8b, 11x17, 5 colors.
    Found sprite 0837 at 0x5817d6. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0838 at 0x581867. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0839 at 0x5818f8. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0840 at 0x581989. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0841 at 0x581a1a. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0842 at 0x581aab. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0843 at 0x581b3c. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0844 at 0x581bcd. Type = 0x8b, 14x17, 5 colors.
    Found sprite 0845 at 0x581c5e. Type = 0x8b, 16x18, 16 colors.
    Found sprite 0846 at 0x581d29. Type = 0x8b, 12x18, 14 colors.
    Found sprite 0847 at 0x581dca. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0848 at 0x581e92. Type = 0x8b, 16x18, 16 colors.
    Found sprite 0849 at 0x581f5d. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0850 at 0x582025. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0851 at 0x5820ed. Type = 0x8b, 16x18, 16 colors.
    Found sprite 0852 at 0x5821b8. Type = 0x8b, 16x18, 16 colors.
    Found sprite 0853 at 0x582283. Type = 0x8b, 16x18, 16 colors.
    Found sprite 0854 at 0x58234e. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0855 at 0x582416. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0856 at 0x582529. Type = 0x8b, 12x27, 16 colors.
    Found sprite 0857 at 0x582606. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0858 at 0x582719. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0859 at 0x58282c. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0860 at 0x58293f. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0861 at 0x582a52. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0862 at 0x582b65. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0863 at 0x582c78. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0864 at 0x582d8b. Type = 0x8b, 16x27, 16 colors.
    Found sprite 0865 at 0x582e9e. Type = 0x8b, 16x11, 12 colors.
    Found sprite 0866 at 0x582f25. Type = 0x8b, 12x11, 12 colors.
    Found sprite 0867 at 0x582f96. Type = 0x8b, 16x11, 13 colors.
    Found sprite 0868 at 0x583020. Type = 0x8b, 16x11, 12 colors.
    Found sprite 0869 at 0x5830a7. Type = 0x8b, 16x11, 13 colors.
    Found sprite 0870 at 0x583131. Type = 0x8b, 16x11, 15 colors.
    Found sprite 0871 at 0x5831c1. Type = 0x8b, 16x11, 14 colors.
    Found sprite 0872 at 0x58324e. Type = 0x8b, 16x11, 12 colors.
    Found sprite 0873 at 0x5832d5. Type = 0x8b, 16x11, 13 colors.
    Found sprite 0874 at 0x58335f. Type = 0x8b, 16x11, 13 colors.
    Found sprite 0875 at 0x5833e9. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0876 at 0x5834b1. Type = 0x8b, 12x18, 15 colors.
    Found sprite 0877 at 0x583555. Type = 0x8b, 16x18, 14 colors.
    Found sprite 0878 at 0x58361a. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0879 at 0x5836e2. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0880 at 0x5837aa. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0881 at 0x583872. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0882 at 0x58393a. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0883 at 0x583a02. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0884 at 0x583aca. Type = 0x8b, 16x18, 15 colors.
    Found sprite 0885 at 0x583b92. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0886 at 0x583c8a. Type = 0x8b, 18x21, 11 colors.
    Found sprite 0887 at 0x583d73. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0888 at 0x583e6b. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0889 at 0x583f63. Type = 0x8b, 18x21, 15 colors.
    Found sprite 0890 at 0x584058. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0891 at 0x584150. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0892 at 0x584248. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0893 at 0x584340. Type = 0x8b, 18x21, 7 colors.
    Found sprite 0894 at 0x58441d. Type = 0x8b, 18x21, 16 colors.
    Found sprite 0895 at 0x584515. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0896 at 0x58479d. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0897 at 0x584a25. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0898 at 0x584cad. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0899 at 0x584f35. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0900 at 0x5851bd. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0901 at 0x585445. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0902 at 0x5856cd. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0903 at 0x585955. Type = 0x8b, 31x38, 16 colors.
    Found sprite 0904 at 0x585bdd. Type = 0x8b, 31x38, 16 colors.
    Bad sprite size 18358 x 513.
    Bad sprite size 18363 x 21761.
    Bad sprite size 18366 x 20737.
    Bad sprite size 18386 x 5377.
    Found sprite 0905 at 0x585fa8. Type = 0x8b, 28x27, 6 colors. Skipped 319.
    Found sprite 0906 at 0x58613f. Type = 0x8b, 28x27, 8 colors.
    Found sprite 0907 at 0x5862dc. Type = 0x8b, 46x39, 8 colors.
    Found sprite 0908 at 0x586680. Type = 0x8b, 28x27, 11 colors.
    Found sprite 0909 at 0x586826. Type = 0x8b, 32x30, 11 colors.
    Found sprite 0910 at 0x586b54. Type = 0x8c, 31x37, 18 colors. Skipped 290.
    Found sprite 0911 at 0x587010. Type = 0x8b, 3x7, 5 colors.
    Found sprite 0912 at 0x587035. Type = 0x8c, 30x37, 18 colors.
    Found sprite 0913 at 0x5874cc. Type = 0x8c, 30x36, 18 colors.
    Found sprite 0914 at 0x587945. Type = 0x8c, 31x37, 18 colors.
    Found sprite 0915 at 0x587e01. Type = 0x8c, 31x36, 18 colors.
    Found sprite 0916 at 0x58829e. Type = 0x8c, 31x38, 25 colors.
    Found sprite 0917 at 0x58878e. Type = 0x8c, 32x35, 17 colors.
    Found sprite 0918 at 0x588c2c. Type = 0x8c, 31x36, 44 colors.
    Found sprite 0919 at 0x589117. Type = 0x8c, 31x37, 28 colors.
    Found sprite 0920 at 0x5895f1. Type = 0x8b, 21x13, 13 colors.
    Found sprite 0921 at 0x5896ac. Type = 0x8b, 31x36, 16 colors.
    Found sprite 0922 at 0x589915. Type = 0x8b, 21x13, 13 colors.
    Found sprite 0923 at 0x5899d0. Type = 0x8b, 28x36, 16 colors.
    Found sprite 0924 at 0x589c03. Type = 0x8c, 34x33, 51 colors.
    Found sprite 0925 at 0x58a109. Type = 0x8c, 34x33, 55 colors.
    Found sprite 0926 at 0x58a61b. Type = 0x8c, 30x36, 29 colors.
    Found sprite 0927 at 0x58aab5. Type = 0x8b, 33x24, 6 colors.
    Found sprite 0928 at 0x58ac5e. Type = 0x8b, 33x25, 5 colors.
    Found sprite 0929 at 0x58ae15. Type = 0x8a, 33x30, 4 colors.
    Found sprite 0930 at 0x58af24. Type = 0x8a, 31x29, 4 colors.
    Found sprite 0931 at 0x58b01c. Type = 0x8b, 31x29, 6 colors.
    Found sprite 0932 at 0x58b1fb. Type = 0x8b, 19x9, 6 colors.
    Found sprite 0933 at 0x58b26e. Type = 0x8b, 19x9, 6 colors.
    Found sprite 0934 at 0x58b2e1. Type = 0x8b, 19x9, 6 colors.
    Found sprite 0935 at 0x58b354. Type = 0x8b, 19x9, 6 colors.
    Bad sprite size 18507 x 16641.
    Found sprite 0936 at 0x58b430. Type = 0x8b, 53x45, 10 colors. Skipped 104.
    Found sprite 0937 at 0x58b902. Type = 0x8b, 53x47, 10 colors.
    Found sprite 0938 at 0x58be14. Type = 0x8c, 39x36, 43 colors. Skipped 11.
    Found sprite 0939 at 0x58c41c. Type = 0x8c, 31x36, 37 colors.
    Found sprite 0940 at 0x58c8f2. Type = 0x8c, 50x56, 47 colors.
    Found sprite 0941 at 0x58d47a. Type = 0x8c, 45x57, 47 colors.
    Found sprite 0942 at 0x58df17. Type = 0x8c, 65x71, 68 colors.
    Found sprite 0943 at 0x58f1f5. Type = 0x8c, 59x71, 59 colors.
    Found sprite 0944 at 0x59030e. Type = 0x8b, 7x11, 5 colors.
    Found sprite 0945 at 0x59036c. Type = 0x8b, 31x36, 16 colors. Skipped 29.
    Found sprite 0946 at 0x5905d5. Type = 0x8b, 31x36, 16 colors.
    Found sprite 0947 at 0x59083e. Type = 0x8b, 31x36, 16 colors.
    Found sprite 0948 at 0x590aa7. Type = 0x8b, 31x36, 16 colors.
    Found sprite 0949 at 0x590d10. Type = 0x8c, 41x55, 25 colors.
    Found sprite 0950 at 0x591635. Type = 0x8c, 45x51, 20 colors.
    Found sprite 0951 at 0x591f73. Type = 0x8c, 41x55, 25 colors.
    Found sprite 0952 at 0x592898. Type = 0x8c, 45x51, 20 colors.
    Found sprite 0953 at 0x5931d6. Type = 0x8c, 55x69, 22 colors.
    Found sprite 0954 at 0x5940f6. Type = 0x8c, 59x65, 26 colors.
    Found sprite 0955 at 0x59504a. Type = 0x8c, 55x69, 22 colors.
    Found sprite 0956 at 0x595f6a. Type = 0x8c, 59x65, 26 colors.
    Found sprite 0957 at 0x596f6c. Type = 0x8b, 21x26, 5 colors. Skipped 174.
    Found sprite 0958 at 0x597097. Type = 0x8b, 26x23, 5 colors.
    Found sprite 0959 at 0x5971dc. Type = 0x8b, 26x21, 5 colors.
    Found sprite 0960 at 0x597307. Type = 0x8b, 21x25, 5 colors.
    Found sprite 0961 at 0x597428. Type = 0x8b, 21x25, 5 colors.
    Found sprite 0962 at 0x597549. Type = 0x8b, 25x22, 5 colors.
    Found sprite 0963 at 0x597676. Type = 0x8b, 26x21, 5 colors.
    Found sprite 0964 at 0x5977a1. Type = 0x8b, 22x25, 5 colors.
    Found sprite 0965 at 0x5978f0. Type = 0x8c, 100x103, 28 colors. Skipped 34.
    Found sprite 0966 at 0x59a18b. Type = 0x8c, 151x140, 34 colors.
    Found sprite 0967 at 0x59f490. Type = 0x8c, 128x128, 130 colors.
    Found sprite 0968 at 0x5a3621. Type = 0x8c, 157x140, 129 colors.
    Found sprite 0969 at 0x5a8d8b. Type = 0x8c, 103x109, 54 colors.
    Found sprite 0970 at 0x5aba13. Type = 0x8b, 26x26, 7 colors.
    Found sprite 0971 at 0x5abba0. Type = 0x8c, 31x37, 18 colors. Skipped 27.
    Found sprite 0972 at 0x5ac05c. Type = 0x8b, 34x33, 16 colors.
    Found sprite 0973 at 0x5ac2c8. Type = 0x8b, 38x26, 16 colors.
    Found sprite 0974 at 0x5ac4f1. Type = 0x8c, 38x25, 17 colors.
    Found sprite 0975 at 0x5ac8e5. Type = 0x8c, 32x35, 18 colors.
    Found sprite 0976 at 0x5acd9c. Type = 0x8c, 27x37, 31 colors. Skipped 22.
    Found sprite 0977 at 0x5ad1eb. Type = 0x8c, 20x37, 29 colors.
    Found sprite 0978 at 0x5ad531. Type = 0x8c, 22x37, 36 colors.
    Found sprite 0979 at 0x5ad8d6. Type = 0x8c, 22x37, 33 colors.
    Found sprite 0980 at 0x5adc72. Type = 0x8c, 24x37, 32 colors.
    Found sprite 0981 at 0x5ae055. Type = 0x8c, 21x38, 33 colors.
    Found sprite 0982 at 0x5ae3e1. Type = 0x8c, 25x38, 35 colors.
    Found sprite 0983 at 0x5ae80b. Type = 0x8c, 22x37, 29 colors.
    Found sprite 0984 at 0x5aeb9b. Type = 0x8c, 24x37, 36 colors.
    Found sprite 0985 at 0x5aef8a. Type = 0x8c, 25x38, 36 colors.
    Found sprite 0986 at 0x5af3b7. Type = 0x8c, 30x37, 47 colors.
    Bad sprite size 330 x 36534.
    Found sprite 0987 at 0x5af8d4. Type = 0x8b, 11x13, 8 colors. Skipped 46.
    Found sprite 0988 at 0x5af93f. Type = 0x8b, 8x13, 8 colors.
    Found sprite 0989 at 0x5af996. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0990 at 0x5afa01. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0991 at 0x5afa6c. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0992 at 0x5afad7. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0993 at 0x5afb42. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0994 at 0x5afbad. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0995 at 0x5afc18. Type = 0x8b, 11x13, 7 colors.
    Found sprite 0996 at 0x5afc80. Type = 0x8b, 11x13, 8 colors.
    Found sprite 0997 at 0x5afceb. Type = 0x8b, 9x13, 7 colors.
    Found sprite 0998 at 0x5afd46. Type = 0x8b, 10x6, 11 colors.
    Found sprite 0999 at 0x5afd90. Type = 0x8b, 12x12, 13 colors.
    Found sprite 1000 at 0x5afe40. Type = 0x8c, 145x119, 46 colors. Skipped 54.
    Found sprite 1001 at 0x5b423c. Type = 0x8c, 233x145, 42 colors.
    Found sprite 1002 at 0x5bc6be. Type = 0x8c, 233x143, 42 colors.
    Found sprite 1003 at 0x5c496e. Type = 0x8c, 233x141, 42 colors.
    Found sprite 1004 at 0x5cca4c. Type = 0x8c, 233x136, 40 colors.
    Found sprite 1005 at 0x5d4697. Type = 0x8c, 213x126, 56 colors.
    Found sprite 1006 at 0x5db020. Type = 0x8c, 145x120, 49 colors.
    Found sprite 1007 at 0x5df4d4. Type = 0x8b, 51x26, 8 colors. Skipped 30.
    Found sprite 1008 at 0x5df78e. Type = 0x8c, 117x91, 38 colors.
    Found sprite 1009 at 0x5e21a2. Type = 0x8b, 47x31, 5 colors.
    Found sprite 1010 at 0x5e2495. Type = 0x8a, 34x25, 4 colors.
    Found sprite 1011 at 0x5e2581. Type = 0x8b, 103x142, 6 colors.
    Found sprite 1012 at 0x5e422f. Type = 0x8a, 97x56, 4 colors.
    Found sprite 1013 at 0x5e4794. Type = 0x8b, 55x53, 6 colors.
    Found sprite 1014 at 0x5e4d63. Type = 0x8a, 55x31, 4 colors.
    Found sprite 1015 at 0x5e4f25. Type = 0x8b, 14x28, 9 colors.
    Found sprite 1016 at 0x5e500f. Type = 0x8b, 22x22, 9 colors.
    Found sprite 1017 at 0x5e5127. Type = 0x8b, 13x11, 7 colors.
    Found sprite 1018 at 0x5e518f. Type = 0x8c, 95x60, 45 colors.
    Found sprite 1019 at 0x5e6865. Type = 0x8c, 117x82, 52 colors.
    Found sprite 1020 at 0x5e8e86. Type = 0x8c, 29x26, 21 colors.
    Found sprite 1021 at 0x5e91c2. Type = 0x8b, 45x20, 7 colors.
    Found sprite 1022 at 0x5e93a4. Type = 0x8c, 145x150, 34 colors.
    Found sprite 1023 at 0x5ee90b. Type = 0x8c, 145x85, 21 colors.
    Found sprite 1024 at 0x5f197a. Type = 0x8a, 9x9, 4 colors.
    Found sprite 1025 at 0x5f19a6. Type = 0x8a, 15x15, 4 colors.
    Found sprite 1026 at 0x5f19f6. Type = 0x8a, 15x15, 4 colors.
    Found sprite 1027 at 0x5f1a46. Type = 0x8a, 22x23, 4 colors.
    Found sprite 1028 at 0x5f1adc. Type = 0x8c, 252x170, 19 colors.
    Found sprite 1029 at 0x5fc278. Type = 0x8b, 90x97, 10 colors.
    Found sprite 1030 at 0x5fd3ae. Type = 0x8b, 59x42, 5 colors.
    Found sprite 1031 at 0x5fd89f. Type = 0x8c, 67x85, 17 colors.
    Found sprite 1032 at 0x5fef1c. Type = 0x8b, 74x74, 13 colors.
    Found sprite 1033 at 0x5ffa00. Type = 0x8b, 64x80, 8 colors.
    Found sprite 1034 at 0x600423. Type = 0x8b, 163x99, 13 colors.
    Found sprite 1035 at 0x6023da. Type = 0x8c, 205x179, 41 colors.
    Found sprite 1036 at 0x60b3b7. Type = 0x8b, 40x30, 7 colors.
    Found sprite 1037 at 0x60b62f. Type = 0x8b, 122x104, 2 colors.
    Found sprite 1038 at 0x60cf08. Type = 0x8b, 56x44, 12 colors.
    Found sprite 1039 at 0x60d407. Type = 0x8b, 95x116, 12 colors.
    Found sprite 1040 at 0x60ea40. Type = 0x8c, 213x244, 45 colors. Skipped 132.
    Found sprite 1041 at 0x61b5d6. Type = 0x8c, 65x21, 14 colors.
    Found sprite 1042 at 0x61bb60. Type = 0x8c, 83x81, 19 colors.
    Found sprite 1043 at 0x61d5e7. Type = 0x8c, 101x132, 25 colors.
    Found sprite 1044 at 0x620a51. Type = 0x8b, 33x34, 8 colors.
    Found sprite 1045 at 0x620ca5. Type = 0x8c, 240x263, 31 colors.
    Found sprite 1046 at 0x63039d. Type = 0x8c, 104x134, 24 colors.
    Found sprite 1047 at 0x633a60. Type = 0x8b, 176x137, 14 colors.
    Found sprite 1048 at 0x6369ad. Type = 0x8b, 46x60, 8 colors.
    Found sprite 1049 at 0x636f34. Type = 0x8c, 126x139, 26 colors.
    Found sprite 1050 at 0x63b3f7. Type = 0x8b, 46x71, 7 colors.
    Found sprite 1051 at 0x63ba78. Type = 0x8c, 99x52, 32 colors.
    Found sprite 1052 at 0x63ceff. Type = 0x8b, 52x36, 3 colors.
    Found sprite 1053 at 0x63d2bb. Type = 0x8a, 46x28, 3 colors.
    Found sprite 1054 at 0x63d411. Type = 0x8c, 41x21, 11 colors.
    Found sprite 1055 at 0x63d79a. Type = 0x8b, 35x34, 6 colors.
    Found sprite 1056 at 0x63da0a. Type = 0x8b, 39x40, 4 colors.
    Found sprite 1057 at 0x63dd2d. Type = 0x8b, 44x55, 9 colors.
    Found sprite 1058 at 0x63e20d. Type = 0x8b, 40x142, 11 colors.
    Found sprite 1059 at 0x63ed51. Type = 0x8b, 74x116, 8 colors.
    Found sprite 1060 at 0x63fe38. Type = 0x8b, 65x30, 7 colors.
    Found sprite 1061 at 0x640227. Type = 0x8b, 44x35, 5 colors.
    Found sprite 1062 at 0x640543. Type = 0x8c, 60x47, 15 colors.
    Found sprite 1063 at 0x64107f. Type = 0x8b, 51x43, 12 colors.
    Found sprite 1064 at 0x6414f7. Type = 0x8b, 23x39, 5 colors.
    Found sprite 1065 at 0x6416d2. Type = 0x8b, 31x32, 6 colors.
    Found sprite 1066 at 0x6418df. Type = 0x8c, 135x136, 60 colors.
    Bad sprite size 336 x 21762.
    Bad sprite size 20826 x 4865.
    Bad sprite size 21209 x 55553.
    Bad sprite size 339 x 40292.
    Found sprite 1067 at 0x6461c4. Type = 0x8b, 18x39, 6 colors. Skipped 106.
    Found sprite 1068 at 0x646340. Type = 0x8b, 21x32, 7 colors.
    Found sprite 1069 at 0x6464b0. Type = 0x8b, 22x31, 8 colors.
    Found sprite 1070 at 0x646634. Type = 0x8b, 15x30, 6 colors. Skipped 12.
    Found sprite 1071 at 0x646732. Type = 0x8b, 10x21, 5 colors.
    Found sprite 1072 at 0x6467b5. Type = 0x8b, 15x15, 5 colors.
    Found sprite 1073 at 0x646840. Type = 0x8a, 15x10, 4 colors.
    Found sprite 1074 at 0x646890. Type = 0x8c, 118x93, 17 colors. Skipped 19.
    Found sprite 1075 at 0x6493ac. Type = 0x8c, 118x93, 30 colors.
    Found sprite 1076 at 0x64beef. Type = 0x8c, 125x93, 38 colors.
    Found sprite 1077 at 0x64ed53. Type = 0x8b, 63x39, 8 colors. Skipped 126.
    Found sprite 1078 at 0x64f243. Type = 0x8b, 67x34, 8 colors.
    Found sprite 1079 at 0x64f6d9. Type = 0x8b, 60x44, 8 colors.
    Found sprite 1080 at 0x64fc24. Type = 0x8c, 93x156, 19 colors.
    Found sprite 1081 at 0x653514. Type = 0x8c, 86x65, 37 colors.
    Found sprite 1082 at 0x654b64. Type = 0x8c, 101x68, 47 colors.
    Found sprite 1083 at 0x6566d0. Type = 0x8b, 101x129, 13 colors.
    Found sprite 1084 at 0x658075. Type = 0x8b, 53x50, 14 colors.
    Found sprite 1085 at 0x6585d7. Type = 0x8c, 48x58, 33 colors.
    Found sprite 1086 at 0x659125. Type = 0x8c, 75x88, 39 colors.
    Found sprite 1087 at 0x65ab6d. Type = 0x8b, 84x104, 9 colors.
    Found sprite 1088 at 0x65bca3. Type = 0x8b, 68x55, 5 colors.
    Found sprite 1089 at 0x65c40b. Type = 0x8b, 84x100, 9 colors.
    Found sprite 1090 at 0x65d499. Type = 0x8b, 90x91, 11 colors.
    Found sprite 1091 at 0x65e4c4. Type = 0x8c, 79x167, 35 colors.
    Found sprite 1092 at 0x6618c1. Type = 0x8b, 84x84, 9 colors.
    Found sprite 1093 at 0x6626af. Type = 0x8b, 111x67, 5 colors.
    Found sprite 1094 at 0x663550. Type = 0x8b, 393x513, 7 colors.
    Found sprite 1095 at 0x67bf80. Type = 0x8c, 179x531, 16 colors. Skipped 75.
    Found sprite 1096 at 0x693304. Type = 0x8b, 120x365, 12 colors.
    Found sprite 1097 at 0x6988bf. Type = 0x8b, 48x107, 7 colors.
    Found sprite 1098 at 0x6992e7. Type = 0x8c, 52x132, 56 colors.
    Found sprite 1099 at 0x69ae6a. Type = 0x8c, 45x147, 72 colors.
    Found sprite 1100 at 0x69c924. Type = 0x8c, 142x323, 60 colors.
    Found sprite 1101 at 0x6a7d0d. Type = 0x8c, 135x293, 49 colors.
    Found sprite 1102 at 0x6b182e. Type = 0x8b, 46x46, 5 colors.
    Found sprite 1103 at 0x6b1c6a. Type = 0x8b, 23x53, 5 colors.
    Found sprite 1104 at 0x6b1ee6. Type = 0x8b, 29x41, 8 colors.
    Found sprite 1105 at 0x6b215c. Type = 0x8b, 29x29, 7 colors.
    Found sprite 1106 at 0x6b2321. Type = 0x8b, 168x207, 7 colors.
    Bad sprite size 340 x 35856.
    Bad sprite size 340 x 35872.
    Bad sprite size 340 x 35888.
    Bad sprite size 340 x 35904.
    Bad sprite size 340 x 35919.
    Bad sprite size 340 x 35935.
    Bad sprite size 340 x 35951.
    Bad sprite size 340 x 35967.
    Bad sprite size 340 x 37231.
    Found sprite 1107 at 0x6b67e0. Type = 0x8b, 16x14, 16 colors. Skipped 170.
    Found sprite 1108 at 0x6b688b. Type = 0x8b, 14x15, 16 colors.
    Found sprite 1109 at 0x6b692f. Type = 0x8b, 24x22, 16 colors.
    Found sprite 1110 at 0x6b6a72. Type = 0x8b, 23x24, 16 colors.
    Found sprite 1111 at 0x6b6bc1. Type = 0x8c, 31x29, 21 colors.
    Found sprite 1112 at 0x6b6f8e. Type = 0x8c, 30x31, 28 colors.
    Found sprite 1113 at 0x6b738f. Type = 0x8c, 38x35, 21 colors.
    Found sprite 1114 at 0x6b790b. Type = 0x8c, 36x37, 28 colors.
    Found sprite 1115 at 0x6b7ec0. Type = 0x8b, 11x9, 5 colors. Skipped 34.
    Found sprite 1116 at 0x6b7f0c. Type = 0x8b, 15x13, 9 colors.
    Found sprite 1117 at 0x6b7f94. Type = 0x8b, 19x18, 9 colors.
    Found sprite 1118 at 0x6b8065. Type = 0x8b, 23x21, 14 colors.
    Found sprite 1119 at 0x6b818c. Type = 0x8b, 27x26, 15 colors.
    Found sprite 1120 at 0x6b8323. Type = 0x8c, 31x28, 18 colors.
    Found sprite 1121 at 0x6b86c8. Type = 0x8c, 40x35, 20 colors.
    Found sprite 1122 at 0x6b8c87. Type = 0x8c, 46x43, 25 colors.
    Found sprite 1123 at 0x6b9497. Type = 0x8c, 48x46, 26 colors.
    Found sprite 1124 at 0x6b9d90. Type = 0x8c, 60x55, 31 colors.
    Found sprite 1125 at 0x6baadc. Type = 0x8c, 64x61, 35 colors.
    Found sprite 1126 at 0x6bba90. Type = 0x8b, 19x19, 10 colors.
    Found sprite 1127 at 0x6bbb6e. Type = 0x8b, 23x21, 14 colors.
    Found sprite 1128 at 0x6bbc95. Type = 0x8b, 28x26, 15 colors.
    Found sprite 1129 at 0x6bbe39. Type = 0x8c, 31x28, 17 colors.
    Found sprite 1130 at 0x6bc1db. Type = 0x8c, 40x36, 20 colors.
    Found sprite 1131 at 0x6bc7c2. Type = 0x8c, 46x43, 24 colors.
    Found sprite 1132 at 0x6bcfcf. Type = 0x8c, 48x46, 25 colors.
    Found sprite 1133 at 0x6bd8c5. Type = 0x8c, 60x54, 32 colors.
    Found sprite 1134 at 0x6be5d8. Type = 0x8c, 64x58, 34 colors.
    Found sprite 1135 at 0x6bf4c9. Type = 0x8b, 64x53, 16 colors.
    Found sprite 1136 at 0x6bfbf8. Type = 0x8b, 11x12, 5 colors. Skipped 84.
    Found sprite 1137 at 0x6bfc54. Type = 0x8b, 17x17, 5 colors.
    Found sprite 1138 at 0x6bfcff. Type = 0x8b, 24x24, 5 colors.
    Found sprite 1139 at 0x6bfe39. Type = 0x8b, 35x34, 5 colors.
    Found sprite 1140 at 0x6c00b8. Type = 0x8b, 79x44, 13 colors. Skipped 18.
    Found sprite 1141 at 0x6c07b4. Type = 0x8b, 70x52, 11 colors.
    Found sprite 1142 at 0x6c0efc. Type = 0x8b, 75x47, 12 colors.
    Found sprite 1143 at 0x6c160e. Type = 0x8b, 69x84, 14 colors.
    Found sprite 1144 at 0x6c2195. Type = 0x8c, 69x86, 17 colors.
    Found sprite 1145 at 0x6c3901. Type = 0x8c, 69x89, 30 colors.
    Found sprite 1146 at 0x6c5163. Type = 0x8c, 83x137, 47 colors.
    Found sprite 1147 at 0x6c7e66. Type = 0x8c, 87x144, 55 colors.
    Found sprite 1148 at 0x6cb006. Type = 0x8c, 34x42, 14 colors.
    Found sprite 1149 at 0x6cb5cf. Type = 0x8c, 17x49, 13 colors.
    Found sprite 1150 at 0x6cb942. Type = 0x8b, 20x53, 13 colors.
    Found sprite 1151 at 0x6cbb86. Type = 0x8b, 20x48, 12 colors.
    Found sprite 1152 at 0x6cbd95. Type = 0x8c, 32x46, 12 colors.
    Found sprite 1153 at 0x6cc384. Type = 0x8b, 24x52, 12 colors.
    Found sprite 1154 at 0x6cc623. Type = 0x8c, 38x44, 12 colors.
    Found sprite 1155 at 0x6cccda. Type = 0x8c, 145x173, 56 colors.
    Found sprite 1156 at 0x6d2f8a. Type = 0x8b, 155x166, 6 colors.
    Found sprite 1157 at 0x6d61e8. Type = 0x8b, 148x150, 11 colors.
    Found sprite 1158 at 0x6d8d70. Type = 0x8c, 86x180, 27 colors.
    Found sprite 1159 at 0x6dca44. Type = 0x8c, 88x181, 25 colors.
    Found sprite 1160 at 0x6e08d2. Type = 0x8c, 85x184, 27 colors.
    Found sprite 1161 at 0x6e4646. Type = 0x8b, 70x34, 7 colors.
    Found sprite 1162 at 0x6e4b0c. Type = 0x8b, 96x42, 7 colors.
    Found sprite 1163 at 0x6e530c. Type = 0x8b, 106x33, 7 colors.
    Found sprite 1164 at 0x6e5a01. Type = 0x8b, 137x41, 8 colors.
    Found sprite 1165 at 0x6e651d. Type = 0x8c, 93x93, 20 colors.
    Found sprite 1166 at 0x6e872d. Type = 0x8b, 71x74, 16 colors.
    Found sprite 1167 at 0x6e91ab. Type = 0x8c, 64x41, 22 colors.
    Found sprite 1168 at 0x6e9c38. Type = 0x8b, 62x29, 7 colors.
    Found sprite 1169 at 0x6e9fdb. Type = 0x8c, 57x53, 25 colors.
    Found sprite 1170 at 0x6eabfe. Type = 0x8c, 57x53, 24 colors.
    Found sprite 1171 at 0x6eb81e. Type = 0x8c, 57x52, 24 colors.
    Found sprite 1172 at 0x6ec405. Type = 0x8c, 57x53, 23 colors.
    Found sprite 1173 at 0x6ed022. Type = 0x8c, 29x78, 19 colors.
    Found sprite 1174 at 0x6ed9c4. Type = 0x8b, 75x72, 15 colors. Skipped 136.
    Found sprite 1175 at 0x6ee488. Type = 0x8b, 76x74, 15 colors.
    Found sprite 1176 at 0x6eefbc. Type = 0x8b, 78x77, 15 colors.
    Found sprite 1177 at 0x6efbaf. Type = 0x8b, 64x55, 15 colors.
    Found sprite 1178 at 0x6f02c7. Type = 0x8b, 65x54, 15 colors.
    Found sprite 1179 at 0x6f09da. Type = 0x8b, 63x50, 15 colors.
    Found sprite 1180 at 0x6f1054. Type = 0x8a, 13x13, 4 colors. Skipped 27.
    Found sprite 1181 at 0x6f1096. Type = 0x8b, 98x97, 14 colors.
    Found sprite 1182 at 0x6f235c. Type = 0x8b, 95x87, 14 colors.
    Found sprite 1183 at 0x6f33b6. Type = 0x8c, 98x96, 24 colors.
    Found sprite 1184 at 0x6f58c9. Type = 0x8b, 98x98, 16 colors.
    Found sprite 1185 at 0x6f6bdc. Type = 0x8c, 228x354, 112 colors. Skipped 22.
    Found sprite 1186 at 0x70a87f. Type = 0x8c, 240x401, 252 colors.
    Found sprite 1187 at 0x722378. Type = 0x8c, 240x259, 31 colors. Skipped 10.
    Found sprite 1188 at 0x7316b4. Type = 0x8b, 200x28, 8 colors. Skipped 4.
    Found sprite 1189 at 0x7321cc. Type = 0x8c, 236x46, 23 colors. Skipped 5.
    Found sprite 1190 at 0x734f7c. Type = 0x8b, 7x25, 10 colors. Skipped 760.
    Found sprite 1191 at 0x734ffd. Type = 0x8b, 7x25, 10 colors.
    Found sprite 1192 at 0x73507e. Type = 0x8b, 7x25, 10 colors.
    Found sprite 1193 at 0x7350ff. Type = 0x8b, 7x25, 9 colors.
    Found sprite 1194 at 0x73517d. Type = 0x8b, 7x25, 9 colors.
    Found sprite 1195 at 0x7351fb. Type = 0x8b, 7x15, 5 colors.
    Found sprite 1196 at 0x73524a. Type = 0x8b, 7x15, 7 colors.
    Found sprite 1197 at 0x73529f. Type = 0x8b, 7x15, 7 colors.
    Found sprite 1198 at 0x7352f4. Type = 0x8b, 7x20, 7 colors.
    Found sprite 1199 at 0x735380. Type = 0x8b, 59x28, 11 colors. Skipped 38.
    Found sprite 1200 at 0x7356e6. Type = 0x8b, 113x23, 12 colors.
    Found sprite 1201 at 0x735c29. Type = 0x8b, 145x23, 12 colors.
    Found sprite 1202 at 0x7362dc. Type = 0x8b, 110x28, 12 colors.
    Found sprite 1203 at 0x73690f. Type = 0x8b, 140x27, 12 colors.
    Found sprite 1204 at 0x7370a0. Type = 0x8b, 49x23, 12 colors.
    Found sprite 1205 at 0x737303. Type = 0x8b, 67x30, 13 colors.
    Found sprite 1206 at 0x737722. Type = 0x8b, 125x25, 13 colors.
    Found sprite 1207 at 0x737d6f. Type = 0x8b, 165x25, 13 colors.
    Found sprite 1208 at 0x7385b0. Type = 0x8b, 121x31, 13 colors.
    Found sprite 1209 at 0x738d36. Type = 0x8b, 156x31, 13 colors.
    Found sprite 1210 at 0x7396da. Type = 0x8b, 56x25, 14 colors.
    Found sprite 1211 at 0x7399fc. Type = 0x8b, 76x36, 13 colors. Skipped 49.
    Found sprite 1212 at 0x739f86. Type = 0x8b, 97x36, 13 colors.
    Found sprite 1213 at 0x73a68a. Type = 0x8b, 52x35, 13 colors.
    Found sprite 1214 at 0x73aa4a. Type = 0x8b, 80x35, 13 colors.
    Found sprite 1215 at 0x73aff4. Type = 0x8b, 84x38, 14 colors.
    Found sprite 1216 at 0x73b665. Type = 0x8b, 120x37, 13 colors.
    Found sprite 1217 at 0x73bf43. Type = 0x8b, 61x38, 14 colors.
    Found sprite 1218 at 0x73c3ff. Type = 0x8b, 89x38, 13 colors.
    Found sprite 1219 at 0x73caec. Type = 0x8c, 73x73, 79 colors. Skipped 32.
    Found sprite 1220 at 0x73e0b5. Type = 0x8c, 92x75, 95 colors.
    Found sprite 1221 at 0x73fcd1. Type = 0x8c, 59x73, 73 colors.
    Found sprite 1222 at 0x740e8a. Type = 0x8c, 61x74, 92 colors.
    Found sprite 1223 at 0x74215c. Type = 0x8b, 63x29, 12 colors. Skipped 17.
    Found sprite 1224 at 0x74251d. Type = 0x8b, 83x23, 12 colors.
    Found sprite 1225 at 0x742907. Type = 0x8b, 63x23, 12 colors.
    Found sprite 1226 at 0x742c0b. Type = 0x8b, 72x31, 13 colors.
    Found sprite 1227 at 0x743099. Type = 0x8b, 108x25, 14 colors.
    Found sprite 1228 at 0x743614. Type = 0x8b, 72x25, 13 colors.
    Found sprite 1229 at 0x7439e4. Type = 0x8c, 52x48, 80 colors. Skipped 26.
    Found sprite 1230 at 0x74449f. Type = 0x8c, 48x61, 77 colors.
    Found sprite 1231 at 0x745101. Type = 0x8c, 60x64, 75 colors.
    Found sprite 1232 at 0x7460fc. Type = 0x8b, 22x22, 5 colors. Skipped 15.
    Found sprite 1233 at 0x746208. Type = 0x8a, 22x22, 4 colors.
    Found sprite 1234 at 0x746298. Type = 0x8b, 17x17, 5 colors.
    Found sprite 1235 at 0x746343. Type = 0x8a, 11x11, 3 colors.
    Found sprite 1236 at 0x746388. Type = 0x8c, 58x24, 38 colors. Skipped 18.
    Found sprite 1237 at 0x746975. Type = 0x8c, 37x21, 36 colors.
    Found sprite 1238 at 0x746cf5. Type = 0x8c, 33x21, 34 colors.
    Found sprite 1239 at 0x74701b. Type = 0x8c, 62x23, 162 colors.
    Found sprite 1240 at 0x74779e. Type = 0x8c, 60x22, 154 colors.
    Found sprite 1241 at 0x747e9f. Type = 0x8c, 151x23, 19 colors.
    Found sprite 1242 at 0x748c74. Type = 0x8b, 49x23, 13 colors.
    Found sprite 1243 at 0x748eda. Type = 0x8b, 44x24, 13 colors.
    Found sprite 1244 at 0x74911c. Type = 0x8c, 67x26, 26 colors.
    Found sprite 1245 at 0x749843. Type = 0x8c, 47x25, 24 colors.
    Found sprite 1246 at 0x749d2d. Type = 0x8c, 42x24, 25 colors.
    Found sprite 1247 at 0x74a173. Type = 0x8c, 71x26, 34 colors.
    Found sprite 1248 at 0x74a91a. Type = 0x8c, 67x25, 172 colors.
    Found sprite 1249 at 0x74b1b4. Type = 0x8c, 180x28, 30 colors.
    Found sprite 1250 at 0x74c5c9. Type = 0x8b, 55x26, 12 colors.
    Found sprite 1251 at 0x74c8c3. Type = 0x8b, 53x28, 13 colors.
    Found sprite 1252 at 0x74cc1c. Type = 0x8c, 167x34, 17 colors. Skipped 65.
    Found sprite 1253 at 0x74e288. Type = 0x8b, 170x34, 16 colors.
    Found sprite 1254 at 0x74ee0d. Type = 0x8c, 165x36, 17 colors.
    Found sprite 1255 at 0x75057f. Type = 0x8b, 142x34, 16 colors.
    Found sprite 1256 at 0x750f28. Type = 0x8c, 167x33, 21 colors.
    Found sprite 1257 at 0x7524f9. Type = 0x8c, 179x32, 31 colors.
    Found sprite 1258 at 0x753bc1. Type = 0x8c, 149x34, 30 colors.
    Found sprite 1259 at 0x754ff0. Type = 0x8c, 141x33, 28 colors.
    Found sprite 1260 at 0x75627c. Type = 0x8c, 181x33, 28 colors.
    Found sprite 1261 at 0x757a30. Type = 0x8c, 181x33, 32 colors.
    Found sprite 1262 at 0x759218. Type = 0x8c, 199x59, 102 colors. Skipped 40.
    Found sprite 1263 at 0x75c132. Type = 0x8c, 209x53, 17 colors.
    Found sprite 1264 at 0x75ecc0. Type = 0x8b, 30x39, 16 colors. Skipped 11.
    Found sprite 1265 at 0x75ef44. Type = 0x8b, 27x37, 16 colors.
    Found sprite 1266 at 0x75f173. Type = 0x8b, 32x36, 16 colors.
    Found sprite 1267 at 0x75f3ee. Type = 0x8b, 34x36, 16 colors.
    Found sprite 1268 at 0x75f68d. Type = 0x8b, 37x35, 16 colors.
    Bad sprite size 357 x 36464.
    Found sprite 1269 at 0x75f964. Type = 0x8c, 30x37, 18 colors. Skipped 19.
    Found sprite 1270 at 0x75fdfb. Type = 0x8c, 30x36, 18 colors.
    Found sprite 1271 at 0x76027c. Type = 0x8b, 182x29, 15 colors. Skipped 8.
    Found sprite 1272 at 0x760d08. Type = 0x8c, 166x54, 49 colors. Skipped 5.
    Found sprite 1273 at 0x7630aa. Type = 0x8c, 132x48, 120 colors.
    Found sprite 1274 at 0x764add. Type = 0x8c, 22x161, 25 colors.
    Found sprite 1275 at 0x765909. Type = 0x8c, 66x161, 32 colors.
    Found sprite 1276 at 0x7682f6. Type = 0x8c, 36x26, 28 colors.
    Found sprite 1277 at 0x7686fd. Type = 0x8c, 45x46, 35 colors.
    Found sprite 1278 at 0x768f87. Type = 0x8c, 47x42, 39 colors.
    Found sprite 1279 at 0x7697bd. Type = 0x8b, 27x26, 7 colors.
    Found sprite 1280 at 0x76993c. Type = 0x8b, 27x24, 8 colors.
    Found sprite 1281 at 0x769aa3. Type = 0x8c, 94x27, 48 colors.
    Found sprite 1282 at 0x76a528. Type = 0x8c, 51x36, 27 colors.
    Found sprite 1283 at 0x76acb0. Type = 0x8c, 43x53, 46 colors.
    Found sprite 1284 at 0x76b62c. Type = 0x8c, 46x64, 24 colors.
    Found sprite 1285 at 0x76c1ff. Type = 0x8c, 46x66, 22 colors.
    Found sprite 1286 at 0x76ce60. Type = 0x8b, 44x54, 13 colors. Skipped 56.
    Found sprite 1287 at 0x76d336. Type = 0x8b, 46x28, 8 colors.
    Found sprite 1288 at 0x76d5dd. Type = 0x8b, 60x32, 9 colors.
    Found sprite 1289 at 0x76d9c3. Type = 0x8c, 84x36, 32 colors.
    Bad sprite size 26221 x 25089.
    Found sprite 1290 at 0x76e610. Type = 0x8c, 125x84, 42 colors. Skipped 17.
    Found sprite 1291 at 0x770f9d. Type = 0x8c, 79x79, 19 colors.
    Found sprite 1292 at 0x772842. Type = 0x8b, 169x31, 8 colors.
    Found sprite 1293 at 0x7732b0. Type = 0x8c, 55x20, 29 colors. Skipped 15.
    Found sprite 1294 at 0x77375e. Type = 0x8c, 78x21, 29 colors.
    Found sprite 1295 at 0x773e26. Type = 0x8c, 75x20, 29 colors.
    Found sprite 1296 at 0x774464. Type = 0x8c, 102x21, 16 colors.
    Found sprite 1297 at 0x774cfd. Type = 0x8b, 63x21, 14 colors.
    Found sprite 1298 at 0x774fc8. Type = 0x8b, 81x37, 16 colors.
    Found sprite 1299 at 0x7755de. Type = 0x8b, 56x21, 14 colors.
    Bad sprite size 26326 x 20993.
    Found sprite 1300 at 0x77587c. Type = 0x8b, 23x22, 12 colors. Skipped 28.
    Found sprite 1301 at 0x7759a8. Type = 0x8b, 23x22, 12 colors.
    Found sprite 1302 at 0x775ad4. Type = 0x8b, 22x22, 12 colors.
    Found sprite 1303 at 0x775bf5. Type = 0x8b, 23x22, 9 colors.
    Found sprite 1304 at 0x775d18. Type = 0x8b, 23x22, 10 colors.
    Found sprite 1305 at 0x775e3e. Type = 0x8b, 22x22, 9 colors.
    Found sprite 1306 at 0x775f56. Type = 0x8b, 22x22, 12 colors.
    Found sprite 1307 at 0x776094. Type = 0x8b, 62x62, 11 colors. Skipped 29.
    Found sprite 1308 at 0x776842. Type = 0x8b, 62x62, 9 colors.
    Found sprite 1309 at 0x776fea. Type = 0x8b, 62x62, 16 colors.
    Found sprite 1310 at 0x7777a7. Type = 0x8c, 62x62, 27 colors.
    Found sprite 1311 at 0x778707. Type = 0x8b, 62x62, 13 colors.
    Found sprite 1312 at 0x778ebb. Type = 0x8c, 62x62, 18 colors.
    Found sprite 1313 at 0x779e00. Type = 0x8b, 62x62, 14 colors.
    Found sprite 1314 at 0x77a5d4. Type = 0x8c, 32x41, 220 colors. Skipped 29.
    Found sprite 1315 at 0x77ad93. Type = 0x8c, 35x39, 115 colors.
    Found sprite 1316 at 0x77b44c. Type = 0x8c, 40x52, 16 colors.
    Found sprite 1317 at 0x77bca7. Type = 0x8c, 43x49, 137 colors.
    Found sprite 1318 at 0x77c698. Type = 0x89, 13x4, 2 colors. Skipped 16.
    Found sprite 1319 at 0x77c6c2. Type = 0x89, 13x4, 2 colors. Skipped 18.
    Found sprite 1320 at 0x77c6da. Type = 0x89, 13x4, 2 colors.
    Found sprite 1321 at 0x77c704. Type = 0x8b, 147x23, 12 colors. Skipped 18.
    Found sprite 1322 at 0x77cdce. Type = 0x8b, 122x23, 12 colors.
    Found sprite 1323 at 0x77d378. Type = 0x8b, 103x23, 12 colors.
    Found sprite 1324 at 0x77d848. Type = 0x8b, 137x23, 12 colors.
    Found sprite 1325 at 0x77de9f. Type = 0x8b, 166x25, 15 colors.
    Found sprite 1326 at 0x77e6f2. Type = 0x8b, 129x24, 13 colors.
    Found sprite 1327 at 0x77ed30. Type = 0x8b, 115x25, 13 colors.
    Found sprite 1328 at 0x77f300. Type = 0x8b, 149x25, 13 colors.
    Bad sprite size 359 x 37420.
    Found sprite 1329 at 0x77fa9c. Type = 0x89, 10x10, 2 colors. Skipped 34.
    Found sprite 1330 at 0x77faba. Type = 0x8b, 10x10, 12 colors.
    Found sprite 1331 at 0x77fb24. Type = 0x8a, 14x14, 3 colors. Skipped 9.
    Found sprite 1332 at 0x77fb69. Type = 0x8a, 14x14, 3 colors.
    Found sprite 1333 at 0x77fbb8. Type = 0x8b, 216x20, 5 colors. Skipped 10.
    Found sprite 1334 at 0x780442. Type = 0x8b, 216x20, 5 colors.
    Found sprite 1335 at 0x780ccc. Type = 0x8b, 10x10, 6 colors.
    Found sprite 1336 at 0x780d1b. Type = 0x8b, 60x31, 14 colors.
    Found sprite 1337 at 0x7810f2. Type = 0x8b, 60x31, 11 colors.
    Found sprite 1338 at 0x7814c0. Type = 0x8b, 60x31, 9 colors.
    Found sprite 1339 at 0x781888. Type = 0x8b, 60x31, 9 colors.
    Found sprite 1340 at 0x781c6c. Type = 0x8c, 84x19, 32 colors. Skipped 28.
    Found sprite 1341 at 0x782313. Type = 0x8c, 98x20, 32 colors.
    Found sprite 1342 at 0x782b26. Type = 0x8c, 111x23, 32 colors.
    Found sprite 1343 at 0x78358a. Type = 0x8c, 125x23, 32 colors.
    Found sprite 1344 at 0x784130. Type = 0x8c, 84x19, 36 colors.
    Found sprite 1345 at 0x7847e3. Type = 0x8c, 98x20, 36 colors.
    Found sprite 1346 at 0x785002. Type = 0x8c, 111x23, 36 colors.
    Found sprite 1347 at 0x785a72. Type = 0x8c, 125x23, 36 colors.
    Found sprite 1348 at 0x786644. Type = 0x8b, 37x49, 7 colors. Skipped 32.
    Found sprite 1349 at 0x7869f4. Type = 0x8c, 172x46, 23 colors. Skipped 5.
    Found sprite 1350 at 0x78892c. Type = 0x8b, 65x41, 16 colors.
    Found sprite 1351 at 0x788e9c. Type = 0x8b, 65x41, 16 colors.
    Found sprite 1352 at 0x78940c. Type = 0x8b, 39x41, 16 colors.
    Found sprite 1353 at 0x789778. Type = 0x8c, 17x17, 34 colors. Skipped 17.
    Found sprite 1354 at 0x78990a. Type = 0x8c, 208x33, 35 colors.
    Found sprite 1355 at 0x78b44e. Type = 0x8c, 153x33, 35 colors.
    Found sprite 1356 at 0x78c87b. Type = 0x8c, 180x33, 35 colors.
    Found sprite 1357 at 0x78e023. Type = 0x8c, 76x33, 35 colors.
    Found sprite 1358 at 0x78ea63. Type = 0x8c, 201x37, 25 colors.
    Found sprite 1359 at 0x7907c6. Type = 0x8c, 99x37, 25 colors.
    Found sprite 1360 at 0x79166b. Type = 0x8c, 18x18, 34 colors.
    Found sprite 1361 at 0x791820. Type = 0x8c, 17x17, 34 colors.
    Found sprite 1362 at 0x7919b2. Type = 0x8c, 99x37, 36 colors.
    Found sprite 1363 at 0x792878. Type = 0x8c, 50x29, 22 colors.
    Found sprite 1364 at 0x792e6f. Type = 0x8c, 110x38, 36 colors.
    Found sprite 1365 at 0x793f3a. Type = 0x8c, 50x29, 22 colors.
    Found sprite 1366 at 0x794531. Type = 0x8c, 100x37, 21 colors.
    Found sprite 1367 at 0x7953ef. Type = 0x8c, 50x29, 25 colors.
    Found sprite 1368 at 0x7959ef. Type = 0x8c, 18x18, 34 colors.
    Found sprite 1369 at 0x795ba4. Type = 0x8c, 17x17, 34 colors.
    Found sprite 1370 at 0x795d36. Type = 0x8c, 65x37, 36 colors.
    Found sprite 1371 at 0x796712. Type = 0x8c, 50x29, 22 colors.
    Found sprite 1372 at 0x796d09. Type = 0x8c, 58x33, 35 colors.
    Found sprite 1373 at 0x7974f7. Type = 0x8c, 50x29, 22 colors.
    Found sprite 1374 at 0x797aee. Type = 0x8c, 65x37, 21 colors.
    Found sprite 1375 at 0x79849d. Type = 0x8c, 50x29, 25 colors.
    Found sprite 1376 at 0x798a9d. Type = 0x8c, 18x18, 34 colors.
    Found sprite 1377 at 0x798c52. Type = 0x8c, 25x25, 17 colors.
    Found sprite 1378 at 0x798f01. Type = 0x8b, 68x68, 16 colors.
    Found sprite 1379 at 0x799844. Type = 0x8b, 109x109, 16 colors.
    Found sprite 1380 at 0x79afb4. Type = 0x8b, 96x96, 16 colors.
    Found sprite 1381 at 0x79c1ef. Type = 0x8b, 68x68, 16 colors.
    Found sprite 1382 at 0x79cb32. Type = 0x8b, 109x109, 15 colors.
    Found sprite 1383 at 0x79e29f. Type = 0x8b, 76x76, 15 colors.
    Found sprite 1384 at 0x79ee1f. Type = 0x8b, 27x27, 14 colors.
    Found sprite 1385 at 0x79efc1. Type = 0x8c, 17x17, 29 colors.
    Found sprite 1386 at 0x79f144. Type = 0x8c, 38x38, 38 colors.
    Found sprite 1387 at 0x79f765. Type = 0x8c, 25x25, 30 colors.
    Found sprite 1388 at 0x79fa3b. Type = 0x8c, 31x31, 42 colors.
    Found sprite 1389 at 0x79fe85. Type = 0x8c, 25x25, 30 colors.
    Found sprite 1390 at 0x7a015b. Type = 0x8c, 38x38, 22 colors.
    Found sprite 1391 at 0x7a074c. Type = 0x8c, 18x18, 25 colors.
    Found sprite 1392 at 0x7a08e6. Type = 0x8b, 27x28, 6 colors.
    Bad sprite size 360 x 42738.
    Found sprite 1393 at 0x7a0b20. Type = 0x8b, 17x17, 9 colors. Skipped 162.
    Found sprite 1394 at 0x7a0bd7. Type = 0x8c, 20x21, 22 colors.
    Found sprite 1395 at 0x7a0dc8. Type = 0x8b, 22x17, 16 colors.
    Found sprite 1396 at 0x7a0ebe. Type = 0x8b, 19x19, 15 colors.
    Found sprite 1397 at 0x7a0fab. Type = 0x8c, 15x19, 27 colors.
    Found sprite 1398 at 0x7a1124. Type = 0x8c, 15x19, 23 colors.
    Found sprite 1399 at 0x7a1291. Type = 0x8b, 19x17, 14 colors.
    Found sprite 1400 at 0x7a1368. Type = 0x8b, 18x17, 15 colors.
    Found sprite 1401 at 0x7a1439. Type = 0x8b, 20x22, 15 colors.
    Found sprite 1402 at 0x7a154d. Type = 0x8c, 24x26, 20 colors.
    Found sprite 1403 at 0x7a1804. Type = 0x8b, 28x21, 14 colors.
    Found sprite 1404 at 0x7a195f. Type = 0x8b, 24x24, 15 colors.
    Found sprite 1405 at 0x7a1ab7. Type = 0x8c, 20x25, 33 colors.
    Found sprite 1406 at 0x7a1d19. Type = 0x8c, 20x25, 28 colors.
    Found sprite 1407 at 0x7a1f6c. Type = 0x8c, 26x22, 33 colors.
    Found sprite 1408 at 0x7a2216. Type = 0x8c, 26x22, 27 colors.
    Bad sprite size 27064 x 58113.
    Found sprite 1409 at 0x7a24f0. Type = 0x8c, 240x122, 36 colors. Skipped 65.
    Found sprite 1410 at 0x7a97cc. Type = 0x8c, 120x359, 72 colors. Skipped 5.
    Bad palette count 0.
    Bad sprite size 1665 x 46727.
    Bad sprite size 5026 x 64131.
    Bad sprite size 1405 x 31117.
    Bad sprite size 3217 x 40068.
    Bad sprite size 34057 x 3991.
    Bad sprite size 2699 x 40837.
    Bad sprite size 34058 x 4767.
    Bad sprite size 34057 x 1151.
    Bad sprite size 7868 x 50555.
    Bad sprite size 34057 x 9679.
    Bad sprite size 8386 x 56953.
    Bad sprite size 40977 x 6289.
    Bad sprite size 1146 x 32399.
    Bad sprite size 41746 x 7319.
    Bad sprite size 1659 x 36241.
    Bad sprite size 41490 x 7060.
    Bad sprite size 2431 x 37782.
    Bad sprite size 35722 x 369.
    Bad sprite size 29067 x 257.
    Bad palette count 1.
    Bad sprite size 3981 x 36750.
    Bad sprite size 37769 x 1010.
    Bad sprite size 62099 x 771.
    Bad sprite size 3855 x 3855.
    Found sprite 1411 at 0x7b514c. Type = 0x8c, 54x63, 162 colors. Skipped 4158.
    Found sprite 1412 at 0x7b6087. Type = 0x8c, 120x359, 150 colors.
    Found sprite 1413 at 0x7c0a9c. Type = 0x8c, 54x63, 95 colors.
    Found sprite 1414 at 0x7c190e. Type = 0x8c, 54x63, 17 colors.
    Found sprite 1415 at 0x7c2696. Type = 0x8c, 121x359, 85 colors.
    Found sprite 1416 at 0x7cd14f. Type = 0x8c, 54x63, 118 colors.
    Found sprite 1417 at 0x7ce006. Type = 0x8b, 54x63, 15 colors.
    Found sprite 1418 at 0x7ce6e3. Type = 0x8c, 120x359, 128 colors.
    Found sprite 1419 at 0x7d90b6. Type = 0x8b, 54x63, 14 colors.
    Found sprite 1420 at 0x7d9790. Type = 0x8b, 54x63, 13 colors.
    Found sprite 1421 at 0x7d9e67. Type = 0x8c, 120x359, 101 colors.
    Found sprite 1422 at 0x7e47e9. Type = 0x8b, 54x63, 13 colors.
    Found sprite 1423 at 0x7e4ec0. Type = 0x8b, 54x63, 12 colors.
    Found sprite 1424 at 0x7e55d0. Type = 0x8c, 240x352, 253 colors. Skipped 60.
    Found sprite 1425 at 0x7fa2d2. Type = 0x8b, 59x59, 7 colors.
    Found sprite 1426 at 0x7fa9bf. Type = 0x8c, 144x170, 57 colors.
    Found sprite 1427 at 0x800a15. Type = 0x8c, 117x217, 23 colors.
    Found sprite 1428 at 0x806d92. Type = 0x8c, 144x149, 46 colors.
    Bad sprite size 44557 x 59471.
    Bad sprite size 5719 x 18967.
    Traceback (most recent call last):
      File "C:\Users\%username%\Downloads\Extracted\mwsripper.py", line 394, in <module>
        main()
      File "C:\Users\%username%\Downloads\Extracted\mwsripper.py", line 377, in main
        rip_sprites(sys.argv[1])
      File "C:\Users\%username%\Downloads\Extracted\mwsripper.py", line 275, in rip_sprites
        type = fpxo.read(1)[0]
    IndexError: index out of range
    
    opened by erikiorai 3
Owner
Buu342
I make Garry's Mod complain about Lua errors, Doom forcefully terminate my runaway scripts, my N64 lockup, and my laptop's stack overflow.
Buu342
user friendly python script who is able to catch fish in the game New World

new-world-fishing-bot release 1.1.1 click img for demonstration Download guide Click at latest release: Download and extract bot.zip: When you run fil

null 297 Jan 8, 2023
An open-world game made in Python.

Dragon Realms Notes Windows OS only Contributors This project follows the all-contributors specification (emoji key, command Issue). See what you can

Dragon Realms 2 Jul 28, 2022
A converter for the .BMR / .RLE bitmap files used in some Neversoft PS1 games.

Requirements python3 pyqt5 - can be installed with pip install PyQt5 pypng - Included Usage Instructions This program can be running py main.py in the

null 4 Jul 30, 2022
Mandaw 2 Mar 1, 2022
A near-exact clone of google chrome's no internet game, or the "google dinosaur game", with some additions and extras.

dinoGame A near-exact clone of google chrome's no internet game, or the "google dinosaur game", with some additions and extras. Installation Download

null 1 Oct 26, 2021
Mastermind-Game - A game to test programming and logical skills

Bem vindo ao jogo Mastermind! O jogo consiste em adivinhar uma senha que será ge

Marcelo Daros 0 Jan 27, 2022
Game-of-life - A simple python program to simulate and visualise the Conway's Game of life

Conway's game of life A simple python program to simulate and visualise the Conw

Dhravya Shah 3 Feb 20, 2022
Snake game mixed with Conway's Game of Life

SnakeOfLife Snake game mixed with Conway's Game of Life The rules are the same than a normal snake game but you have to avoid cells created by Conway'

Aidan 5 May 26, 2022
Lint game data metafiles against GTA5.xsd for Rockstar's game engine (RAGE)

rage-lint Lint RAGE (only GTA5 at the moment) meta/XML files for validity based off of the GTA5.xsd generated from game code. This script accepts a se

GoatGeek 11 Sep 18, 2022
HTTP API for FGO game data. Transform the raw game data into something a bit more manageable.

FGO game data API HTTP API for FGO game data. Transform the raw game data into something a bit more manageable. View the API documentation here: https

Atlas Academy 51 Dec 26, 2022