diff options
author | yenatch <yenatch@gmail.com> | 2017-06-24 17:36:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-24 17:36:21 -0400 |
commit | 080704e49f49777baac124d1bba8c1066acd1bb1 (patch) | |
tree | f8e3d3b15f24b60c4c5c5909114a7c4a743d2ca8 | |
parent | 217b7b8d9ba0d243ccbd9d4ae0a5b3ac7ab856e8 (diff) | |
parent | 7d5b9bb0c46fde6c7aa479e43725541a787a7db2 (diff) |
Merge pull request #370 from yenatch/graphics
png everywhere
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | INSTALL.md | 6 | ||||
-rw-r--r-- | Makefile | 84 | ||||
-rwxr-xr-x | engine/crystal_intro.asm | 3 | ||||
-rwxr-xr-x | engine/pokegear.asm | 2 | ||||
-rwxr-xr-x | engine/timeset.asm | 6 | ||||
-rw-r--r-- | engine/title.asm | 6 | ||||
-rwxr-xr-x | engine/trainer_card.asm | 4 | ||||
-rw-r--r-- | gfx/battle/balls.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/balls.png | bin | 0 -> 115 bytes | |||
-rw-r--r-- | gfx/battle/enemy_hp_bar_border.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/enemy_hp_bar_border.png | bin | 0 -> 111 bytes | |||
-rw-r--r-- | gfx/battle/expbar.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/expbar.png | bin | 0 -> 120 bytes | |||
-rw-r--r-- | gfx/battle/expbarend.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/expbarend.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/battle/expbarend_sgb.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/expbarend_sgb.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/battle/hp_exp_bar_border.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/hp_exp_bar_border.png | bin | 0 -> 116 bytes | |||
-rw-r--r-- | gfx/battle/minimize.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/battle/minimize.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/debug/color_test.2bpp | bin | 368 -> 0 bytes | |||
-rw-r--r-- | gfx/debug/color_test.png | bin | 0 -> 215 bytes | |||
-rw-r--r-- | gfx/emotes/bolt.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/bolt.png | bin | 0 -> 126 bytes | |||
-rw-r--r-- | gfx/emotes/fish.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/fish.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | gfx/emotes/happy.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/happy.png | bin | 0 -> 125 bytes | |||
-rw-r--r-- | gfx/emotes/heart.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/heart.png | bin | 0 -> 133 bytes | |||
-rw-r--r-- | gfx/emotes/question.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/question.png | bin | 0 -> 126 bytes | |||
-rw-r--r-- | gfx/emotes/sad.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/sad.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | gfx/emotes/shock.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/shock.png | bin | 0 -> 110 bytes | |||
-rw-r--r-- | gfx/emotes/sleep.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/emotes/sleep.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | gfx/evo/bubble.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/evo/bubble.png | bin | 0 -> 88 bytes | |||
-rw-r--r-- | gfx/evo/bubble_large.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/evo/bubble_large.png | bin | 0 -> 130 bytes | |||
-rwxr-xr-x | gfx/font.asm | 4 | ||||
-rw-r--r-- | gfx/font/english.1bpp | bin | 1024 -> 0 bytes | |||
-rw-r--r-- | gfx/font/english.png | bin | 0 -> 770 bytes | |||
-rw-r--r-- | gfx/font/french_german.1bpp | bin | 1024 -> 0 bytes | |||
-rw-r--r-- | gfx/font/french_german.png | bin | 0 -> 853 bytes | |||
-rw-r--r-- | gfx/font/spanish_italian.1bpp | bin | 1024 -> 0 bytes | |||
-rw-r--r-- | gfx/font/spanish_italian.png | bin | 0 -> 865 bytes | |||
-rw-r--r-- | gfx/frames/1.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/1.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | gfx/frames/2.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/2.png | bin | 0 -> 126 bytes | |||
-rw-r--r-- | gfx/frames/3.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/3.png | bin | 0 -> 114 bytes | |||
-rw-r--r-- | gfx/frames/4.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/4.png | bin | 0 -> 128 bytes | |||
-rw-r--r-- | gfx/frames/5.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/5.png | bin | 0 -> 108 bytes | |||
-rw-r--r-- | gfx/frames/6.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/6.png | bin | 0 -> 117 bytes | |||
-rw-r--r-- | gfx/frames/7.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/7.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | gfx/frames/8.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/8.png | bin | 0 -> 109 bytes | |||
-rw-r--r-- | gfx/frames/9.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/9.png | bin | 0 -> 111 bytes | |||
-rw-r--r-- | gfx/frames/map_entry_sign.2bpp | bin | 224 -> 0 bytes | |||
-rw-r--r-- | gfx/frames/map_entry_sign.png | bin | 0 -> 190 bytes | |||
-rw-r--r-- | gfx/frames/space.2bpp | bin | 16 -> 0 bytes | |||
-rwxr-xr-x | gfx/frames/space.png | bin | 0 -> 134 bytes | |||
-rw-r--r-- | gfx/fx/aeroblast.2bpp.lz.2f07c4ea (renamed from gfx/fx/aeroblast.2bpp.lz) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | gfx/fx/aeroblast.png | bin | 0 -> 187 bytes | |||
-rw-r--r-- | gfx/fx/angels.2bpp.lz.b026d81e (renamed from gfx/fx/angels.2bpp.lz) | bin | 368 -> 368 bytes | |||
-rw-r--r-- | gfx/fx/angels.png | bin | 0 -> 363 bytes | |||
-rw-r--r-- | gfx/fx/beam.2bpp.lz.80b6d613 (renamed from gfx/fx/beam.2bpp.lz) | bin | 144 -> 144 bytes | |||
-rwxr-xr-x | gfx/fx/beam.png | bin | 0 -> 562 bytes | |||
-rw-r--r-- | gfx/fx/bubble.2bpp.lz.03b8ac99 (renamed from gfx/fx/bubble.2bpp.lz) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | gfx/fx/bubble.png | bin | 0 -> 237 bytes | |||
-rw-r--r-- | gfx/fx/charge.2bpp.lz.95d3ea98 (renamed from gfx/fx/charge.2bpp.lz) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | gfx/fx/charge.png | bin | 0 -> 188 bytes | |||
-rw-r--r-- | gfx/fx/cut.2bpp.lz.03d343ed (renamed from gfx/fx/cut.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/fx/cut.png | bin | 0 -> 170 bytes | |||
-rw-r--r-- | gfx/fx/egg.2bpp.lz.41dd1a53 (renamed from gfx/fx/egg.2bpp.lz) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | gfx/fx/egg.png | bin | 0 -> 200 bytes | |||
-rw-r--r-- | gfx/fx/explosion.2bpp.lz.55fc334f (renamed from gfx/fx/explosion.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/fx/explosion.png | bin | 0 -> 157 bytes | |||
-rw-r--r-- | gfx/fx/fire.2bpp.lz.d7701cda (renamed from gfx/fx/fire.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/fx/fire.png | bin | 0 -> 153 bytes | |||
-rw-r--r-- | gfx/fx/flower.2bpp.lz.1bc2e9d2 (renamed from gfx/fx/flower.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/fx/flower.png | bin | 0 -> 149 bytes | |||
-rw-r--r-- | gfx/fx/globe.2bpp.lz.710dbb8e (renamed from gfx/fx/globe.2bpp.lz) | bin | 240 -> 240 bytes | |||
-rw-r--r-- | gfx/fx/globe.png | bin | 0 -> 292 bytes | |||
-rw-r--r-- | gfx/fx/haze.2bpp.lz.91424607 (renamed from gfx/fx/haze.2bpp.lz) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | gfx/fx/haze.png | bin | 0 -> 173 bytes | |||
-rw-r--r-- | gfx/fx/hit.2bpp.lz.2b3c83f2 (renamed from gfx/fx/hit.2bpp.lz) | bin | 240 -> 240 bytes | |||
-rw-r--r-- | gfx/fx/hit.png | bin | 0 -> 306 bytes | |||
-rw-r--r-- | gfx/fx/horn.2bpp.lz.48908aae (renamed from gfx/fx/horn.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/fx/horn.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | gfx/fx/ice.2bpp.lz.664d900f (renamed from gfx/fx/ice.2bpp.lz) | bin | 64 -> 64 bytes | |||
-rw-r--r-- | gfx/fx/ice.png | bin | 0 -> 137 bytes | |||
-rw-r--r-- | gfx/fx/lightning.2bpp.lz.a88fc131 (renamed from gfx/fx/lightning.2bpp.lz) | bin | 320 -> 320 bytes | |||
-rwxr-xr-x | gfx/fx/lightning.png | bin | 0 -> 820 bytes | |||
-rw-r--r-- | gfx/fx/misc.2bpp.lz.4b20c3d7 (renamed from gfx/fx/misc.2bpp.lz) | bin | 416 -> 416 bytes | |||
-rwxr-xr-x | gfx/fx/misc.png | bin | 0 -> 1082 bytes | |||
-rw-r--r-- | gfx/fx/noise.2bpp.lz.acb4a76e (renamed from gfx/fx/noise.2bpp.lz) | bin | 192 -> 192 bytes | |||
-rwxr-xr-x | gfx/fx/noise.png | bin | 0 -> 526 bytes | |||
-rw-r--r-- | gfx/fx/objects.2bpp.lz.83f812de (renamed from gfx/fx/objects.2bpp.lz) | bin | 224 -> 224 bytes | |||
-rwxr-xr-x | gfx/fx/objects.png | bin | 0 -> 705 bytes | |||
-rw-r--r-- | gfx/fx/plant.2bpp.lz.4a00c417 (renamed from gfx/fx/plant.2bpp.lz) | bin | 224 -> 224 bytes | |||
-rw-r--r-- | gfx/fx/plant.png | bin | 0 -> 293 bytes | |||
-rw-r--r-- | gfx/fx/poison.2bpp.lz.fc7dc9c1 (renamed from gfx/fx/poison.2bpp.lz) | bin | 112 -> 112 bytes | |||
-rwxr-xr-x | gfx/fx/poison.png | bin | 0 -> 166 bytes | |||
-rw-r--r-- | gfx/fx/pokeball.2bpp.lz.c58f7e01 (renamed from gfx/fx/pokeball.2bpp.lz) | bin | 80 -> 80 bytes | |||
-rwxr-xr-x | gfx/fx/pokeball.png | bin | 0 -> 388 bytes | |||
-rw-r--r-- | gfx/fx/powder.2bpp.lz.bfd566bb (renamed from gfx/fx/powder.2bpp.lz) | bin | 32 -> 32 bytes | |||
-rw-r--r-- | gfx/fx/powder.png | bin | 0 -> 100 bytes | |||
-rw-r--r-- | gfx/fx/psychic.2bpp.lz.d80f285c (renamed from gfx/fx/psychic.2bpp.lz) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | gfx/fx/psychic.png | bin | 0 -> 175 bytes | |||
-rw-r--r-- | gfx/fx/reflect.2bpp.lz.9a9c822d (renamed from gfx/fx/reflect.2bpp.lz) | bin | 112 -> 112 bytes | |||
-rw-r--r-- | gfx/fx/reflect.png | bin | 0 -> 211 bytes | |||
-rw-r--r-- | gfx/fx/rocks.2bpp.lz.73d0153e (renamed from gfx/fx/rocks.2bpp.lz) | bin | 240 -> 240 bytes | |||
-rwxr-xr-x | gfx/fx/rocks.png | bin | 0 -> 669 bytes | |||
-rw-r--r-- | gfx/fx/rope.2bpp.lz.209d63dd (renamed from gfx/fx/rope.2bpp.lz) | bin | 192 -> 192 bytes | |||
-rw-r--r-- | gfx/fx/rope.png | bin | 0 -> 256 bytes | |||
-rw-r--r-- | gfx/fx/sand.2bpp.lz.c87c0eaa (renamed from gfx/fx/sand.2bpp.lz) | bin | 96 -> 96 bytes | |||
-rwxr-xr-x | gfx/fx/sand.png | bin | 0 -> 384 bytes | |||
-rw-r--r-- | gfx/fx/shapes.2bpp.lz.262d77f0 (renamed from gfx/fx/shapes.2bpp.lz) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | gfx/fx/shapes.png | bin | 0 -> 237 bytes | |||
-rw-r--r-- | gfx/fx/shine.2bpp.lz.5fb79056 (renamed from gfx/fx/shine.2bpp.lz) | bin | 224 -> 224 bytes | |||
-rw-r--r-- | gfx/fx/shine.png | bin | 0 -> 273 bytes | |||
-rw-r--r-- | gfx/fx/skyattack.2bpp.lz.31738ab8 (renamed from gfx/fx/skyattack.2bpp.lz) | bin | 352 -> 352 bytes | |||
-rw-r--r-- | gfx/fx/skyattack.png | bin | 0 -> 393 bytes | |||
-rw-r--r-- | gfx/fx/smoke.2bpp.lz.aa05905e (renamed from gfx/fx/smoke.2bpp.lz) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | gfx/fx/smoke.png | bin | 0 -> 191 bytes | |||
-rw-r--r-- | gfx/fx/speed.2bpp.lz.1732b364 (renamed from gfx/fx/speed.2bpp.lz) | bin | 80 -> 80 bytes | |||
-rw-r--r-- | gfx/fx/speed.png | bin | 0 -> 136 bytes | |||
-rw-r--r-- | gfx/fx/status.2bpp.lz.0c0aa13e (renamed from gfx/fx/status.2bpp.lz) | bin | 288 -> 288 bytes | |||
-rw-r--r-- | gfx/fx/status.png | bin | 0 -> 364 bytes | |||
-rw-r--r-- | gfx/fx/water.2bpp.lz.7b52ed12 (renamed from gfx/fx/water.2bpp.lz) | bin | 208 -> 208 bytes | |||
-rw-r--r-- | gfx/fx/water.png | bin | 0 -> 277 bytes | |||
-rw-r--r-- | gfx/fx/wave.2bpp.lz.bee99402 (renamed from gfx/fx/wave.2bpp.lz) | bin | 160 -> 160 bytes | |||
-rw-r--r-- | gfx/fx/wave.png | bin | 0 -> 205 bytes | |||
-rw-r--r-- | gfx/fx/web.2bpp.lz.80e3d480 (renamed from gfx/fx/web.2bpp.lz) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | gfx/fx/web.png | bin | 0 -> 191 bytes | |||
-rw-r--r-- | gfx/fx/whip.2bpp.lz.d80d8d6e (renamed from gfx/fx/whip.2bpp.lz) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | gfx/fx/whip.png | bin | 0 -> 210 bytes | |||
-rw-r--r-- | gfx/fx/wind.2bpp.lz.5a785180 (renamed from gfx/fx/wind.2bpp.lz) | bin | 192 -> 192 bytes | |||
-rw-r--r-- | gfx/fx/wind.png | bin | 0 -> 286 bytes | |||
-rw-r--r-- | gfx/icon/bat.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/bat.png | bin | 0 -> 169 bytes | |||
-rw-r--r-- | gfx/icon/bigmon.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/bigmon.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | gfx/icon/bird.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/bird.png | bin | 0 -> 176 bytes | |||
-rw-r--r-- | gfx/icon/blob.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/blob.png | bin | 0 -> 174 bytes | |||
-rw-r--r-- | gfx/icon/bug.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/bug.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | gfx/icon/bulbasaur.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/bulbasaur.png | bin | 0 -> 166 bytes | |||
-rw-r--r-- | gfx/icon/caterpillar.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/caterpillar.png | bin | 0 -> 159 bytes | |||
-rw-r--r-- | gfx/icon/charmander.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/charmander.png | bin | 0 -> 166 bytes | |||
-rw-r--r-- | gfx/icon/clefairy.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/clefairy.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | gfx/icon/diglett.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/diglett.png | bin | 0 -> 129 bytes | |||
-rw-r--r-- | gfx/icon/egg.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/egg.png | bin | 0 -> 155 bytes | |||
-rw-r--r-- | gfx/icon/equine.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/equine.png | bin | 0 -> 159 bytes | |||
-rw-r--r-- | gfx/icon/fighter.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/fighter.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | gfx/icon/fish.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/fish.png | bin | 0 -> 173 bytes | |||
-rw-r--r-- | gfx/icon/fox.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/fox.png | bin | 0 -> 188 bytes | |||
-rw-r--r-- | gfx/icon/geodude.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/geodude.png | bin | 0 -> 173 bytes | |||
-rw-r--r-- | gfx/icon/ghost.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/ghost.png | bin | 0 -> 143 bytes | |||
-rw-r--r-- | gfx/icon/gyarados.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/gyarados.png | bin | 0 -> 208 bytes | |||
-rw-r--r-- | gfx/icon/ho_oh.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/ho_oh.png | bin | 0 -> 204 bytes | |||
-rw-r--r-- | gfx/icon/humanshape.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/humanshape.png | bin | 0 -> 161 bytes | |||
-rw-r--r-- | gfx/icon/item.2bpp | 1 | ||||
-rw-r--r-- | gfx/icon/item.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/icon/jellyfish.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/jellyfish.png | bin | 0 -> 172 bytes | |||
-rw-r--r-- | gfx/icon/jigglypuff.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/jigglypuff.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | gfx/icon/lapras.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/lapras.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | gfx/icon/lugia.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/lugia.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | gfx/icon/mail.2bpp | 1 | ||||
-rw-r--r-- | gfx/icon/mail.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/icon/mail2.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/mail2.png | bin | 0 -> 135 bytes | |||
-rw-r--r-- | gfx/icon/monster.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/monster.png | bin | 0 -> 179 bytes | |||
-rw-r--r-- | gfx/icon/moth.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/moth.png | bin | 0 -> 185 bytes | |||
-rw-r--r-- | gfx/icon/oddish.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/oddish.png | bin | 0 -> 157 bytes | |||
-rw-r--r-- | gfx/icon/pikachu.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/pikachu.png | bin | 0 -> 172 bytes | |||
-rw-r--r-- | gfx/icon/poliwag.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/poliwag.png | bin | 0 -> 158 bytes | |||
-rw-r--r-- | gfx/icon/serpent.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/serpent.png | bin | 0 -> 145 bytes | |||
-rw-r--r-- | gfx/icon/shell.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/shell.png | bin | 0 -> 170 bytes | |||
-rw-r--r-- | gfx/icon/slowpoke.2bpp | 2 | ||||
-rw-r--r-- | gfx/icon/slowpoke.png | bin | 0 -> 183 bytes | |||
-rw-r--r-- | gfx/icon/snorlax.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/snorlax.png | bin | 0 -> 165 bytes | |||
-rw-r--r-- | gfx/icon/squirtle.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/squirtle.png | bin | 0 -> 170 bytes | |||
-rw-r--r-- | gfx/icon/staryu.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/staryu.png | bin | 0 -> 166 bytes | |||
-rw-r--r-- | gfx/icon/sudowoodo.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/sudowoodo.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | gfx/icon/unown.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/unown.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | gfx/icon/voltorb.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/icon/voltorb.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | gfx/intro/001.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/001.tilemap.lz.c2341875 (renamed from gfx/intro/001.tilemap.lz) | bin | 16 -> 16 bytes | |||
-rw-r--r-- | gfx/intro/002.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/002.tilemap.lz.54d5b74b (renamed from gfx/intro/002.tilemap.lz) | bin | 64 -> 64 bytes | |||
-rw-r--r-- | gfx/intro/003.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/003.tilemap.lz.9f90366a (renamed from gfx/intro/003.tilemap.lz) | bin | 16 -> 16 bytes | |||
-rw-r--r-- | gfx/intro/004.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/004.tilemap.lz.4c7562ee (renamed from gfx/intro/004.tilemap.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/intro/005.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/005.tilemap.lz.bed1ff6d (renamed from gfx/intro/005.tilemap.lz) | bin | 32 -> 32 bytes | |||
-rw-r--r-- | gfx/intro/006.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/006.tilemap.lz.c8756972 (renamed from gfx/intro/006.tilemap.lz) | bin | 80 -> 80 bytes | |||
-rw-r--r-- | gfx/intro/007.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/007.tilemap.lz.a9cbcbca (renamed from gfx/intro/007.tilemap.lz) | bin | 80 -> 80 bytes | |||
-rw-r--r-- | gfx/intro/008.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/008.tilemap.lz.f12ed6d9 (renamed from gfx/intro/008.tilemap.lz) | bin | 192 -> 192 bytes | |||
-rw-r--r-- | gfx/intro/009.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/009.tilemap.lz.911a1ace (renamed from gfx/intro/009.tilemap.lz) | bin | 16 -> 16 bytes | |||
-rw-r--r-- | gfx/intro/010.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/010.tilemap.lz.2717d106 (renamed from gfx/intro/010.tilemap.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/intro/011.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/011.tilemap.lz.bb066632 (renamed from gfx/intro/011.tilemap.lz) | bin | 96 -> 96 bytes | |||
-rw-r--r-- | gfx/intro/012.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/012.tilemap.lz.bc182264 (renamed from gfx/intro/012.tilemap.lz) | bin | 208 -> 208 bytes | |||
-rw-r--r-- | gfx/intro/013.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/013.tilemap.lz.18e3115f (renamed from gfx/intro/013.tilemap.lz) | bin | 80 -> 80 bytes | |||
-rw-r--r-- | gfx/intro/014.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/014.tilemap.lz.7b59259d (renamed from gfx/intro/014.tilemap.lz) | bin | 208 -> 208 bytes | |||
-rw-r--r-- | gfx/intro/015.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/015.tilemap.lz.1bfc5a89 (renamed from gfx/intro/015.tilemap.lz) | bin | 48 -> 48 bytes | |||
-rw-r--r-- | gfx/intro/017.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/intro/017.tilemap.lz.e4772015 (renamed from gfx/intro/017.tilemap.lz) | bin | 64 -> 64 bytes | |||
-rw-r--r-- | gfx/intro/background.2bpp.lz.b58b3984 (renamed from gfx/intro/background.2bpp.lz) | bin | 496 -> 496 bytes | |||
-rw-r--r-- | gfx/intro/background.png | bin | 0 -> 563 bytes | |||
-rw-r--r-- | gfx/intro/crystal_unowns.2bpp.lz.e7f8ad51 (renamed from gfx/intro/crystal_unowns.2bpp.lz) | bin | 256 -> 256 bytes | |||
-rw-r--r-- | gfx/intro/crystal_unowns.png | bin | 0 -> 269 bytes | |||
-rw-r--r-- | gfx/intro/gender_screen.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/intro/gender_screen.png | bin | 0 -> 71 bytes | |||
-rw-r--r-- | gfx/intro/grass1.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/intro/grass1.png | bin | 0 -> 144 bytes | |||
-rw-r--r-- | gfx/intro/grass2.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/intro/grass2.png | bin | 0 -> 134 bytes | |||
-rw-r--r-- | gfx/intro/grass3.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/intro/grass3.png | bin | 0 -> 134 bytes | |||
-rw-r--r-- | gfx/intro/grass4.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/intro/grass4.png | bin | 0 -> 75 bytes | |||
-rw-r--r-- | gfx/intro/logo.2bpp.lz.e03ee257 (renamed from gfx/intro/logo.2bpp.lz) | bin | 1088 -> 1088 bytes | |||
-rw-r--r-- | gfx/intro/logo.png | bin | 0 -> 944 bytes | |||
-rw-r--r-- | gfx/intro/pichu_wooper.2bpp.lz.4bccf7f4 (renamed from gfx/intro/pichu_wooper.2bpp.lz) | bin | 848 -> 848 bytes | |||
-rw-r--r-- | gfx/intro/pichu_wooper.png | bin | 0 -> 709 bytes | |||
-rw-r--r-- | gfx/intro/pulse.2bpp.lz.9fb06bb6 (renamed from gfx/intro/pulse.2bpp.lz) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | gfx/intro/pulse.png | bin | 0 -> 201 bytes | |||
-rw-r--r-- | gfx/intro/suicune_back.2bpp.lz.c6f529b0 (renamed from gfx/intro/suicune_back.2bpp.lz) | bin | 928 -> 928 bytes | |||
-rw-r--r-- | gfx/intro/suicune_back.png | bin | 0 -> 881 bytes | |||
-rw-r--r-- | gfx/intro/suicune_close.2bpp.lz.7e362923 (renamed from gfx/intro/suicune_close.2bpp.lz) | bin | 1056 -> 1056 bytes | |||
-rw-r--r-- | gfx/intro/suicune_close.png | bin | 0 -> 978 bytes | |||
-rw-r--r-- | gfx/intro/suicune_jump.2bpp.lz.1b09fb64 (renamed from gfx/intro/suicune_jump.2bpp.lz) | bin | 1216 -> 1216 bytes | |||
-rw-r--r-- | gfx/intro/suicune_jump.png | bin | 0 -> 1112 bytes | |||
-rw-r--r-- | gfx/intro/suicune_run.2bpp.lz.ef999ad2 (renamed from gfx/intro/suicune_run.2bpp.lz) | bin | 976 -> 976 bytes | |||
-rw-r--r-- | gfx/intro/suicune_run.png | bin | 0 -> 792 bytes | |||
-rw-r--r-- | gfx/intro/unown_back.2bpp.lz.740c4d28 (renamed from gfx/intro/unown_back.2bpp.lz) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | gfx/intro/unown_back.png | bin | 0 -> 355 bytes | |||
-rw-r--r-- | gfx/intro/unowns.2bpp.lz.3a1f185e (renamed from gfx/intro/unowns.2bpp.lz) | bin | 1008 -> 1008 bytes | |||
-rw-r--r-- | gfx/intro/unowns.png | bin | 0 -> 904 bytes | |||
-rwxr-xr-x | gfx/mail.asm | 54 | ||||
-rw-r--r-- | gfx/mail/0b9926.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9926.png | bin | 0 -> 74 bytes | |||
-rw-r--r-- | gfx/mail/0b992e.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b992e.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | gfx/mail/0b9936.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b9936.png | bin | 0 -> 86 bytes | |||
-rw-r--r-- | gfx/mail/0b993e.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b993e.png | bin | 0 -> 76 bytes | |||
-rw-r--r-- | gfx/mail/0b9946.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b9946.png | bin | 0 -> 86 bytes | |||
-rw-r--r-- | gfx/mail/0b994e.1bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b994e.png | bin | 0 -> 91 bytes | |||
-rw-r--r-- | gfx/mail/0b995e.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b995e.png | bin | 0 -> 74 bytes | |||
-rw-r--r-- | gfx/mail/0b9966.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9966.png | bin | 0 -> 80 bytes | |||
-rw-r--r-- | gfx/mail/0b996e.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b996e.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | gfx/mail/0b9976.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9976.png | bin | 0 -> 88 bytes | |||
-rw-r--r-- | gfx/mail/0b997e.1bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b997e.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | gfx/mail/0b998e.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b998e.png | bin | 0 -> 77 bytes | |||
-rw-r--r-- | gfx/mail/0b9996.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9996.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/mail/0b99c6.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b99c6.png | bin | 0 -> 131 bytes | |||
-rw-r--r-- | gfx/mail/0b99f6.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b99f6.png | bin | 0 -> 136 bytes | |||
-rw-r--r-- | gfx/mail/0b9a26.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9a26.png | bin | 0 -> 117 bytes | |||
-rw-r--r-- | gfx/mail/0b9a56.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9a56.png | bin | 0 -> 128 bytes | |||
-rw-r--r-- | gfx/mail/0b9a86.1bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9a86.png | bin | 0 -> 120 bytes | |||
-rw-r--r-- | gfx/mail/0b9ab6.1bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9ab6.png | bin | 0 -> 230 bytes | |||
-rw-r--r-- | gfx/mail/0b9b46.1bpp | bin | 136 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9b46.png | bin | 0 -> 393 bytes | |||
-rw-r--r-- | gfx/mail/0b9bce.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9bce.png | bin | 0 -> 116 bytes | |||
-rw-r--r-- | gfx/mail/0b9bee.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b9bee.png | bin | 0 -> 92 bytes | |||
-rw-r--r-- | gfx/mail/0b9bfe.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9bfe.png | bin | 0 -> 119 bytes | |||
-rw-r--r-- | gfx/mail/0b9c1e.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9c1e.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | gfx/mail/0b9c3e.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9c3e.png | bin | 0 -> 110 bytes | |||
-rw-r--r-- | gfx/mail/0b9c5e.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9c5e.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | gfx/mail/0b9c7e.1bpp | bin | 24 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9c7e.png | bin | 0 -> 221 bytes | |||
-rw-r--r-- | gfx/mail/0b9c96.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9c9e.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9c9e.png | bin | 0 -> 103 bytes | |||
-rw-r--r-- | gfx/mail/0b9cbe.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9cbe.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | gfx/mail/0b9cde.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9cde.png | bin | 0 -> 106 bytes | |||
-rw-r--r-- | gfx/mail/0b9cfe.1bpp | bin | 24 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9cfe.png | bin | 0 -> 220 bytes | |||
-rw-r--r-- | gfx/mail/0b9d16.1bpp | bin | 16 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9d16.png | bin | 0 -> 220 bytes | |||
-rw-r--r-- | gfx/mail/0b9d26.1bpp | bin | 24 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9d3e.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9d46.1bpp | bin | 48 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9d46.png | bin | 0 -> 287 bytes | |||
-rw-r--r-- | gfx/mail/0b9d76.1bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9d86.1bpp | bin | 48 -> 0 bytes | |||
-rwxr-xr-x | gfx/mail/0b9d86.png | bin | 0 -> 310 bytes | |||
-rw-r--r-- | gfx/mail/0b9db6.1bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9dc6.1bpp | 1 | ||||
-rwxr-xr-x | gfx/mail/0b9dc6.png | bin | 0 -> 292 bytes | |||
-rw-r--r-- | gfx/mail/0b9dce.1bpp | bin | 40 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9df6.1bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9e06.1bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9e06.png | bin | 0 -> 107 bytes | |||
-rw-r--r-- | gfx/mail/0b9e26.1bpp | 1 | ||||
-rw-r--r-- | gfx/mail/0b9e26.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/mail/0b9e4e.1bpp | bin | 40 -> 0 bytes | |||
-rw-r--r-- | gfx/mail/0b9e4e.png | bin | 0 -> 93 bytes | |||
-rw-r--r-- | gfx/misc/boulderdust.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/boulderdust.png | bin | 0 -> 106 bytes | |||
-rw-r--r-- | gfx/misc/card_right_corner.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/card_right_corner.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/misc/card_status.2bpp | bin | 96 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/card_status.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/misc/chris.7x7.2bpp | bin | 784 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/chris.png | bin | 0 -> 417 bytes | |||
-rw-r--r-- | gfx/misc/chris_card.5x7.2bpp | bin | 560 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/chris_card.png | bin | 0 -> 412 bytes | |||
-rw-r--r-- | gfx/misc/copyright.2bpp | bin | 464 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/copyright.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | gfx/misc/cut_grass.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/cut_grass.png | bin | 0 -> 134 bytes | |||
-rw-r--r-- | gfx/misc/cut_tree.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/cut_tree.png | bin | 0 -> 140 bytes | |||
-rw-r--r-- | gfx/misc/dude.2bpp.lz.d13fb490 (renamed from gfx/misc/dude.6x6.2bpp.lz) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | gfx/misc/dude.png | bin | 0 -> 375 bytes | |||
-rw-r--r-- | gfx/misc/fast_ship.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/fast_ship.png | bin | 0 -> 154 bytes | |||
-rw-r--r-- | gfx/misc/fishing2.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/fishing2.png | bin | 0 -> 103 bytes | |||
-rw-r--r-- | gfx/misc/fishing4.2bpp | 1 | ||||
-rw-r--r-- | gfx/misc/fishing4.png | bin | 0 -> 88 bytes | |||
-rw-r--r-- | gfx/misc/gbc_only.2bpp.lz.4a5bba0e (renamed from gfx/misc/gbc_only.w112.2bpp.lz) | bin | 1350 -> 1350 bytes | |||
-rw-r--r-- | gfx/misc/gbc_only.png | bin | 0 -> 896 bytes | |||
-rw-r--r-- | gfx/misc/kris.7x7.2bpp | bin | 784 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/kris.png | bin | 0 -> 418 bytes | |||
-rw-r--r-- | gfx/misc/kris_back.6x6.2bpp | bin | 576 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/kris_back.png | bin | 0 -> 484 bytes | |||
-rw-r--r-- | gfx/misc/kris_card.5x7.2bpp | bin | 560 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/kris_card.png | bin | 0 -> 414 bytes | |||
-rw-r--r-- | gfx/misc/leaders.png | bin | 0 -> 958 bytes | |||
-rw-r--r-- | gfx/misc/leaders.w24.2bpp | bin | 1376 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/mobile_adapter.2bpp | bin | 3232 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/mobile_adapter.png | bin | 0 -> 1633 bytes | |||
-rw-r--r-- | gfx/misc/mystery_gift.2bpp | bin | 1072 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/mystery_gift.png | bin | 0 -> 747 bytes | |||
-rw-r--r-- | gfx/misc/mystery_gift_jp.2bpp | bin | 1152 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/mystery_gift_jp.png | bin | 0 -> 686 bytes | |||
-rw-r--r-- | gfx/misc/pack.png | bin | 373 -> 282 bytes | |||
-rw-r--r-- | gfx/misc/pack_menu.2bpp | bin | 1280 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/pack_menu.png | bin | 0 -> 360 bytes | |||
-rw-r--r-- | gfx/misc/player.2bpp.lz.0312ddce (renamed from gfx/misc/player.6x6.2bpp.lz) | bin | 400 -> 400 bytes | |||
-rw-r--r-- | gfx/misc/player.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | gfx/misc/pokegear.2bpp.lz.42315ab4 (renamed from gfx/misc/pokegear.2bpp.lz) | bin | 740 -> 740 bytes | |||
-rw-r--r-- | gfx/misc/pokegear.png | bin | 0 -> 388 bytes | |||
-rw-r--r-- | gfx/misc/pokegear_sprites.2bpp.lz.7a3cc91f (renamed from gfx/misc/pokegear_sprites.2bpp.lz) | bin | 48 -> 48 bytes | |||
-rw-r--r-- | gfx/misc/pokegear_sprites.png | bin | 0 -> 133 bytes | |||
-rw-r--r-- | gfx/misc/sgb_border.2bpp | bin | 928 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/sgb_border.png | bin | 0 -> 632 bytes | |||
-rw-r--r-- | gfx/misc/shadow.2bpp | 1 | ||||
-rw-r--r-- | gfx/misc/shadow.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | gfx/misc/town_map.2bpp.lz.c0587c86 (renamed from gfx/misc/town_map.2bpp.lz) | bin | 772 -> 772 bytes | |||
-rw-r--r-- | gfx/misc/town_map.png | bin | 0 -> 464 bytes | |||
-rw-r--r-- | gfx/misc/trainer_card.2bpp | bin | 96 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/trainer_card.png | bin | 0 -> 135 bytes | |||
-rw-r--r-- | gfx/misc/unknown_egg.2bpp.lz.a5b6cbfa (renamed from gfx/misc/unknown_egg.5x5.2bpp.lz) | bin | 146 -> 146 bytes | |||
-rw-r--r-- | gfx/misc/unknown_egg.png | bin | 0 -> 219 bytes | |||
-rw-r--r-- | gfx/misc/unown_font.2bpp | bin | 432 -> 0 bytes | |||
-rw-r--r-- | gfx/misc/unown_font.png | bin | 0 -> 294 bytes | |||
-rw-r--r-- | gfx/mobile/havewant.2bpp | bin | 2304 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/havewant.png | bin | 0 -> 957 bytes | |||
-rw-r--r-- | gfx/mobile/hp.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/hp.png | bin | 0 -> 84 bytes | |||
-rw-r--r-- | gfx/mobile/lv.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/lv.png | bin | 0 -> 79 bytes | |||
-rw-r--r-- | gfx/mobile/overworld_phone_icon.2bpp | 1 | ||||
-rw-r--r-- | gfx/mobile/overworld_phone_icon.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/mobile/phone_tiles.2bpp | bin | 304 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/phone_tiles.png | bin | 0 -> 264 bytes | |||
-rw-r--r-- | gfx/mobile/pokemon_news.2bpp | bin | 1152 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/pokemon_news.png | bin | 0 -> 571 bytes | |||
-rw-r--r-- | gfx/mobile/select.2bpp | bin | 512 -> 0 bytes | |||
-rw-r--r-- | gfx/mobile/select.png | bin | 0 -> 162 bytes | |||
-rw-r--r-- | gfx/overworld/000.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/000.png | bin | 0 -> 300 bytes | |||
-rw-r--r-- | gfx/overworld/001.2bpp | 2 | ||||
-rw-r--r-- | gfx/overworld/001.png | bin | 0 -> 373 bytes | |||
-rw-r--r-- | gfx/overworld/002.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/002.png | bin | 0 -> 209 bytes | |||
-rw-r--r-- | gfx/overworld/003.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/003.png | bin | 0 -> 300 bytes | |||
-rw-r--r-- | gfx/overworld/004.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/004.png | bin | 0 -> 305 bytes | |||
-rw-r--r-- | gfx/overworld/005.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/005.png | bin | 0 -> 294 bytes | |||
-rw-r--r-- | gfx/overworld/006.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/006.png | bin | 0 -> 321 bytes | |||
-rw-r--r-- | gfx/overworld/007.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/007.png | bin | 0 -> 307 bytes | |||
-rw-r--r-- | gfx/overworld/008.2bpp | 7 | ||||
-rw-r--r-- | gfx/overworld/008.png | bin | 0 -> 319 bytes | |||
-rw-r--r-- | gfx/overworld/009.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/009.png | bin | 0 -> 259 bytes | |||
-rw-r--r-- | gfx/overworld/010.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/010.png | bin | 0 -> 309 bytes | |||
-rw-r--r-- | gfx/overworld/011.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/011.png | bin | 0 -> 253 bytes | |||
-rw-r--r-- | gfx/overworld/012.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/012.png | bin | 0 -> 304 bytes | |||
-rw-r--r-- | gfx/overworld/013.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/013.png | bin | 0 -> 281 bytes | |||
-rw-r--r-- | gfx/overworld/014.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/014.png | bin | 0 -> 277 bytes | |||
-rw-r--r-- | gfx/overworld/015.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/015.png | bin | 0 -> 314 bytes | |||
-rw-r--r-- | gfx/overworld/016.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/016.png | bin | 0 -> 216 bytes | |||
-rw-r--r-- | gfx/overworld/017.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/017.png | bin | 0 -> 303 bytes | |||
-rw-r--r-- | gfx/overworld/018.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/018.png | bin | 0 -> 298 bytes | |||
-rw-r--r-- | gfx/overworld/019.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/019.png | bin | 0 -> 277 bytes | |||
-rw-r--r-- | gfx/overworld/020.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/020.png | bin | 0 -> 282 bytes | |||
-rw-r--r-- | gfx/overworld/021.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/021.png | bin | 0 -> 276 bytes | |||
-rw-r--r-- | gfx/overworld/022.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/022.png | bin | 0 -> 293 bytes | |||
-rw-r--r-- | gfx/overworld/023.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/023.png | bin | 0 -> 298 bytes | |||
-rw-r--r-- | gfx/overworld/024.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/024.png | bin | 0 -> 350 bytes | |||
-rw-r--r-- | gfx/overworld/025.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/025.png | bin | 0 -> 276 bytes | |||
-rw-r--r-- | gfx/overworld/026.2bpp | 2 | ||||
-rw-r--r-- | gfx/overworld/026.png | bin | 0 -> 207 bytes | |||
-rw-r--r-- | gfx/overworld/027.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/027.png | bin | 0 -> 286 bytes | |||
-rw-r--r-- | gfx/overworld/028.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/028.png | bin | 0 -> 274 bytes | |||
-rw-r--r-- | gfx/overworld/029.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/029.png | bin | 0 -> 287 bytes | |||
-rw-r--r-- | gfx/overworld/030.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/030.png | bin | 0 -> 277 bytes | |||
-rw-r--r-- | gfx/overworld/031.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/031.png | bin | 0 -> 233 bytes | |||
-rw-r--r-- | gfx/overworld/032.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/032.png | bin | 0 -> 253 bytes | |||
-rw-r--r-- | gfx/overworld/033.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/033.png | bin | 0 -> 260 bytes | |||
-rw-r--r-- | gfx/overworld/034.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/034.png | bin | 0 -> 286 bytes | |||
-rw-r--r-- | gfx/overworld/035.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/035.png | bin | 0 -> 349 bytes | |||
-rw-r--r-- | gfx/overworld/036.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/036.png | bin | 0 -> 237 bytes | |||
-rw-r--r-- | gfx/overworld/037.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/037.png | bin | 0 -> 254 bytes | |||
-rw-r--r-- | gfx/overworld/038.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/038.png | bin | 0 -> 281 bytes | |||
-rw-r--r-- | gfx/overworld/039.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/039.png | bin | 0 -> 305 bytes | |||
-rw-r--r-- | gfx/overworld/040.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/040.png | bin | 0 -> 283 bytes | |||
-rw-r--r-- | gfx/overworld/041.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/041.png | bin | 0 -> 263 bytes | |||
-rw-r--r-- | gfx/overworld/042.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/042.png | bin | 0 -> 293 bytes | |||
-rw-r--r-- | gfx/overworld/043.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/043.png | bin | 0 -> 296 bytes | |||
-rw-r--r-- | gfx/overworld/044.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/044.png | bin | 0 -> 289 bytes | |||
-rw-r--r-- | gfx/overworld/045.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/045.png | bin | 0 -> 264 bytes | |||
-rw-r--r-- | gfx/overworld/046.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/046.png | bin | 0 -> 338 bytes | |||
-rw-r--r-- | gfx/overworld/047.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/047.png | bin | 0 -> 360 bytes | |||
-rw-r--r-- | gfx/overworld/048.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/048.png | bin | 0 -> 303 bytes | |||
-rw-r--r-- | gfx/overworld/049.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/049.png | bin | 0 -> 328 bytes | |||
-rw-r--r-- | gfx/overworld/050.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/050.png | bin | 0 -> 183 bytes | |||
-rw-r--r-- | gfx/overworld/051.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/051.png | bin | 0 -> 443 bytes | |||
-rw-r--r-- | gfx/overworld/052.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/052.png | bin | 0 -> 247 bytes | |||
-rw-r--r-- | gfx/overworld/053.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/053.png | bin | 0 -> 253 bytes | |||
-rw-r--r-- | gfx/overworld/054.2bpp | bin | 192 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/054.png | bin | 0 -> 210 bytes | |||
-rw-r--r-- | gfx/overworld/055.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/055.png | bin | 0 -> 266 bytes | |||
-rw-r--r-- | gfx/overworld/056.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/056.png | bin | 0 -> 292 bytes | |||
-rw-r--r-- | gfx/overworld/057.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/057.png | bin | 0 -> 308 bytes | |||
-rw-r--r-- | gfx/overworld/058.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/058.png | bin | 0 -> 269 bytes | |||
-rw-r--r-- | gfx/overworld/059.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/059.png | bin | 0 -> 283 bytes | |||
-rw-r--r-- | gfx/overworld/060.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/060.png | bin | 0 -> 305 bytes | |||
-rw-r--r-- | gfx/overworld/061.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/061.png | bin | 0 -> 305 bytes | |||
-rw-r--r-- | gfx/overworld/062.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/062.png | bin | 0 -> 250 bytes | |||
-rw-r--r-- | gfx/overworld/063.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/063.png | bin | 0 -> 264 bytes | |||
-rw-r--r-- | gfx/overworld/064.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/064.png | bin | 0 -> 279 bytes | |||
-rw-r--r-- | gfx/overworld/065.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/065.png | bin | 0 -> 237 bytes | |||
-rw-r--r-- | gfx/overworld/066.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/066.png | bin | 0 -> 285 bytes | |||
-rw-r--r-- | gfx/overworld/067.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/067.png | bin | 0 -> 305 bytes | |||
-rw-r--r-- | gfx/overworld/068.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/068.png | bin | 0 -> 139 bytes | |||
-rw-r--r-- | gfx/overworld/069.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/069.png | bin | 0 -> 227 bytes | |||
-rw-r--r-- | gfx/overworld/070.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/070.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | gfx/overworld/071.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/071.png | bin | 0 -> 295 bytes | |||
-rw-r--r-- | gfx/overworld/072.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/072.png | bin | 0 -> 307 bytes | |||
-rw-r--r-- | gfx/overworld/073.2bpp | 2 | ||||
-rw-r--r-- | gfx/overworld/073.png | bin | 0 -> 346 bytes | |||
-rw-r--r-- | gfx/overworld/074.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/074.png | bin | 0 -> 292 bytes | |||
-rw-r--r-- | gfx/overworld/075.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/075.png | bin | 0 -> 350 bytes | |||
-rw-r--r-- | gfx/overworld/076.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/076.png | bin | 0 -> 317 bytes | |||
-rw-r--r-- | gfx/overworld/077.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/077.png | bin | 0 -> 354 bytes | |||
-rw-r--r-- | gfx/overworld/078.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/078.png | bin | 0 -> 327 bytes | |||
-rw-r--r-- | gfx/overworld/079.2bpp | bin | 192 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/079.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | gfx/overworld/080.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/080.png | bin | 0 -> 142 bytes | |||
-rw-r--r-- | gfx/overworld/081.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/081.png | bin | 0 -> 180 bytes | |||
-rw-r--r-- | gfx/overworld/082.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/082.png | bin | 0 -> 355 bytes | |||
-rw-r--r-- | gfx/overworld/083.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/083.png | bin | 0 -> 119 bytes | |||
-rw-r--r-- | gfx/overworld/084.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/084.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/overworld/085.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/085.png | bin | 0 -> 111 bytes | |||
-rw-r--r-- | gfx/overworld/086.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/086.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | gfx/overworld/087.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/087.png | bin | 0 -> 141 bytes | |||
-rw-r--r-- | gfx/overworld/088.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/088.png | bin | 0 -> 146 bytes | |||
-rw-r--r-- | gfx/overworld/089.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/089.png | bin | 0 -> 143 bytes | |||
-rw-r--r-- | gfx/overworld/090.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/090.png | bin | 0 -> 109 bytes | |||
-rw-r--r-- | gfx/overworld/091.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/091.png | bin | 0 -> 110 bytes | |||
-rw-r--r-- | gfx/overworld/092.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/092.png | bin | 0 -> 148 bytes | |||
-rw-r--r-- | gfx/overworld/093.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/093.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/overworld/094.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/094.png | bin | 0 -> 120 bytes | |||
-rw-r--r-- | gfx/overworld/095.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/095.png | bin | 0 -> 308 bytes | |||
-rw-r--r-- | gfx/overworld/096.2bpp | 2 | ||||
-rw-r--r-- | gfx/overworld/096.png | bin | 0 -> 414 bytes | |||
-rw-r--r-- | gfx/overworld/097.2bpp | 2 | ||||
-rw-r--r-- | gfx/overworld/097.png | bin | 0 -> 224 bytes | |||
-rw-r--r-- | gfx/overworld/098.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/098.png | bin | 0 -> 140 bytes | |||
-rw-r--r-- | gfx/overworld/099.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/099.png | bin | 0 -> 144 bytes | |||
-rw-r--r-- | gfx/overworld/100.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/100.png | bin | 0 -> 145 bytes | |||
-rw-r--r-- | gfx/overworld/101.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/101.png | bin | 0 -> 214 bytes | |||
-rw-r--r-- | gfx/overworld/chris_fish.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/chris_fish.png | bin | 0 -> 190 bytes | |||
-rw-r--r-- | gfx/overworld/kris_fish.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/kris_fish.png | bin | 0 -> 193 bytes | |||
-rw-r--r-- | gfx/overworld/trainer_battle_pokeball_tiles.2bpp | 1 | ||||
-rw-r--r-- | gfx/overworld/trainer_battle_pokeball_tiles.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/pc.2bpp.lz.2201c1aa (renamed from gfx/pc.2bpp.lz) | bin | 132 -> 132 bytes | |||
-rw-r--r-- | gfx/pc.png | bin | 0 -> 115 bytes | |||
-rw-r--r-- | gfx/pc_mail.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/pc_mail.png | bin | 0 -> 114 bytes | |||
-rw-r--r-- | gfx/pokedex/pokedex.2bpp.lz.3726dd3f (renamed from gfx/pokedex/pokedex.2bpp.lz) | bin | 418 -> 418 bytes | |||
-rw-r--r-- | gfx/pokedex/pokedex.png | bin | 0 -> 433 bytes | |||
-rw-r--r-- | gfx/pokedex/select_start.2bpp | 1 | ||||
-rw-r--r-- | gfx/pokedex/select_start.png | bin | 0 -> 130 bytes | |||
-rw-r--r-- | gfx/pokedex/sgb.2bpp.lz.82bc0a7b (renamed from gfx/pokedex/sgb.2bpp.lz) | bin | 420 -> 420 bytes | |||
-rw-r--r-- | gfx/pokedex/sgb.png | bin | 0 -> 429 bytes | |||
-rw-r--r-- | gfx/pokedex/slowpoke.2bpp.lz.49a91b42 (renamed from gfx/pokedex/slowpoke.2bpp.lz) | bin | 884 -> 884 bytes | |||
-rw-r--r-- | gfx/pokedex/slowpoke.png | bin | 0 -> 391 bytes | |||
-rw-r--r-- | gfx/pokegear/dexmap_nest_icon.2bpp | 1 | ||||
-rw-r--r-- | gfx/pokegear/dexmap_nest_icon.png | bin | 0 -> 86 bytes | |||
-rw-r--r-- | gfx/pokegear/flymap_label_border.2bpp | bin | 48 -> 0 bytes | |||
-rw-r--r-- | gfx/pokegear/flymap_label_border.png | bin | 0 -> 121 bytes | |||
-rw-r--r-- | gfx/shrink1.2bpp.lz.d4443930 (renamed from gfx/shrink1.2bpp.lz) | bin | 144 -> 144 bytes | |||
-rw-r--r-- | gfx/shrink1.png | bin | 0 -> 188 bytes | |||
-rw-r--r-- | gfx/shrink2.2bpp.lz.3f58480a (renamed from gfx/shrink2.2bpp.lz) | bin | 64 -> 64 bytes | |||
-rw-r--r-- | gfx/shrink2.png | bin | 0 -> 156 bytes | |||
-rw-r--r-- | gfx/slots_1.2bpp.lz.b22ddc13 (renamed from gfx/slots_1.2bpp.lz) | bin | 384 -> 384 bytes | |||
-rw-r--r-- | gfx/slots_1.png | bin | 0 -> 446 bytes | |||
-rw-r--r-- | gfx/slots_2.2bpp.lz.b28f76e3 (renamed from gfx/slots_2.2bpp.lz) | bin | 608 -> 608 bytes | |||
-rw-r--r-- | gfx/slots_2.png | bin | 0 -> 664 bytes | |||
-rw-r--r-- | gfx/slots_3.2bpp.lz.70c2984c (renamed from gfx/slots_3.2bpp.lz) | bin | 528 -> 528 bytes | |||
-rwxr-xr-x | gfx/slots_3.png | bin | 0 -> 1916 bytes | |||
-rw-r--r-- | gfx/special/celebi/1.2bpp | 1 | ||||
-rw-r--r-- | gfx/special/celebi/1.png | bin | 0 -> 148 bytes | |||
-rw-r--r-- | gfx/special/celebi/2.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/special/celebi/2.png | bin | 0 -> 148 bytes | |||
-rw-r--r-- | gfx/special/celebi/3.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/special/celebi/3.png | bin | 0 -> 148 bytes | |||
-rw-r--r-- | gfx/special/celebi/4.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/special/celebi/4.png | bin | 0 -> 148 bytes | |||
-rw-r--r-- | gfx/special/celebi/leaf.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/special/celebi/leaf.png | bin | 0 -> 134 bytes | |||
-rw-r--r-- | gfx/splash/logo.1bpp | bin | 224 -> 0 bytes | |||
-rwxr-xr-x | gfx/splash/logo1.png | bin | 0 -> 385 bytes | |||
-rwxr-xr-x | gfx/splash/logo2.png | bin | 0 -> 172 bytes | |||
-rw-r--r-- | gfx/stats/shiny.2bpp | 1 | ||||
-rw-r--r-- | gfx/stats/shiny.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/tilesets/00.2bpp.lz.0c7e555a (renamed from gfx/tilesets/00.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/00.png | bin | 0 -> 2084 bytes | |||
-rw-r--r-- | gfx/tilesets/01.2bpp.lz.0c7e555a (renamed from gfx/tilesets/01.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/01.png | bin | 0 -> 2084 bytes | |||
-rw-r--r-- | gfx/tilesets/02.2bpp.lz.391603fb (renamed from gfx/tilesets/02.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/02.png | bin | 0 -> 2341 bytes | |||
-rw-r--r-- | gfx/tilesets/03.2bpp.lz.a29f5d51 (renamed from gfx/tilesets/03.2bpp.lz) | bin | 1542 -> 1542 bytes | |||
-rw-r--r-- | gfx/tilesets/03.png | bin | 0 -> 1316 bytes | |||
-rw-r--r-- | gfx/tilesets/04.2bpp.lz.391603fb (renamed from gfx/tilesets/04.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/04.png | bin | 0 -> 2341 bytes | |||
-rw-r--r-- | gfx/tilesets/05.2bpp.lz.c848ef13 (renamed from gfx/tilesets/05.2bpp.lz) | bin | 1200 -> 1200 bytes | |||
-rw-r--r-- | gfx/tilesets/05.png | bin | 0 -> 1264 bytes | |||
-rw-r--r-- | gfx/tilesets/06.2bpp.lz.252cbd8f (renamed from gfx/tilesets/06.2bpp.lz) | bin | 992 -> 992 bytes | |||
-rw-r--r-- | gfx/tilesets/06.png | bin | 0 -> 1005 bytes | |||
-rw-r--r-- | gfx/tilesets/07.2bpp.lz.e1c4014c (renamed from gfx/tilesets/07.2bpp.lz) | bin | 1072 -> 1072 bytes | |||
-rw-r--r-- | gfx/tilesets/07.png | bin | 0 -> 1195 bytes | |||
-rw-r--r-- | gfx/tilesets/08.2bpp.lz.f5a55006 (renamed from gfx/tilesets/08.2bpp.lz) | bin | 1024 -> 1024 bytes | |||
-rw-r--r-- | gfx/tilesets/08.png | bin | 0 -> 1146 bytes | |||
-rw-r--r-- | gfx/tilesets/09.2bpp.lz.56b1a405 (renamed from gfx/tilesets/09.2bpp.lz) | bin | 1040 -> 1040 bytes | |||
-rw-r--r-- | gfx/tilesets/09.png | bin | 0 -> 1062 bytes | |||
-rw-r--r-- | gfx/tilesets/10.2bpp.lz.b8d0f547 (renamed from gfx/tilesets/10.2bpp.lz) | bin | 2048 -> 2048 bytes | |||
-rw-r--r-- | gfx/tilesets/10.png | bin | 0 -> 2041 bytes | |||
-rw-r--r-- | gfx/tilesets/11.2bpp.lz.454cfd8b (renamed from gfx/tilesets/11.2bpp.lz) | bin | 1056 -> 1056 bytes | |||
-rw-r--r-- | gfx/tilesets/11.png | bin | 0 -> 1131 bytes | |||
-rw-r--r-- | gfx/tilesets/12.2bpp.lz.e2e94f92 (renamed from gfx/tilesets/12.2bpp.lz) | bin | 1872 -> 1872 bytes | |||
-rw-r--r-- | gfx/tilesets/12.png | bin | 0 -> 1773 bytes | |||
-rw-r--r-- | gfx/tilesets/13.2bpp.lz.63b414d4 (renamed from gfx/tilesets/13.2bpp.lz) | bin | 1888 -> 1888 bytes | |||
-rw-r--r-- | gfx/tilesets/13.png | bin | 0 -> 2047 bytes | |||
-rw-r--r-- | gfx/tilesets/14.2bpp.lz.71d29a2f (renamed from gfx/tilesets/14.2bpp.lz) | bin | 1472 -> 1472 bytes | |||
-rw-r--r-- | gfx/tilesets/14.png | bin | 0 -> 1583 bytes | |||
-rw-r--r-- | gfx/tilesets/15.2bpp.lz.c1f2ed8f (renamed from gfx/tilesets/15.2bpp.lz) | bin | 1248 -> 1248 bytes | |||
-rw-r--r-- | gfx/tilesets/15.png | bin | 0 -> 1282 bytes | |||
-rw-r--r-- | gfx/tilesets/16.2bpp.lz.dd51d079 (renamed from gfx/tilesets/16.2bpp.lz) | bin | 1216 -> 1216 bytes | |||
-rw-r--r-- | gfx/tilesets/16.png | bin | 0 -> 1203 bytes | |||
-rw-r--r-- | gfx/tilesets/17.2bpp.lz.1600ca86 (renamed from gfx/tilesets/17.2bpp.lz) | bin | 928 -> 928 bytes | |||
-rw-r--r-- | gfx/tilesets/17.png | bin | 0 -> 1156 bytes | |||
-rw-r--r-- | gfx/tilesets/18.2bpp.lz.93800351 (renamed from gfx/tilesets/18.2bpp.lz) | bin | 2176 -> 2176 bytes | |||
-rw-r--r-- | gfx/tilesets/18.png | bin | 0 -> 2284 bytes | |||
-rw-r--r-- | gfx/tilesets/19.2bpp.lz.0c1544c1 (renamed from gfx/tilesets/19.2bpp.lz) | bin | 1136 -> 1136 bytes | |||
-rw-r--r-- | gfx/tilesets/19.png | bin | 0 -> 1226 bytes | |||
-rw-r--r-- | gfx/tilesets/20.2bpp.lz.35e51007 (renamed from gfx/tilesets/20.2bpp.lz) | bin | 1216 -> 1216 bytes | |||
-rw-r--r-- | gfx/tilesets/20.png | bin | 0 -> 1250 bytes | |||
-rw-r--r-- | gfx/tilesets/21.2bpp.lz.febbc4ec (renamed from gfx/tilesets/21.2bpp.lz) | bin | 2208 -> 2208 bytes | |||
-rw-r--r-- | gfx/tilesets/21.png | bin | 0 -> 2498 bytes | |||
-rw-r--r-- | gfx/tilesets/22.2bpp.lz.467b6a2d (renamed from gfx/tilesets/22.2bpp.lz) | bin | 832 -> 832 bytes | |||
-rw-r--r-- | gfx/tilesets/22.png | bin | 0 -> 993 bytes | |||
-rw-r--r-- | gfx/tilesets/23.2bpp.lz.bc56789c (renamed from gfx/tilesets/23.2bpp.lz) | bin | 1376 -> 1376 bytes | |||
-rw-r--r-- | gfx/tilesets/23.png | bin | 0 -> 1505 bytes | |||
-rw-r--r-- | gfx/tilesets/24.2bpp.lz.3437812a (renamed from gfx/tilesets/24.2bpp.lz) | bin | 912 -> 912 bytes | |||
-rw-r--r-- | gfx/tilesets/24.png | bin | 0 -> 1044 bytes | |||
-rw-r--r-- | gfx/tilesets/25.2bpp.lz.7fcb81d6 (renamed from gfx/tilesets/25.2bpp.lz) | bin | 1184 -> 1184 bytes | |||
-rw-r--r-- | gfx/tilesets/25.png | bin | 0 -> 1334 bytes | |||
-rw-r--r-- | gfx/tilesets/26.2bpp.lz.8b42470b (renamed from gfx/tilesets/26.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/26.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/27.2bpp.lz.27cdd9ad (renamed from gfx/tilesets/27.2bpp.lz) | bin | 1376 -> 1376 bytes | |||
-rw-r--r-- | gfx/tilesets/27.png | bin | 0 -> 1419 bytes | |||
-rw-r--r-- | gfx/tilesets/28.2bpp.lz.cace291c (renamed from gfx/tilesets/28.2bpp.lz) | bin | 976 -> 976 bytes | |||
-rw-r--r-- | gfx/tilesets/28.png | bin | 0 -> 1143 bytes | |||
-rw-r--r-- | gfx/tilesets/29.2bpp.lz.e23bc89f (renamed from gfx/tilesets/29.2bpp.lz) | bin | 2352 -> 2352 bytes | |||
-rw-r--r-- | gfx/tilesets/29.png | bin | 0 -> 2592 bytes | |||
-rw-r--r-- | gfx/tilesets/30.2bpp.lz.25b9c4b6 (renamed from gfx/tilesets/30.2bpp.lz) | bin | 832 -> 832 bytes | |||
-rw-r--r-- | gfx/tilesets/30.png | bin | 0 -> 851 bytes | |||
-rw-r--r-- | gfx/tilesets/31.2bpp.lz.6b0ac896 (renamed from gfx/tilesets/31.2bpp.lz) | bin | 976 -> 976 bytes | |||
-rw-r--r-- | gfx/tilesets/31.png | bin | 0 -> 1264 bytes | |||
-rw-r--r-- | gfx/tilesets/32.2bpp.lz.8b42470b (renamed from gfx/tilesets/32.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/32.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/33.2bpp.lz.8b42470b (renamed from gfx/tilesets/33.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/33.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/34.2bpp.lz.8b42470b (renamed from gfx/tilesets/34.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/34.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/35.2bpp.lz.8b42470b (renamed from gfx/tilesets/35.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/35.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/36.2bpp.lz.8b42470b (renamed from gfx/tilesets/36.2bpp.lz) | bin | 3080 -> 3080 bytes | |||
-rw-r--r-- | gfx/tilesets/36.png | bin | 0 -> 1909 bytes | |||
-rw-r--r-- | gfx/tilesets/flower/cgb_1.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/flower/cgb_1.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/flower/cgb_2.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/flower/cgb_2.png | bin | 0 -> 88 bytes | |||
-rw-r--r-- | gfx/tilesets/flower/dmg_1.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/flower/dmg_1.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/flower/dmg_2.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/flower/dmg_2.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/1.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/forest-tree/1.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/2.2bpp | 2 | ||||
-rw-r--r-- | gfx/tilesets/forest-tree/2.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/3.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/3.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/4.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/forest-tree/4.png | bin | 0 -> 90 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/1.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/1.png | bin | 0 -> 79 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/2.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/2.png | bin | 0 -> 81 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/3.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/3.png | bin | 0 -> 87 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/4.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/4.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/5.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/fountain/5.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/0.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/0.png | bin | 0 -> 102 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/1.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/1.png | bin | 0 -> 103 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/2.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/2.png | bin | 0 -> 143 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/3.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/3.png | bin | 0 -> 97 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/4.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/roofs/4.png | bin | 0 -> 112 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/1.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/1.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/2.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/2.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/3.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/3.png | bin | 0 -> 87 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/4.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/safari/4.png | bin | 0 -> 79 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/1.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/1.png | bin | 0 -> 137 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/10.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/10.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/2.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/2.png | bin | 0 -> 133 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/3.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/3.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/4.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/4.png | bin | 0 -> 130 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/5.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/5.png | bin | 0 -> 117 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/6.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/6.png | bin | 0 -> 116 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/7.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/7.png | bin | 0 -> 115 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/8.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/8.png | bin | 0 -> 115 bytes | |||
-rw-r--r-- | gfx/tilesets/sprout-pillar/9.2bpp | 1 | ||||
-rw-r--r-- | gfx/tilesets/sprout-pillar/9.png | bin | 0 -> 127 bytes | |||
-rw-r--r-- | gfx/tilesets/water.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/water.png | bin | 0 -> 100 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/1.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/1.png | bin | 0 -> 146 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/2.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/2.png | bin | 0 -> 145 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/3.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/3.png | bin | 0 -> 146 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/4.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/tilesets/whirlpool/4.png | bin | 0 -> 145 bytes | |||
-rw-r--r-- | gfx/title/crystal.2bpp.lz.cd5aabdd (renamed from gfx/title/crystal.w48.interleave.2bpp.lz) | bin | 496 -> 496 bytes | |||
-rw-r--r-- | gfx/title/crystal.png | bin | 0 -> 507 bytes | |||
-rw-r--r-- | gfx/title/logo.2bpp.lz.f22013e3 (renamed from gfx/title/logo.w160.t4.2bpp.lz) | bin | 2504 -> 2504 bytes | |||
-rw-r--r-- | gfx/title/logo.png | bin | 0 -> 1044 bytes | |||
-rw-r--r-- | gfx/title/old_bg.2bpp | bin | 4096 -> 0 bytes | |||
-rw-r--r-- | gfx/title/old_bg.png | bin | 0 -> 1770 bytes | |||
-rw-r--r-- | gfx/title/old_fg.2bpp | bin | 4096 -> 0 bytes | |||
-rw-r--r-- | gfx/title/old_fg.png | bin | 0 -> 691 bytes | |||
-rw-r--r-- | gfx/title/suicune.2bpp.lz.30e490d0 (renamed from gfx/title/suicune.w128.2bpp.lz) | bin | 992 -> 992 bytes | |||
-rw-r--r-- | gfx/title/suicune.png | bin | 0 -> 809 bytes | |||
-rw-r--r-- | gfx/trade/arrow.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/trade/arrow.png | bin | 0 -> 98 bytes | |||
-rw-r--r-- | gfx/trade/ball.2bpp | bin | 96 -> 0 bytes | |||
-rwxr-xr-x | gfx/trade/ball.png | bin | 0 -> 300 bytes | |||
-rw-r--r-- | gfx/trade/bubble.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/trade/bubble.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | gfx/trade/cable.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/trade/cable.png | bin | 0 -> 100 bytes | |||
-rw-r--r-- | gfx/trade/game_boy.2bpp.lz.71a5f644 (renamed from gfx/trade/game_boy.2bpp.lz) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | gfx/trade/game_boy.png | bin | 0 -> 360 bytes | |||
-rw-r--r-- | gfx/trade/poof.2bpp | bin | 192 -> 0 bytes | |||
-rw-r--r-- | gfx/trade/poof.png | bin | 0 -> 191 bytes | |||
-rw-r--r-- | gfx/trainers/beauty.2bpp.lz.c1c13787 (renamed from gfx/trainers/beauty.2bpp.lz) | bin | 396 -> 396 bytes | |||
-rw-r--r-- | gfx/trainers/beauty.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/beauty.png | bin | 0 -> 534 bytes | |||
-rw-r--r-- | gfx/trainers/biker.2bpp.lz.cb40f7cd (renamed from gfx/trainers/biker.2bpp.lz) | bin | 525 -> 525 bytes | |||
-rw-r--r-- | gfx/trainers/biker.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/biker.png | bin | 0 -> 650 bytes | |||
-rw-r--r-- | gfx/trainers/bird_keeper.2bpp.lz.1e56954c (renamed from gfx/trainers/bird_keeper.2bpp.lz) | bin | 378 -> 378 bytes | |||
-rw-r--r-- | gfx/trainers/bird_keeper.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/bird_keeper.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/blackbelt_t.2bpp.lz.4ef2481c (renamed from gfx/trainers/blackbelt_t.2bpp.lz) | bin | 526 -> 526 bytes | |||
-rw-r--r-- | gfx/trainers/blackbelt_t.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/blackbelt_t.png | bin | 0 -> 627 bytes | |||
-rw-r--r-- | gfx/trainers/blaine.2bpp.lz.00a3b6f5 (renamed from gfx/trainers/blaine.2bpp.lz) | bin | 299 -> 299 bytes | |||
-rw-r--r-- | gfx/trainers/blaine.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/blaine.png | bin | 0 -> 431 bytes | |||
-rw-r--r-- | gfx/trainers/blue.2bpp.lz.9fdbab8f (renamed from gfx/trainers/blue.2bpp.lz) | bin | 312 -> 312 bytes | |||
-rw-r--r-- | gfx/trainers/blue.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/blue.png | bin | 0 -> 430 bytes | |||
-rw-r--r-- | gfx/trainers/boarder.2bpp.lz.5d6881a8 (renamed from gfx/trainers/boarder.2bpp.lz) | bin | 484 -> 484 bytes | |||
-rw-r--r-- | gfx/trainers/boarder.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/boarder.png | bin | 0 -> 581 bytes | |||
-rw-r--r-- | gfx/trainers/brock.2bpp.lz.5bdeb7bf (renamed from gfx/trainers/brock.2bpp.lz) | bin | 281 -> 281 bytes | |||
-rw-r--r-- | gfx/trainers/brock.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/brock.png | bin | 0 -> 409 bytes | |||
-rw-r--r-- | gfx/trainers/bruno.2bpp.lz.22f3c222 (renamed from gfx/trainers/bruno.2bpp.lz) | bin | 521 -> 521 bytes | |||
-rw-r--r-- | gfx/trainers/bruno.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/bruno.png | bin | 0 -> 636 bytes | |||
-rw-r--r-- | gfx/trainers/bug_catcher.2bpp.lz.43144f97 (renamed from gfx/trainers/bug_catcher.2bpp.lz) | bin | 419 -> 419 bytes | |||
-rw-r--r-- | gfx/trainers/bug_catcher.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/bug_catcher.png | bin | 0 -> 525 bytes | |||
-rw-r--r-- | gfx/trainers/bugsy.2bpp.lz.c070450d (renamed from gfx/trainers/bugsy.2bpp.lz) | bin | 368 -> 368 bytes | |||
-rw-r--r-- | gfx/trainers/bugsy.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/bugsy.png | bin | 0 -> 500 bytes | |||
-rw-r--r-- | gfx/trainers/burglar.2bpp.lz.e063f42e (renamed from gfx/trainers/burglar.2bpp.lz) | bin | 356 -> 356 bytes | |||
-rw-r--r-- | gfx/trainers/burglar.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/burglar.png | bin | 0 -> 478 bytes | |||
-rw-r--r-- | gfx/trainers/cal.2bpp.lz.aac54a14 (renamed from gfx/trainers/cal.2bpp.lz) | bin | 349 -> 349 bytes | |||
-rw-r--r-- | gfx/trainers/cal.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/cal.png | bin | 0 -> 484 bytes | |||
-rw-r--r-- | gfx/trainers/camper.2bpp.lz.cc2357ea (renamed from gfx/trainers/camper.2bpp.lz) | bin | 352 -> 352 bytes | |||
-rw-r--r-- | gfx/trainers/camper.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/camper.png | bin | 0 -> 483 bytes | |||
-rw-r--r-- | gfx/trainers/champion.2bpp.lz.0175f5ea (renamed from gfx/trainers/champion.2bpp.lz) | bin | 532 -> 532 bytes | |||
-rw-r--r-- | gfx/trainers/champion.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/champion.png | bin | 0 -> 617 bytes | |||
-rw-r--r-- | gfx/trainers/chuck.2bpp.lz.cab13edd (renamed from gfx/trainers/chuck.2bpp.lz) | bin | 465 -> 465 bytes | |||
-rw-r--r-- | gfx/trainers/chuck.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/chuck.png | bin | 0 -> 620 bytes | |||
-rw-r--r-- | gfx/trainers/clair.2bpp.lz.a1771075 (renamed from gfx/trainers/clair.2bpp.lz) | bin | 449 -> 449 bytes | |||
-rw-r--r-- | gfx/trainers/clair.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/clair.png | bin | 0 -> 566 bytes | |||
-rw-r--r-- | gfx/trainers/cooltrainer_f.2bpp.lz.6fb1e652 (renamed from gfx/trainers/cooltrainer_f.2bpp.lz) | bin | 370 -> 370 bytes | |||
-rw-r--r-- | gfx/trainers/cooltrainer_f.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/cooltrainer_f.png | bin | 0 -> 487 bytes | |||
-rw-r--r-- | gfx/trainers/cooltrainer_m.2bpp.lz.0aa81882 (renamed from gfx/trainers/cooltrainer_m.2bpp.lz) | bin | 363 -> 363 bytes | |||
-rw-r--r-- | gfx/trainers/cooltrainer_m.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/cooltrainer_m.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/erika.2bpp.lz.58985f01 (renamed from gfx/trainers/erika.2bpp.lz) | bin | 325 -> 325 bytes | |||
-rw-r--r-- | gfx/trainers/erika.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/erika.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | gfx/trainers/executive_f.2bpp.lz.c8b5dc9c (renamed from gfx/trainers/executive_f.2bpp.lz) | bin | 292 -> 292 bytes | |||
-rw-r--r-- | gfx/trainers/executive_f.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/executive_f.png | bin | 0 -> 418 bytes | |||
-rw-r--r-- | gfx/trainers/executive_m.2bpp.lz.211746a6 (renamed from gfx/trainers/executive_m.2bpp.lz) | bin | 310 -> 310 bytes | |||
-rw-r--r-- | gfx/trainers/executive_m.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/executive_m.png | bin | 0 -> 420 bytes | |||
-rw-r--r-- | gfx/trainers/falkner.2bpp.lz.6ec6bbaf (renamed from gfx/trainers/falkner.2bpp.lz) | bin | 376 -> 376 bytes | |||
-rw-r--r-- | gfx/trainers/falkner.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/falkner.png | bin | 0 -> 507 bytes | |||
-rw-r--r-- | gfx/trainers/firebreather.2bpp.lz.a790feb1 (renamed from gfx/trainers/firebreather.2bpp.lz) | bin | 552 -> 552 bytes | |||
-rw-r--r-- | gfx/trainers/firebreather.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/firebreather.png | bin | 0 -> 660 bytes | |||
-rw-r--r-- | gfx/trainers/fisher.2bpp.lz.95bfbfd6 (renamed from gfx/trainers/fisher.2bpp.lz) | bin | 489 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/fisher.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/fisher.png | bin | 0 -> 599 bytes | |||
-rw-r--r-- | gfx/trainers/gentleman.2bpp.lz.d3d78e00 (renamed from gfx/trainers/gentleman.2bpp.lz) | bin | 310 -> 310 bytes | |||
-rw-r--r-- | gfx/trainers/gentleman.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/gentleman.png | bin | 0 -> 443 bytes | |||
-rw-r--r-- | gfx/trainers/grunt_f.2bpp.lz.522aecd7 (renamed from gfx/trainers/grunt_f.2bpp.lz) | bin | 339 -> 339 bytes | |||
-rw-r--r-- | gfx/trainers/grunt_f.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/grunt_f.png | bin | 0 -> 467 bytes | |||
-rw-r--r-- | gfx/trainers/grunt_m.2bpp.lz.916e09d2 (renamed from gfx/trainers/grunt_m.2bpp.lz) | bin | 394 -> 394 bytes | |||
-rw-r--r-- | gfx/trainers/grunt_m.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/grunt_m.png | bin | 0 -> 462 bytes | |||
-rw-r--r-- | gfx/trainers/guitarist.2bpp.lz.be5a9b71 (renamed from gfx/trainers/guitarist.2bpp.lz) | bin | 451 -> 451 bytes | |||
-rw-r--r-- | gfx/trainers/guitarist.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/guitarist.png | bin | 0 -> 575 bytes | |||
-rw-r--r-- | gfx/trainers/hiker.2bpp.lz.07a4e386 (renamed from gfx/trainers/hiker.2bpp.lz) | bin | 516 -> 516 bytes | |||
-rw-r--r-- | gfx/trainers/hiker.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/hiker.png | bin | 0 -> 632 bytes | |||
-rw-r--r-- | gfx/trainers/janine.2bpp.lz.5350f3ce (renamed from gfx/trainers/janine.2bpp.lz) | bin | 324 -> 324 bytes | |||
-rw-r--r-- | gfx/trainers/janine.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/janine.png | bin | 0 -> 472 bytes | |||
-rw-r--r-- | gfx/trainers/jasmine.2bpp.lz.dcd58308 (renamed from gfx/trainers/jasmine.2bpp.lz) | bin | 319 -> 319 bytes | |||
-rw-r--r-- | gfx/trainers/jasmine.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/jasmine.png | bin | 0 -> 457 bytes | |||
-rw-r--r-- | gfx/trainers/juggler.2bpp.lz.2d7625ba (renamed from gfx/trainers/juggler.2bpp.lz) | bin | 452 -> 452 bytes | |||
-rw-r--r-- | gfx/trainers/juggler.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/juggler.png | bin | 0 -> 572 bytes | |||
-rw-r--r-- | gfx/trainers/karen.2bpp.lz.7fc3d941 (renamed from gfx/trainers/karen.2bpp.lz) | bin | 376 -> 376 bytes | |||
-rw-r--r-- | gfx/trainers/karen.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/karen.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/kimono_girl.2bpp.lz.e8833d48 (renamed from gfx/trainers/kimono_girl.2bpp.lz) | bin | 462 -> 462 bytes | |||
-rw-r--r-- | gfx/trainers/kimono_girl.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/kimono_girl.png | bin | 0 -> 604 bytes | |||
-rw-r--r-- | gfx/trainers/koga.2bpp.lz.7a066020 (renamed from gfx/trainers/koga.2bpp.lz) | bin | 375 -> 375 bytes | |||
-rw-r--r-- | gfx/trainers/koga.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/koga.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/lass.2bpp.lz.e3726508 (renamed from gfx/trainers/lass.2bpp.lz) | bin | 428 -> 428 bytes | |||
-rw-r--r-- | gfx/trainers/lass.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/lass.png | bin | 0 -> 564 bytes | |||
-rw-r--r-- | gfx/trainers/lt_surge.2bpp.lz.4ac586d0 (renamed from gfx/trainers/lt_surge.2bpp.lz) | bin | 382 -> 382 bytes | |||
-rw-r--r-- | gfx/trainers/lt_surge.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/lt_surge.png | bin | 0 -> 531 bytes | |||
-rw-r--r-- | gfx/trainers/medium.2bpp.lz.db642b9e (renamed from gfx/trainers/medium.2bpp.lz) | bin | 495 -> 495 bytes | |||
-rw-r--r-- | gfx/trainers/medium.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/medium.png | bin | 0 -> 615 bytes | |||
-rw-r--r-- | gfx/trainers/misty.2bpp.lz.2ded1a10 (renamed from gfx/trainers/misty.2bpp.lz) | bin | 300 -> 300 bytes | |||
-rw-r--r-- | gfx/trainers/misty.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/misty.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | gfx/trainers/morty.2bpp.lz.aec5773b (renamed from gfx/trainers/morty.2bpp.lz) | bin | 323 -> 323 bytes | |||
-rw-r--r-- | gfx/trainers/morty.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/morty.png | bin | 0 -> 480 bytes | |||
-rw-r--r-- | gfx/trainers/mysticalman.2bpp.lz.35d01215 (renamed from gfx/trainers/mysticalman.2bpp.lz) | bin | 370 -> 370 bytes | |||
-rw-r--r-- | gfx/trainers/mysticalman.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/mysticalman.png | bin | 0 -> 503 bytes | |||
-rw-r--r-- | gfx/trainers/oak.2bpp.lz.91a27df3 (renamed from gfx/trainers/oak.2bpp.lz) | bin | 350 -> 350 bytes | |||
-rw-r--r-- | gfx/trainers/oak.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/oak.png | bin | 0 -> 507 bytes | |||
-rw-r--r-- | gfx/trainers/officer.2bpp.lz.630b057a (renamed from gfx/trainers/officer.2bpp.lz) | bin | 348 -> 348 bytes | |||
-rw-r--r-- | gfx/trainers/officer.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/officer.png | bin | 0 -> 432 bytes | |||
-rw-r--r-- | gfx/trainers/picnicker.2bpp.lz.6842b86a (renamed from gfx/trainers/picnicker.2bpp.lz) | bin | 322 -> 322 bytes | |||
-rw-r--r-- | gfx/trainers/picnicker.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/picnicker.png | bin | 0 -> 443 bytes | |||
-rw-r--r-- | gfx/trainers/pokefan_f.2bpp.lz.9cbd3f20 (renamed from gfx/trainers/pokefan_f.2bpp.lz) | bin | 450 -> 450 bytes | |||
-rw-r--r-- | gfx/trainers/pokefan_f.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/pokefan_f.png | bin | 0 -> 548 bytes | |||
-rw-r--r-- | gfx/trainers/pokefan_m.2bpp.lz.5bc5a3e1 (renamed from gfx/trainers/pokefan_m.2bpp.lz) | bin | 485 -> 485 bytes | |||
-rw-r--r-- | gfx/trainers/pokefan_m.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/pokefan_m.png | bin | 0 -> 599 bytes | |||
-rw-r--r-- | gfx/trainers/pokemaniac.2bpp.lz.786c5fce (renamed from gfx/trainers/pokemaniac.2bpp.lz) | bin | 448 -> 448 bytes | |||
-rw-r--r-- | gfx/trainers/pokemaniac.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/pokemaniac.png | bin | 0 -> 574 bytes | |||
-rw-r--r-- | gfx/trainers/pryce.2bpp.lz.1a98cae8 (renamed from gfx/trainers/pryce.2bpp.lz) | bin | 282 -> 282 bytes | |||
-rw-r--r-- | gfx/trainers/pryce.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/pryce.png | bin | 0 -> 422 bytes | |||
-rw-r--r-- | gfx/trainers/psychic_t.2bpp.lz.ecd603f4 (renamed from gfx/trainers/psychic_t.2bpp.lz) | bin | 342 -> 342 bytes | |||
-rw-r--r-- | gfx/trainers/psychic_t.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/psychic_t.png | bin | 0 -> 452 bytes | |||
-rw-r--r-- | gfx/trainers/red.2bpp.lz.51104ac6 (renamed from gfx/trainers/red.2bpp.lz) | bin | 320 -> 320 bytes | |||
-rw-r--r-- | gfx/trainers/red.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/red.png | bin | 0 -> 458 bytes | |||
-rw-r--r-- | gfx/trainers/rival1.2bpp.lz.e43b32ef (renamed from gfx/trainers/rival1.2bpp.lz) | bin | 350 -> 350 bytes | |||
-rw-r--r-- | gfx/trainers/rival1.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/rival1.png | bin | 0 -> 502 bytes | |||
-rw-r--r-- | gfx/trainers/rival2.2bpp.lz.562de263 (renamed from gfx/trainers/rival2.2bpp.lz) | bin | 302 -> 302 bytes | |||
-rw-r--r-- | gfx/trainers/rival2.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/rival2.png | bin | 0 -> 429 bytes | |||
-rw-r--r-- | gfx/trainers/sabrina.2bpp.lz.d09a2b46 (renamed from gfx/trainers/sabrina.2bpp.lz) | bin | 346 -> 346 bytes | |||
-rw-r--r-- | gfx/trainers/sabrina.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/sabrina.png | bin | 0 -> 484 bytes | |||
-rw-r--r-- | gfx/trainers/sage.2bpp.lz.2038324b (renamed from gfx/trainers/sage.2bpp.lz) | bin | 276 -> 276 bytes | |||
-rw-r--r-- | gfx/trainers/sage.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/sage.png | bin | 0 -> 385 bytes | |||
-rw-r--r-- | gfx/trainers/sailor.2bpp.lz.0f7f3386 (renamed from gfx/trainers/sailor.2bpp.lz) | bin | 396 -> 396 bytes | |||
-rw-r--r-- | gfx/trainers/sailor.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/sailor.png | bin | 0 -> 508 bytes | |||
-rw-r--r-- | gfx/trainers/schoolboy.2bpp.lz.6d26b31b (renamed from gfx/trainers/schoolboy.2bpp.lz) | bin | 327 -> 327 bytes | |||
-rw-r--r-- | gfx/trainers/schoolboy.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/schoolboy.png | bin | 0 -> 463 bytes | |||
-rw-r--r-- | gfx/trainers/scientist.2bpp.lz.2ef10474 (renamed from gfx/trainers/scientist.2bpp.lz) | bin | 391 -> 391 bytes | |||
-rw-r--r-- | gfx/trainers/scientist.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/scientist.png | bin | 0 -> 523 bytes | |||
-rw-r--r-- | gfx/trainers/skier.2bpp.lz.399d4240 (renamed from gfx/trainers/skier.2bpp.lz) | bin | 446 -> 446 bytes | |||
-rw-r--r-- | gfx/trainers/skier.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/skier.png | bin | 0 -> 567 bytes | |||
-rw-r--r-- | gfx/trainers/super_nerd.2bpp.lz.c5362664 (renamed from gfx/trainers/super_nerd.2bpp.lz) | bin | 321 -> 321 bytes | |||
-rw-r--r-- | gfx/trainers/super_nerd.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/super_nerd.png | bin | 0 -> 454 bytes | |||
-rw-r--r-- | gfx/trainers/swimmer_f.2bpp.lz.c60d0ad6 (renamed from gfx/trainers/swimmer_f.2bpp.lz) | bin | 349 -> 349 bytes | |||
-rw-r--r-- | gfx/trainers/swimmer_f.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/swimmer_f.png | bin | 0 -> 489 bytes | |||
-rw-r--r-- | gfx/trainers/swimmer_m.2bpp.lz.2c1a716e (renamed from gfx/trainers/swimmer_m.2bpp.lz) | bin | 373 -> 373 bytes | |||
-rw-r--r-- | gfx/trainers/swimmer_m.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/swimmer_m.png | bin | 0 -> 467 bytes | |||
-rw-r--r-- | gfx/trainers/teacher.2bpp.lz.1d131210 (renamed from gfx/trainers/teacher.2bpp.lz) | bin | 382 -> 382 bytes | |||
-rw-r--r-- | gfx/trainers/teacher.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/teacher.png | bin | 0 -> 501 bytes | |||
-rw-r--r-- | gfx/trainers/twins.2bpp.lz.462fd733 (renamed from gfx/trainers/twins.2bpp.lz) | bin | 412 -> 412 bytes | |||
-rw-r--r-- | gfx/trainers/twins.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/twins.png | bin | 0 -> 526 bytes | |||
-rw-r--r-- | gfx/trainers/whitney.2bpp.lz.dcb46ea6 (renamed from gfx/trainers/whitney.2bpp.lz) | bin | 316 -> 316 bytes | |||
-rw-r--r-- | gfx/trainers/whitney.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/whitney.png | bin | 0 -> 469 bytes | |||
-rw-r--r-- | gfx/trainers/will.2bpp.lz.842af358 (renamed from gfx/trainers/will.2bpp.lz) | bin | 328 -> 328 bytes | |||
-rw-r--r-- | gfx/trainers/will.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/will.png | bin | 0 -> 471 bytes | |||
-rw-r--r-- | gfx/trainers/youngster.2bpp.lz.4bef139d (renamed from gfx/trainers/youngster.2bpp.lz) | bin | 328 -> 328 bytes | |||
-rw-r--r-- | gfx/trainers/youngster.pal | 4 | ||||
-rw-r--r-- | gfx/trainers/youngster.png | bin | 0 -> 449 bytes | |||
-rw-r--r-- | gfx/unknown/011cb7.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/011cb7.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/unknown/011cc7.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/011cc7.png | bin | 0 -> 78 bytes | |||
-rw-r--r-- | gfx/unknown/011e5d.1bpp | 1 | ||||
-rw-r--r-- | gfx/unknown/011e5d.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/unknown/011e65.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/011e65.png | bin | 0 -> 76 bytes | |||
-rw-r--r-- | gfx/unknown/011e6d.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/011e6d.png | bin | 0 -> 74 bytes | |||
-rw-r--r-- | gfx/unknown/0123fc.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0123fc.png | bin | 0 -> 93 bytes | |||
-rw-r--r-- | gfx/unknown/016d9c.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/016d9c.png | bin | 0 -> 85 bytes | |||
-rw-r--r-- | gfx/unknown/016da4.1bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/016da4.png | bin | 0 -> 77 bytes | |||
-rw-r--r-- | gfx/unknown/017393.2bpp | 1 | ||||
-rw-r--r-- | gfx/unknown/017393.png | bin | 0 -> 107 bytes | |||
-rw-r--r-- | gfx/unknown/029f54.2bpp | bin | 144 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/029f54.png | bin | 0 -> 175 bytes | |||
-rw-r--r-- | gfx/unknown/0488c3.2bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0488c3.png | bin | 0 -> 77 bytes | |||
-rw-r--r-- | gfx/unknown/0488cb.2bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0488cb.png | bin | 0 -> 77 bytes | |||
-rw-r--r-- | gfx/unknown/049c0c.2bpp | bin | 208 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/049c0c.png | bin | 0 -> 177 bytes | |||
-rw-r--r-- | gfx/unknown/08940b.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/08940b.png | bin | 0 -> 78 bytes | |||
-rw-r--r-- | gfx/unknown/08c893.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/08c893.png | bin | 0 -> 197 bytes | |||
-rw-r--r-- | gfx/unknown/0908fb.2bpp | 1 | ||||
-rw-r--r-- | gfx/unknown/0908fb.png | bin | 0 -> 68 bytes | |||
-rw-r--r-- | gfx/unknown/090903.2bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/090903.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/unknown/09090b.2bpp | bin | 8 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/09090b.png | bin | 0 -> 82 bytes | |||
-rw-r--r-- | gfx/unknown/0e0cdb.2bpp.lz.53679db7 (renamed from gfx/unknown/0e0cdb.2bpp.lz) | bin | 27 -> 27 bytes | |||
-rw-r--r-- | gfx/unknown/0e0cdb.png | bin | 0 -> 99 bytes | |||
-rw-r--r-- | gfx/unknown/0e0cf6.2bpp | 1 | ||||
-rw-r--r-- | gfx/unknown/0e0cf6.png | bin | 0 -> 79 bytes | |||
-rw-r--r-- | gfx/unknown/0e0d06.2bpp | 1 | ||||
-rw-r--r-- | gfx/unknown/0e0d06.png | bin | 0 -> 79 bytes | |||
-rw-r--r-- | gfx/unknown/0e0d16.2bpp.lz.86f267e8 (renamed from gfx/unknown/0e0d16.2bpp.lz) | bin | 402 -> 402 bytes | |||
-rw-r--r-- | gfx/unknown/0e0d16.png | bin | 0 -> 494 bytes | |||
-rw-r--r-- | gfx/unknown/0e0ea8.2bpp.lz.6a6c671d (renamed from gfx/unknown/0e0ea8.2bpp.lz) | bin | 612 -> 612 bytes | |||
-rwxr-xr-x | gfx/unknown/0e0ea8.png | bin | 0 -> 1304 bytes | |||
-rw-r--r-- | gfx/unknown/0e2221.2bpp.lz.821ba441 (renamed from gfx/unknown/0e2221.2bpp.lz) | bin | 368 -> 368 bytes | |||
-rw-r--r-- | gfx/unknown/0e2221.png | bin | 0 -> 445 bytes | |||
-rw-r--r-- | gfx/unknown/0f89b0.2bpp | bin | 224 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0f89b0.png | bin | 0 -> 195 bytes | |||
-rw-r--r-- | gfx/unknown/0f8aa0.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0f8aa0.png | bin | 0 -> 76 bytes | |||
-rw-r--r-- | gfx/unknown/0f8ea4.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0f8ea4.png | bin | 0 -> 142 bytes | |||
-rw-r--r-- | gfx/unknown/0f8f34.png | bin | 0 -> 575 bytes | |||
-rw-r--r-- | gfx/unknown/0f8f34.w64.1bpp | bin | 720 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0f9424.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0f9424.png | bin | 0 -> 86 bytes | |||
-rw-r--r-- | gfx/unknown/0fbbbb.2bpp | bin | 32 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/0fbbbb.png | bin | 0 -> 89 bytes | |||
-rw-r--r-- | gfx/unknown/1032a2.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/1032a2.png | bin | 0 -> 94 bytes | |||
-rw-r--r-- | gfx/unknown/106514.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/106514.png | bin | 0 -> 149 bytes | |||
-rw-r--r-- | gfx/unknown/1065ad.2bpp | bin | 2064 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/1065ad.png | bin | 0 -> 752 bytes | |||
-rw-r--r-- | gfx/unknown/106dad.png | bin | 0 -> 71 bytes | |||
-rw-r--r-- | gfx/unknown/108d27.2bpp.lz.eef1e11d (renamed from gfx/unknown/108d27.2bpp.lz) | bin | 128 -> 128 bytes | |||
-rw-r--r-- | gfx/unknown/108d27.png | bin | 0 -> 205 bytes | |||
-rw-r--r-- | gfx/unknown/108da7.2bpp.lz.aad8592b (renamed from gfx/unknown/108da7.2bpp.lz) | bin | 576 -> 576 bytes | |||
-rw-r--r-- | gfx/unknown/108da7.png | bin | 0 -> 648 bytes | |||
-rw-r--r-- | gfx/unknown/108fe7.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/unknown/108fe7.tilemap.lz.12882d37 (renamed from gfx/unknown/108fe7.tilemap.lz) | bin | 192 -> 192 bytes | |||
-rw-r--r-- | gfx/unknown/1090a7.tilemap | bin | 0 -> 1024 bytes | |||
-rw-r--r-- | gfx/unknown/1090a7.tilemap.lz.ea4f2cbe (renamed from gfx/unknown/1090a7.tilemap.lz) | bin | 80 -> 80 bytes | |||
-rw-r--r-- | gfx/unknown/1091c7.2bpp | bin | 256 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/1091c7.png | bin | 0 -> 181 bytes | |||
-rw-r--r-- | gfx/unknown/1092c7.2bpp | bin | 256 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/1092c7.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | gfx/unknown/11601a.2bpp | bin | 320 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/11601a.png | bin | 0 -> 262 bytes | |||
-rw-r--r-- | gfx/unknown/16c173.2bpp | bin | 1216 -> 0 bytes | |||
-rwxr-xr-x | gfx/unknown/16c173.png | bin | 0 -> 1681 bytes | |||
-rw-r--r-- | gfx/unknown/16cca3.2bpp | bin | 768 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/16cca3.png | bin | 0 -> 453 bytes | |||
-rw-r--r-- | gfx/unknown/16cfc1.2bpp | bin | 1120 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/16cfc1.png | bin | 0 -> 542 bytes | |||
-rw-r--r-- | gfx/unknown/170d16.2bpp.lz.5d6d2ad4 (renamed from gfx/unknown/170d16.2bpp.lz) | bin | 2190 -> 2190 bytes | |||
-rw-r--r-- | gfx/unknown/170d16.png | bin | 0 -> 1939 bytes | |||
-rw-r--r-- | gfx/unknown/1715a4.2bpp.lz.3eaf004f (renamed from gfx/unknown/1715a4.2bpp.lz) | bin | 676 -> 676 bytes | |||
-rw-r--r-- | gfx/unknown/1715a4.png | bin | 0 -> 692 bytes | |||
-rwxr-xr-x | gfx/unknown/1715a4_nonmatching.png | bin | 0 -> 1422 bytes | |||
-rw-r--r-- | gfx/unknown/171848.2bpp | bin | 384 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/171848.png | bin | 0 -> 266 bytes | |||
-rw-r--r-- | gfx/unknown/171db1.2bpp | bin | 1760 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/171db1.png | bin | 0 -> 762 bytes | |||
-rw-r--r-- | gfx/unknown/172f1f.2bpp | bin | 1168 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/172f1f.png | bin | 0 -> 787 bytes | |||
-rw-r--r-- | gfx/unknown/17afa5.2bpp | bin | 2048 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/17afa5.png | bin | 0 -> 896 bytes | |||
-rw-r--r-- | gfx/unknown/17eb7e.2bpp | bin | 16 -> 0 bytes | |||
-rw-r--r-- | gfx/unknown/17eb7e.png | bin | 0 -> 78 bytes | |||
-rw-r--r-- | gfx/unknown/1dd805.2bpp.lz.7b56f7e5 (renamed from gfx/unknown/1dd805.2bpp.lz) | bin | 1094 -> 1094 bytes | |||
-rw-r--r-- | gfx/unknown/1dd805.png | bin | 0 -> 938 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/aerodactyl.2bpp.lz.f546fb5e (renamed from gfx/unown_puzzle/aerodactyl.2bpp.lz) | bin | 432 -> 432 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/aerodactyl.png | bin | 0 -> 324 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/cursor.2bpp | bin | 64 -> 0 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/cursor.png | bin | 0 -> 75 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/hooh.2bpp.lz.e440a572 (renamed from gfx/unown_puzzle/hooh.2bpp.lz) | bin | 336 -> 336 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/hooh.png | bin | 0 -> 349 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/kabuto.2bpp.lz.0ed9882d (renamed from gfx/unown_puzzle/kabuto.2bpp.lz) | bin | 240 -> 240 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/kabuto.png | bin | 0 -> 276 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/omanyte.2bpp.lz.27bfcbde (renamed from gfx/unown_puzzle/omanyte.2bpp.lz) | bin | 448 -> 448 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/omanyte.png | bin | 0 -> 335 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/start_cancel.2bpp.lz.e07fe7bd (renamed from gfx/unown_puzzle/start_cancel.2bpp.lz) | bin | 166 -> 166 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/start_cancel.png | bin | 0 -> 216 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/tile_borders.2bpp | bin | 128 -> 0 bytes | |||
-rw-r--r-- | gfx/unown_puzzle/tile_borders.png | bin | 0 -> 118 bytes | |||
-rw-r--r-- | main.asm | 16 | ||||
-rw-r--r-- | misc/gbc_only.asm | 2 | ||||
-rwxr-xr-x | misc/mobile_41.asm | 12 | ||||
-rw-r--r-- | tools/Makefile | 7 | ||||
-rw-r--r-- | tools/common.h | 37 | ||||
-rw-r--r-- | tools/gfx.c | 271 | ||||
-rw-r--r-- | tools/palette.c | 1 | ||||
-rw-r--r-- | tools/pokemon_animation.c | 1 |
1204 files changed, 432 insertions, 424 deletions
diff --git a/.gitignore b/.gitignore index 9af0a0bd4..a4639d0ca 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ pokecrystal.txt *.dimensions *.gbcpal *.2bpp +*.1bpp *.lz *.pal *.animated.tilemap diff --git a/INSTALL.md b/INSTALL.md index c68896bb6..e126c20ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,10 +56,10 @@ make To build on Windows, install [**Cygwin**](http://cygwin.com/install.html) with the default settings. -In the installer, select the following packages: `make` `git` `gettext` +In the installer, select the following packages: `make` `git` `gettext` `gcc-core` Then get [**rgbds 0.2.5**](https://github.com/rednex/rgbds/releases/). Versions 0.3.0 and later are not compatible. -Extract the archive and put `rgbasm.exe`, `rgblink.exe`, `rgbfix.exe` and `rgbgfx.exe` in `C:\cygwin64\usr\local\bin`. +Extract the archive and put all the `exe` and `dll` files individually in `C:\cygwin64\usr\local\bin`. In the **Cygwin terminal**: @@ -67,7 +67,7 @@ In the **Cygwin terminal**: git clone https://github.com/pret/pokecrystal cd pokecrystal -make tools +make tools CC=gcc ``` To build **pokecrystal.gbc**: @@ -58,10 +58,6 @@ pokecrystal.gbc: $(crystal_obj) rgbfix -Cjv -i BYTE -k 01 -l 0x33 -m 0x10 -p 0 -r 3 -t PM_CRYSTAL $@ -define LOUD -echo "$1"; $1 -endef - # For files that the compressor can't match, there will be a .lz file suffixed with the hash of the correct uncompressed file. # If the hash of the uncompressed file matches, use this .lz instead. # This allows pngs to be used for compressed graphics and still match. @@ -69,11 +65,7 @@ endef %.lz: hash = $(shell md5sum $(*D)/$(*F) | sed "s/\(.\{8\}\).*/\1/") %.lz: % $(eval filename := $@.$(hash)) - @if [ -f $(filename) ]; then \ - $(call LOUD, cp $(filename) $@); \ - else \ - $(call LOUD, tools/lzcomp $< $@); \ - fi + $(if $(wildcard $(filename)),cp $(filename) $@,tools/lzcomp $< $@) # Terrible hacks to match animations. Delete these rules if you don't care about matching. @@ -118,20 +110,82 @@ gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimens # Misc file-specific graphics rules -gfx/shrink%.2bpp: gfx/shrink%.png - rgbgfx -h -o $@ $< +gfx/shrink1.2bpp: rgbgfx += -h +gfx/shrink2.2bpp: rgbgfx += -h -gfx/trainers/%.2bpp: gfx/trainers/%.png - rgbgfx -h -o $@ $< +gfx/trainers/%.2bpp: rgbgfx += -h +gfx/trainers/%.pal: gfx/trainers/%.gbcpal + tools/palette -p $< > $@ + +gfx/mail/0b9b46.1bpp: tools/gfx += --remove-whitespace +gfx/mail/0b9d46.1bpp: tools/gfx += --remove-whitespace +gfx/mail/0b9d86.1bpp: tools/gfx += --remove-whitespace +gfx/mail/0b9dc6.1bpp: tools/gfx += --remove-whitespace +gfx/mail/0b9cfe.1bpp: tools/gfx += --remove-whitespace + +gfx/pokedex/%.2bpp: tools/gfx += --trim-whitespace + +gfx/title/crystal.2bpp: tools/gfx += --interleave --width=48 +gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64 +gfx/title/logo.2bpp: rgbgfx += -x 4 + +gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace + +gfx/slots_2.2bpp: tools/gfx += --interleave --width=16 +gfx/slots_3.2bpp: tools/gfx += --interleave --width=24 --remove-duplicates --keep-whitespace --remove-xflip +gfx/slots_3a.2bpp: tools/gfx += --interleave --width=16 +gfx/slots_3b.2bpp: tools/gfx += --interleave --width=24 --remove-duplicates --keep-whitespace --remove-xflip + +gfx/fx/angels.2bpp: tools/gfx += --trim-whitespace +gfx/fx/beam.2bpp: tools/gfx += --remove-xflip --remove-yflip --remove-whitespace +gfx/fx/bubble.2bpp: tools/gfx += --trim-whitespace +gfx/fx/charge.2bpp: tools/gfx += --trim-whitespace +gfx/fx/egg.2bpp: tools/gfx += --remove-whitespace +gfx/fx/explosion.2bpp: tools/gfx += --remove-whitespace +gfx/fx/hit.2bpp: tools/gfx += --remove-whitespace +gfx/fx/horn.2bpp: tools/gfx += --remove-whitespace +gfx/fx/lightning.2bpp: tools/gfx += --remove-whitespace +gfx/fx/misc.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/fx/noise.2bpp: tools/gfx += --remove-whitespace +gfx/fx/objects.2bpp: tools/gfx += --remove-whitespace --remove-xflip +gfx/fx/pokeball.2bpp: tools/gfx += --remove-xflip --keep-whitespace +gfx/fx/reflect.2bpp: tools/gfx += --remove-whitespace +gfx/fx/rocks.2bpp: tools/gfx += --remove-whitespace +gfx/fx/skyattack.2bpp: tools/gfx += --remove-whitespace +gfx/fx/status.2bpp: tools/gfx += --remove-whitespace + +gfx/misc/chris.2bpp: rgbgfx += -h +gfx/misc/chris_card.2bpp: rgbgfx += -h +gfx/misc/kris.2bpp: rgbgfx += -h +gfx/misc/kris_card.2bpp: rgbgfx += -h +gfx/misc/kris_back.2bpp: rgbgfx += -h +gfx/misc/dude.2bpp: rgbgfx += -h +gfx/misc/unknown_egg.2bpp: rgbgfx += -h +gfx/misc/player.2bpp: rgbgfx += -h +gfx/misc/pokegear.2bpp: rgbgfx += -x2 +gfx/misc/pokegear_sprites.2bpp: tools/gfx += --trim-whitespace + +gfx/unknown/0e0ea8.2bpp: tools/gfx += --remove-whitespace +gfx/unknown/0f8f34.1bpp: tools/gfx += --trim-whitespace +gfx/unknown/16c173.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/unknown/170d16.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/1715a4.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/1715a4_nonmatching.2bpp: tools/gfx += --remove-duplicates --remove-xflip +gfx/unknown/171db1.2bpp: tools/gfx += --trim-whitespace +gfx/unknown/172f1f.2bpp: tools/gfx += --trim-whitespace %.bin: ; %.blk: ; %.2bpp: %.png - rgbgfx -o $@ $< + rgbgfx $(rgbgfx) -o $@ $< + $(if $(tools/gfx),tools/gfx $(tools/gfx) -o $@ $@) + %.1bpp: %.png - rgbgfx -d1 -o $@ $< + rgbgfx $(rgbgfx) -d1 -o $@ $< + $(if $(tools/gfx),tools/gfx $(tools/gfx) -d1 -o $@ $@) + %.tilemap: %.png rgbgfx -t $@ $< %.gbcpal: %.png diff --git a/engine/crystal_intro.asm b/engine/crystal_intro.asm index e324ed476..1c0d7cd3e 100755 --- a/engine/crystal_intro.asm +++ b/engine/crystal_intro.asm @@ -367,7 +367,8 @@ GameFreakLogoPalettes: ; e47ac ; e47cc GameFreakLogo: ; e47cc -INCBIN "gfx/splash/logo.1bpp" +INCBIN "gfx/splash/logo1.1bpp" +INCBIN "gfx/splash/logo2.1bpp" ; e48ac CrystalIntro: ; e48ac diff --git a/engine/pokegear.asm b/engine/pokegear.asm index c6ea8ed4f..8e5697f75 100755 --- a/engine/pokegear.asm +++ b/engine/pokegear.asm @@ -2987,7 +2987,7 @@ INCBIN "gfx/misc/kanto.bin" PokedexNestIconGFX: ; 922d1 INCBIN "gfx/pokegear/dexmap_nest_icon.2bpp" FlyMapLabelBorderGFX: ; 922e1 -INCBIN "gfx/pokegear/flymap_label_border.2bpp" +INCBIN "gfx/pokegear/flymap_label_border.1bpp" ; XXX xor a diff --git a/engine/timeset.asm b/engine/timeset.asm index f828b0ff8..d560ae817 100755 --- a/engine/timeset.asm +++ b/engine/timeset.asm @@ -397,11 +397,11 @@ OakText_ResponseToSetTime: ; 0x908b8 ; 0x908fb GFX_908fb: ; 908fb -INCBIN "gfx/unknown/0908fb.2bpp" +INCBIN "gfx/unknown/0908fb.1bpp" GFX_90903: ; 90903 -INCBIN "gfx/unknown/090903.2bpp" +INCBIN "gfx/unknown/090903.1bpp" GFX_9090b: ; 9090b -INCBIN "gfx/unknown/09090b.2bpp" +INCBIN "gfx/unknown/09090b.1bpp" ; 90913 Special_SetDayOfWeek: ; 90913 diff --git a/engine/title.asm b/engine/title.asm index 787872939..36e2851d3 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -387,15 +387,15 @@ AnimateTitleCrystal: ; 10ef32 ; 10ef46 TitleSuicuneGFX: ; 10ef46 -INCBIN "gfx/title/suicune.w128.2bpp.lz" +INCBIN "gfx/title/suicune.2bpp.lz" ; 10f326 TitleLogoGFX: ; 10f326 -INCBIN "gfx/title/logo.w160.t4.2bpp.lz" +INCBIN "gfx/title/logo.2bpp.lz" ; 10fcee TitleCrystalGFX: ; 10fcee -INCBIN "gfx/title/crystal.w48.interleave.2bpp.lz" +INCBIN "gfx/title/crystal.2bpp.lz" ; 10fede TitleScreenPalettes: diff --git a/engine/trainer_card.asm b/engine/trainer_card.asm index a993ce4ba..23defe919 100755 --- a/engine/trainer_card.asm +++ b/engine/trainer_card.asm @@ -608,8 +608,8 @@ TrainerCard_JohtoBadgesOAM: ; 254c9 CardStatusGFX: INCBIN "gfx/misc/card_status.2bpp" -LeaderGFX: INCBIN "gfx/misc/leaders.w24.2bpp" -LeaderGFX2: INCBIN "gfx/misc/leaders.w24.2bpp" +LeaderGFX: INCBIN "gfx/misc/leaders.2bpp" +LeaderGFX2: INCBIN "gfx/misc/leaders.2bpp" BadgeGFX: INCBIN "gfx/misc/badges.2bpp" BadgeGFX2: INCBIN "gfx/misc/badges.2bpp" diff --git a/gfx/battle/balls.2bpp b/gfx/battle/balls.2bpp Binary files differdeleted file mode 100644 index 626c4e3e3..000000000 --- a/gfx/battle/balls.2bpp +++ /dev/null diff --git a/gfx/battle/balls.png b/gfx/battle/balls.png Binary files differnew file mode 100644 index 000000000..21bb5e372 --- /dev/null +++ b/gfx/battle/balls.png diff --git a/gfx/battle/enemy_hp_bar_border.1bpp b/gfx/battle/enemy_hp_bar_border.1bpp Binary files differdeleted file mode 100644 index 629b4770a..000000000 --- a/gfx/battle/enemy_hp_bar_border.1bpp +++ /dev/null diff --git a/gfx/battle/enemy_hp_bar_border.png b/gfx/battle/enemy_hp_bar_border.png Binary files differnew file mode 100644 index 000000000..895949688 --- /dev/null +++ b/gfx/battle/enemy_hp_bar_border.png diff --git a/gfx/battle/expbar.2bpp b/gfx/battle/expbar.2bpp Binary files differdeleted file mode 100644 index cf869d98b..000000000 --- a/gfx/battle/expbar.2bpp +++ /dev/null diff --git a/gfx/battle/expbar.png b/gfx/battle/expbar.png Binary files differnew file mode 100644 index 000000000..9fa3a2128 --- /dev/null +++ b/gfx/battle/expbar.png diff --git a/gfx/battle/expbarend.2bpp b/gfx/battle/expbarend.2bpp Binary files differdeleted file mode 100644 index 24f32e155..000000000 --- a/gfx/battle/expbarend.2bpp +++ /dev/null diff --git a/gfx/battle/expbarend.png b/gfx/battle/expbarend.png Binary files differnew file mode 100644 index 000000000..51c0e7201 --- /dev/null +++ b/gfx/battle/expbarend.png diff --git a/gfx/battle/expbarend_sgb.2bpp b/gfx/battle/expbarend_sgb.2bpp Binary files differdeleted file mode 100644 index dbeb3fdee..000000000 --- a/gfx/battle/expbarend_sgb.2bpp +++ /dev/null diff --git a/gfx/battle/expbarend_sgb.png b/gfx/battle/expbarend_sgb.png Binary files differnew file mode 100644 index 000000000..25eed4a62 --- /dev/null +++ b/gfx/battle/expbarend_sgb.png diff --git a/gfx/battle/hp_exp_bar_border.1bpp b/gfx/battle/hp_exp_bar_border.1bpp Binary files differdeleted file mode 100644 index 1e5dd7af6..000000000 --- a/gfx/battle/hp_exp_bar_border.1bpp +++ /dev/null diff --git a/gfx/battle/hp_exp_bar_border.png b/gfx/battle/hp_exp_bar_border.png Binary files differnew file mode 100644 index 000000000..f0f5d31a6 --- /dev/null +++ b/gfx/battle/hp_exp_bar_border.png diff --git a/gfx/battle/minimize.2bpp b/gfx/battle/minimize.2bpp Binary files differdeleted file mode 100644 index 66b554de4..000000000 --- a/gfx/battle/minimize.2bpp +++ /dev/null diff --git a/gfx/battle/minimize.png b/gfx/battle/minimize.png Binary files differnew file mode 100644 index 000000000..95502f194 --- /dev/null +++ b/gfx/battle/minimize.png diff --git a/gfx/debug/color_test.2bpp b/gfx/debug/color_test.2bpp Binary files differdeleted file mode 100644 index 113aa1256..000000000 --- a/gfx/debug/color_test.2bpp +++ /dev/null diff --git a/gfx/debug/color_test.png b/gfx/debug/color_test.png Binary files differnew file mode 100644 index 000000000..1c3ee326b --- /dev/null +++ b/gfx/debug/color_test.png diff --git a/gfx/emotes/bolt.2bpp b/gfx/emotes/bolt.2bpp Binary files differdeleted file mode 100644 index 019f4733c..000000000 --- a/gfx/emotes/bolt.2bpp +++ /dev/null diff --git a/gfx/emotes/bolt.png b/gfx/emotes/bolt.png Binary files differnew file mode 100644 index 000000000..0eef6ad3f --- /dev/null +++ b/gfx/emotes/bolt.png diff --git a/gfx/emotes/fish.2bpp b/gfx/emotes/fish.2bpp Binary files differdeleted file mode 100644 index 310ec1752..000000000 --- a/gfx/emotes/fish.2bpp +++ /dev/null diff --git a/gfx/emotes/fish.png b/gfx/emotes/fish.png Binary files differnew file mode 100644 index 000000000..216c9c43a --- /dev/null +++ b/gfx/emotes/fish.png diff --git a/gfx/emotes/happy.2bpp b/gfx/emotes/happy.2bpp Binary files differdeleted file mode 100644 index babc52ec6..000000000 --- a/gfx/emotes/happy.2bpp +++ /dev/null diff --git a/gfx/emotes/happy.png b/gfx/emotes/happy.png Binary files differnew file mode 100644 index 000000000..dd65f4d1a --- /dev/null +++ b/gfx/emotes/happy.png diff --git a/gfx/emotes/heart.2bpp b/gfx/emotes/heart.2bpp Binary files differdeleted file mode 100644 index 15cdc88b7..000000000 --- a/gfx/emotes/heart.2bpp +++ /dev/null diff --git a/gfx/emotes/heart.png b/gfx/emotes/heart.png Binary files differnew file mode 100644 index 000000000..166fff515 --- /dev/null +++ b/gfx/emotes/heart.png diff --git a/gfx/emotes/question.2bpp b/gfx/emotes/question.2bpp Binary files differdeleted file mode 100644 index 2408bbf44..000000000 --- a/gfx/emotes/question.2bpp +++ /dev/null diff --git a/gfx/emotes/question.png b/gfx/emotes/question.png Binary files differnew file mode 100644 index 000000000..091ddbbad --- /dev/null +++ b/gfx/emotes/question.png diff --git a/gfx/emotes/sad.2bpp b/gfx/emotes/sad.2bpp Binary files differdeleted file mode 100644 index cccdcf97a..000000000 --- a/gfx/emotes/sad.2bpp +++ /dev/null diff --git a/gfx/emotes/sad.png b/gfx/emotes/sad.png Binary files differnew file mode 100644 index 000000000..e241a5b1b --- /dev/null +++ b/gfx/emotes/sad.png diff --git a/gfx/emotes/shock.2bpp b/gfx/emotes/shock.2bpp Binary files differdeleted file mode 100644 index 351921654..000000000 --- a/gfx/emotes/shock.2bpp +++ /dev/null diff --git a/gfx/emotes/shock.png b/gfx/emotes/shock.png Binary files differnew file mode 100644 index 000000000..f15cf50fa --- /dev/null +++ b/gfx/emotes/shock.png diff --git a/gfx/emotes/sleep.2bpp b/gfx/emotes/sleep.2bpp Binary files differdeleted file mode 100644 index 1c9e26ec7..000000000 --- a/gfx/emotes/sleep.2bpp +++ /dev/null diff --git a/gfx/emotes/sleep.png b/gfx/emotes/sleep.png Binary files differnew file mode 100644 index 000000000..41c958f74 --- /dev/null +++ b/gfx/emotes/sleep.png diff --git a/gfx/evo/bubble.2bpp b/gfx/evo/bubble.2bpp Binary files differdeleted file mode 100644 index 741ee9026..000000000 --- a/gfx/evo/bubble.2bpp +++ /dev/null diff --git a/gfx/evo/bubble.png b/gfx/evo/bubble.png Binary files differnew file mode 100644 index 000000000..28fba397d --- /dev/null +++ b/gfx/evo/bubble.png diff --git a/gfx/evo/bubble_large.2bpp b/gfx/evo/bubble_large.2bpp Binary files differdeleted file mode 100644 index a69044414..000000000 --- a/gfx/evo/bubble_large.2bpp +++ /dev/null diff --git a/gfx/evo/bubble_large.png b/gfx/evo/bubble_large.png Binary files differnew file mode 100644 index 000000000..34f630041 --- /dev/null +++ b/gfx/evo/bubble_large.png diff --git a/gfx/font.asm b/gfx/font.asm index 92bc25f25..30549b26f 100755 --- a/gfx/font.asm +++ b/gfx/font.asm @@ -59,11 +59,11 @@ INCBIN "gfx/mobile/overworld_phone_icon.2bpp" ; f8f34 GFX_f8f34: ; unused bold letters + unown chars -INCBIN "gfx/unknown/0f8f34.w64.1bpp" +INCBIN "gfx/unknown/0f8f34.1bpp" ; f9204 TextBoxSpaceGFX: ; f9204 -INCBIN "gfx/frames/space.2bpp" +INCBIN "gfx/frames/space.1bpp" ; f9214 MobilePhoneTilesGFX: ; f9214 diff --git a/gfx/font/english.1bpp b/gfx/font/english.1bpp Binary files differdeleted file mode 100644 index ff8d2d4fe..000000000 --- a/gfx/font/english.1bpp +++ /dev/null diff --git a/gfx/font/english.png b/gfx/font/english.png Binary files differnew file mode 100644 index 000000000..7119c0691 --- /dev/null +++ b/gfx/font/english.png diff --git a/gfx/font/french_german.1bpp b/gfx/font/french_german.1bpp Binary files differdeleted file mode 100644 index 84d542986..000000000 --- a/gfx/font/french_german.1bpp +++ /dev/null diff --git a/gfx/font/french_german.png b/gfx/font/french_german.png Binary files differnew file mode 100644 index 000000000..4e4545662 --- /dev/null +++ b/gfx/font/french_german.png diff --git a/gfx/font/spanish_italian.1bpp b/gfx/font/spanish_italian.1bpp Binary files differdeleted file mode 100644 index 8f316db4e..000000000 --- a/gfx/font/spanish_italian.1bpp +++ /dev/null diff --git a/gfx/font/spanish_italian.png b/gfx/font/spanish_italian.png Binary files differnew file mode 100644 index 000000000..5663800f1 --- /dev/null +++ b/gfx/font/spanish_italian.png diff --git a/gfx/frames/1.1bpp b/gfx/frames/1.1bpp Binary files differdeleted file mode 100644 index 63005ab72..000000000 --- a/gfx/frames/1.1bpp +++ /dev/null diff --git a/gfx/frames/1.png b/gfx/frames/1.png Binary files differnew file mode 100644 index 000000000..fee7de870 --- /dev/null +++ b/gfx/frames/1.png diff --git a/gfx/frames/2.1bpp b/gfx/frames/2.1bpp Binary files differdeleted file mode 100644 index 4dfe9a949..000000000 --- a/gfx/frames/2.1bpp +++ /dev/null diff --git a/gfx/frames/2.png b/gfx/frames/2.png Binary files differnew file mode 100644 index 000000000..0ed5ebbed --- /dev/null +++ b/gfx/frames/2.png diff --git a/gfx/frames/3.1bpp b/gfx/frames/3.1bpp Binary files differdeleted file mode 100644 index 9c488c555..000000000 --- a/gfx/frames/3.1bpp +++ /dev/null diff --git a/gfx/frames/3.png b/gfx/frames/3.png Binary files differnew file mode 100644 index 000000000..c3489ca0d --- /dev/null +++ b/gfx/frames/3.png diff --git a/gfx/frames/4.1bpp b/gfx/frames/4.1bpp Binary files differdeleted file mode 100644 index 01449a04c..000000000 --- a/gfx/frames/4.1bpp +++ /dev/null diff --git a/gfx/frames/4.png b/gfx/frames/4.png Binary files differnew file mode 100644 index 000000000..c2908c75b --- /dev/null +++ b/gfx/frames/4.png diff --git a/gfx/frames/5.1bpp b/gfx/frames/5.1bpp Binary files differdeleted file mode 100644 index 83651da00..000000000 --- a/gfx/frames/5.1bpp +++ /dev/null diff --git a/gfx/frames/5.png b/gfx/frames/5.png Binary files differnew file mode 100644 index 000000000..f44542aaf --- /dev/null +++ b/gfx/frames/5.png diff --git a/gfx/frames/6.1bpp b/gfx/frames/6.1bpp Binary files differdeleted file mode 100644 index 032154047..000000000 --- a/gfx/frames/6.1bpp +++ /dev/null diff --git a/gfx/frames/6.png b/gfx/frames/6.png Binary files differnew file mode 100644 index 000000000..3ae386746 --- /dev/null +++ b/gfx/frames/6.png diff --git a/gfx/frames/7.1bpp b/gfx/frames/7.1bpp Binary files differdeleted file mode 100644 index 21793f20a..000000000 --- a/gfx/frames/7.1bpp +++ /dev/null diff --git a/gfx/frames/7.png b/gfx/frames/7.png Binary files differnew file mode 100644 index 000000000..54bdbbecc --- /dev/null +++ b/gfx/frames/7.png diff --git a/gfx/frames/8.1bpp b/gfx/frames/8.1bpp Binary files differdeleted file mode 100644 index 509bf898a..000000000 --- a/gfx/frames/8.1bpp +++ /dev/null diff --git a/gfx/frames/8.png b/gfx/frames/8.png Binary files differnew file mode 100644 index 000000000..2eab82999 --- /dev/null +++ b/gfx/frames/8.png diff --git a/gfx/frames/9.1bpp b/gfx/frames/9.1bpp Binary files differdeleted file mode 100644 index 9be4865b3..000000000 --- a/gfx/frames/9.1bpp +++ /dev/null diff --git a/gfx/frames/9.png b/gfx/frames/9.png Binary files differnew file mode 100644 index 000000000..a23257365 --- /dev/null +++ b/gfx/frames/9.png diff --git a/gfx/frames/map_entry_sign.2bpp b/gfx/frames/map_entry_sign.2bpp Binary files differdeleted file mode 100644 index a0143875a..000000000 --- a/gfx/frames/map_entry_sign.2bpp +++ /dev/null diff --git a/gfx/frames/map_entry_sign.png b/gfx/frames/map_entry_sign.png Binary files differnew file mode 100644 index 000000000..921013720 --- /dev/null +++ b/gfx/frames/map_entry_sign.png diff --git a/gfx/frames/space.2bpp b/gfx/frames/space.2bpp Binary files differdeleted file mode 100644 index 01d633b27..000000000 --- a/gfx/frames/space.2bpp +++ /dev/null diff --git a/gfx/frames/space.png b/gfx/frames/space.png Binary files differnew file mode 100755 index 000000000..7590b85dd --- /dev/null +++ b/gfx/frames/space.png diff --git a/gfx/fx/aeroblast.2bpp.lz b/gfx/fx/aeroblast.2bpp.lz.2f07c4ea Binary files differindex 5e203cb63..5e203cb63 100644 --- a/gfx/fx/aeroblast.2bpp.lz +++ b/gfx/fx/aeroblast.2bpp.lz.2f07c4ea diff --git a/gfx/fx/aeroblast.png b/gfx/fx/aeroblast.png Binary files differnew file mode 100644 index 000000000..1fdc07c2f --- /dev/null +++ b/gfx/fx/aeroblast.png diff --git a/gfx/fx/angels.2bpp.lz b/gfx/fx/angels.2bpp.lz.b026d81e Binary files differindex 61d89d224..61d89d224 100644 --- a/gfx/fx/angels.2bpp.lz +++ b/gfx/fx/angels.2bpp.lz.b026d81e diff --git a/gfx/fx/angels.png b/gfx/fx/angels.png Binary files differnew file mode 100644 index 000000000..ef38c61d2 --- /dev/null +++ b/gfx/fx/angels.png diff --git a/gfx/fx/beam.2bpp.lz b/gfx/fx/beam.2bpp.lz.80b6d613 Binary files differindex 1ce9ab82c..1ce9ab82c 100644 --- a/gfx/fx/beam.2bpp.lz +++ b/gfx/fx/beam.2bpp.lz.80b6d613 diff --git a/gfx/fx/beam.png b/gfx/fx/beam.png Binary files differnew file mode 100755 index 000000000..32a3b1967 --- /dev/null +++ b/gfx/fx/beam.png diff --git a/gfx/fx/bubble.2bpp.lz b/gfx/fx/bubble.2bpp.lz.03b8ac99 Binary files differindex 3d546191a..3d546191a 100644 --- a/gfx/fx/bubble.2bpp.lz +++ b/gfx/fx/bubble.2bpp.lz.03b8ac99 diff --git a/gfx/fx/bubble.png b/gfx/fx/bubble.png Binary files differnew file mode 100644 index 000000000..b6febb0a8 --- /dev/null +++ b/gfx/fx/bubble.png diff --git a/gfx/fx/charge.2bpp.lz b/gfx/fx/charge.2bpp.lz.95d3ea98 Binary files differindex 32c82243c..32c82243c 100644 --- a/gfx/fx/charge.2bpp.lz +++ b/gfx/fx/charge.2bpp.lz.95d3ea98 diff --git a/gfx/fx/charge.png b/gfx/fx/charge.png Binary files differnew file mode 100644 index 000000000..90cb72f9f --- /dev/null +++ b/gfx/fx/charge.png diff --git a/gfx/fx/cut.2bpp.lz b/gfx/fx/cut.2bpp.lz.03d343ed Binary files differindex 740a48799..740a48799 100644 --- a/gfx/fx/cut.2bpp.lz +++ b/gfx/fx/cut.2bpp.lz.03d343ed diff --git a/gfx/fx/cut.png b/gfx/fx/cut.png Binary files differnew file mode 100644 index 000000000..e227ad413 --- /dev/null +++ b/gfx/fx/cut.png diff --git a/gfx/fx/egg.2bpp.lz b/gfx/fx/egg.2bpp.lz.41dd1a53 Binary files differindex fb55f2edc..fb55f2edc 100644 --- a/gfx/fx/egg.2bpp.lz +++ b/gfx/fx/egg.2bpp.lz.41dd1a53 diff --git a/gfx/fx/egg.png b/gfx/fx/egg.png Binary files differnew file mode 100644 index 000000000..38aab505d --- /dev/null +++ b/gfx/fx/egg.png diff --git a/gfx/fx/explosion.2bpp.lz b/gfx/fx/explosion.2bpp.lz.55fc334f Binary files differindex 4303302a1..4303302a1 100644 --- a/gfx/fx/explosion.2bpp.lz +++ b/gfx/fx/explosion.2bpp.lz.55fc334f diff --git a/gfx/fx/explosion.png b/gfx/fx/explosion.png Binary files differnew file mode 100644 index 000000000..0af9f1a0d --- /dev/null +++ b/gfx/fx/explosion.png diff --git a/gfx/fx/fire.2bpp.lz b/gfx/fx/fire.2bpp.lz.d7701cda Binary files differindex e15e9f9bb..e15e9f9bb 100644 --- a/gfx/fx/fire.2bpp.lz +++ b/gfx/fx/fire.2bpp.lz.d7701cda diff --git a/gfx/fx/fire.png b/gfx/fx/fire.png Binary files differnew file mode 100644 index 000000000..19f01141b --- /dev/null +++ b/gfx/fx/fire.png diff --git a/gfx/fx/flower.2bpp.lz b/gfx/fx/flower.2bpp.lz.1bc2e9d2 Binary files differindex ef628afb4..ef628afb4 100644 --- a/gfx/fx/flower.2bpp.lz +++ b/gfx/fx/flower.2bpp.lz.1bc2e9d2 diff --git a/gfx/fx/flower.png b/gfx/fx/flower.png Binary files differnew file mode 100644 index 000000000..61b4f58ce --- /dev/null +++ b/gfx/fx/flower.png diff --git a/gfx/fx/globe.2bpp.lz b/gfx/fx/globe.2bpp.lz.710dbb8e Binary files differindex 99fa15c6f..99fa15c6f 100644 --- a/gfx/fx/globe.2bpp.lz +++ b/gfx/fx/globe.2bpp.lz.710dbb8e diff --git a/gfx/fx/globe.png b/gfx/fx/globe.png Binary files differnew file mode 100644 index 000000000..8d3a35683 --- /dev/null +++ b/gfx/fx/globe.png diff --git a/gfx/fx/haze.2bpp.lz b/gfx/fx/haze.2bpp.lz.91424607 Binary files differindex e0cdc644c..e0cdc644c 100644 --- a/gfx/fx/haze.2bpp.lz +++ b/gfx/fx/haze.2bpp.lz.91424607 diff --git a/gfx/fx/haze.png b/gfx/fx/haze.png Binary files differnew file mode 100644 index 000000000..8a870ba98 --- /dev/null +++ b/gfx/fx/haze.png diff --git a/gfx/fx/hit.2bpp.lz b/gfx/fx/hit.2bpp.lz.2b3c83f2 Binary files differindex 5d9ffbe5d..5d9ffbe5d 100644 --- a/gfx/fx/hit.2bpp.lz +++ b/gfx/fx/hit.2bpp.lz.2b3c83f2 diff --git a/gfx/fx/hit.png b/gfx/fx/hit.png Binary files differnew file mode 100644 index 000000000..228066331 --- /dev/null +++ b/gfx/fx/hit.png diff --git a/gfx/fx/horn.2bpp.lz b/gfx/fx/horn.2bpp.lz.48908aae Binary files differindex a92f74796..a92f74796 100644 --- a/gfx/fx/horn.2bpp.lz +++ b/gfx/fx/horn.2bpp.lz.48908aae diff --git a/gfx/fx/horn.png b/gfx/fx/horn.png Binary files differnew file mode 100644 index 000000000..56e8ca241 --- /dev/null +++ b/gfx/fx/horn.png diff --git a/gfx/fx/ice.2bpp.lz b/gfx/fx/ice.2bpp.lz.664d900f Binary files differindex 3d059700b..3d059700b 100644 --- a/gfx/fx/ice.2bpp.lz +++ b/gfx/fx/ice.2bpp.lz.664d900f diff --git a/gfx/fx/ice.png b/gfx/fx/ice.png Binary files differnew file mode 100644 index 000000000..62a67641e --- /dev/null +++ b/gfx/fx/ice.png diff --git a/gfx/fx/lightning.2bpp.lz b/gfx/fx/lightning.2bpp.lz.a88fc131 Binary files differindex 81de5850f..81de5850f 100644 --- a/gfx/fx/lightning.2bpp.lz +++ b/gfx/fx/lightning.2bpp.lz.a88fc131 diff --git a/gfx/fx/lightning.png b/gfx/fx/lightning.png Binary files differnew file mode 100755 index 000000000..6606fad12 --- /dev/null +++ b/gfx/fx/lightning.png diff --git a/gfx/fx/misc.2bpp.lz b/gfx/fx/misc.2bpp.lz.4b20c3d7 Binary files differindex d0c5f0dfc..d0c5f0dfc 100644 --- a/gfx/fx/misc.2bpp.lz +++ b/gfx/fx/misc.2bpp.lz.4b20c3d7 diff --git a/gfx/fx/misc.png b/gfx/fx/misc.png Binary files differnew file mode 100755 index 000000000..d7e67508e --- /dev/null +++ b/gfx/fx/misc.png diff --git a/gfx/fx/noise.2bpp.lz b/gfx/fx/noise.2bpp.lz.acb4a76e Binary files differindex e195da453..e195da453 100644 --- a/gfx/fx/noise.2bpp.lz +++ b/gfx/fx/noise.2bpp.lz.acb4a76e diff --git a/gfx/fx/noise.png b/gfx/fx/noise.png Binary files differnew file mode 100755 index 000000000..17540a5e8 --- /dev/null +++ b/gfx/fx/noise.png diff --git a/gfx/fx/objects.2bpp.lz b/gfx/fx/objects.2bpp.lz.83f812de Binary files differindex 1a52d6350..1a52d6350 100644 --- a/gfx/fx/objects.2bpp.lz +++ b/gfx/fx/objects.2bpp.lz.83f812de diff --git a/gfx/fx/objects.png b/gfx/fx/objects.png Binary files differnew file mode 100755 index 000000000..91ea435b8 --- /dev/null +++ b/gfx/fx/objects.png diff --git a/gfx/fx/plant.2bpp.lz b/gfx/fx/plant.2bpp.lz.4a00c417 Binary files differindex 589fc48b6..589fc48b6 100644 --- a/gfx/fx/plant.2bpp.lz +++ b/gfx/fx/plant.2bpp.lz.4a00c417 diff --git a/gfx/fx/plant.png b/gfx/fx/plant.png Binary files differnew file mode 100644 index 000000000..ec1125054 --- /dev/null +++ b/gfx/fx/plant.png diff --git a/gfx/fx/poison.2bpp.lz b/gfx/fx/poison.2bpp.lz.fc7dc9c1 Binary files differindex df2cbe604..df2cbe604 100644 --- a/gfx/fx/poison.2bpp.lz +++ b/gfx/fx/poison.2bpp.lz.fc7dc9c1 diff --git a/gfx/fx/poison.png b/gfx/fx/poison.png Binary files differnew file mode 100755 index 000000000..ebbbc52be --- /dev/null +++ b/gfx/fx/poison.png diff --git a/gfx/fx/pokeball.2bpp.lz b/gfx/fx/pokeball.2bpp.lz.c58f7e01 Binary files differindex e09b082db..e09b082db 100644 --- a/gfx/fx/pokeball.2bpp.lz +++ b/gfx/fx/pokeball.2bpp.lz.c58f7e01 diff --git a/gfx/fx/pokeball.png b/gfx/fx/pokeball.png Binary files differnew file mode 100755 index 000000000..47edf2190 --- /dev/null +++ b/gfx/fx/pokeball.png diff --git a/gfx/fx/powder.2bpp.lz b/gfx/fx/powder.2bpp.lz.bfd566bb Binary files differindex 375d0bf9c..375d0bf9c 100644 --- a/gfx/fx/powder.2bpp.lz +++ b/gfx/fx/powder.2bpp.lz.bfd566bb diff --git a/gfx/fx/powder.png b/gfx/fx/powder.png Binary files differnew file mode 100644 index 000000000..b2cb4d459 --- /dev/null +++ b/gfx/fx/powder.png diff --git a/gfx/fx/psychic.2bpp.lz b/gfx/fx/psychic.2bpp.lz.d80f285c Binary files differindex d6402dd3d..d6402dd3d 100644 --- a/gfx/fx/psychic.2bpp.lz +++ b/gfx/fx/psychic.2bpp.lz.d80f285c diff --git a/gfx/fx/psychic.png b/gfx/fx/psychic.png Binary files differnew file mode 100644 index 000000000..a6d22db2f --- /dev/null +++ b/gfx/fx/psychic.png diff --git a/gfx/fx/reflect.2bpp.lz b/gfx/fx/reflect.2bpp.lz.9a9c822d Binary files differindex a563de1a8..a563de1a8 100644 --- a/gfx/fx/reflect.2bpp.lz +++ b/gfx/fx/reflect.2bpp.lz.9a9c822d diff --git a/gfx/fx/reflect.png b/gfx/fx/reflect.png Binary files differnew file mode 100644 index 000000000..48fbd7d0d --- /dev/null +++ b/gfx/fx/reflect.png diff --git a/gfx/fx/rocks.2bpp.lz b/gfx/fx/rocks.2bpp.lz.73d0153e Binary files differindex d5481ea6e..d5481ea6e 100644 --- a/gfx/fx/rocks.2bpp.lz +++ b/gfx/fx/rocks.2bpp.lz.73d0153e diff --git a/gfx/fx/rocks.png b/gfx/fx/rocks.png Binary files differnew file mode 100755 index 000000000..d7fe76b2f --- /dev/null +++ b/gfx/fx/rocks.png diff --git a/gfx/fx/rope.2bpp.lz b/gfx/fx/rope.2bpp.lz.209d63dd Binary files differindex f7d6a480f..f7d6a480f 100644 --- a/gfx/fx/rope.2bpp.lz +++ b/gfx/fx/rope.2bpp.lz.209d63dd diff --git a/gfx/fx/rope.png b/gfx/fx/rope.png Binary files differnew file mode 100644 index 000000000..a12553c7a --- /dev/null +++ b/gfx/fx/rope.png diff --git a/gfx/fx/sand.2bpp.lz b/gfx/fx/sand.2bpp.lz.c87c0eaa Binary files differindex 3508a1f58..3508a1f58 100644 --- a/gfx/fx/sand.2bpp.lz +++ b/gfx/fx/sand.2bpp.lz.c87c0eaa diff --git a/gfx/fx/sand.png b/gfx/fx/sand.png Binary files differnew file mode 100755 index 000000000..a54db235d --- /dev/null +++ b/gfx/fx/sand.png diff --git a/gfx/fx/shapes.2bpp.lz b/gfx/fx/shapes.2bpp.lz.262d77f0 Binary files differindex d7d48020f..d7d48020f 100644 --- a/gfx/fx/shapes.2bpp.lz +++ b/gfx/fx/shapes.2bpp.lz.262d77f0 diff --git a/gfx/fx/shapes.png b/gfx/fx/shapes.png Binary files differnew file mode 100644 index 000000000..b99fc601a --- /dev/null +++ b/gfx/fx/shapes.png diff --git a/gfx/fx/shine.2bpp.lz b/gfx/fx/shine.2bpp.lz.5fb79056 Binary files differindex 3e47170b1..3e47170b1 100644 --- a/gfx/fx/shine.2bpp.lz +++ b/gfx/fx/shine.2bpp.lz.5fb79056 diff --git a/gfx/fx/shine.png b/gfx/fx/shine.png Binary files differnew file mode 100644 index 000000000..1b7e9834b --- /dev/null +++ b/gfx/fx/shine.png diff --git a/gfx/fx/skyattack.2bpp.lz b/gfx/fx/skyattack.2bpp.lz.31738ab8 Binary files differindex e0412dd81..e0412dd81 100644 --- a/gfx/fx/skyattack.2bpp.lz +++ b/gfx/fx/skyattack.2bpp.lz.31738ab8 diff --git a/gfx/fx/skyattack.png b/gfx/fx/skyattack.png Binary files differnew file mode 100644 index 000000000..e731c691c --- /dev/null +++ b/gfx/fx/skyattack.png diff --git a/gfx/fx/smoke.2bpp.lz b/gfx/fx/smoke.2bpp.lz.aa05905e Binary files differindex bf26fed2b..bf26fed2b 100644 --- a/gfx/fx/smoke.2bpp.lz +++ b/gfx/fx/smoke.2bpp.lz.aa05905e diff --git a/gfx/fx/smoke.png b/gfx/fx/smoke.png Binary files differnew file mode 100644 index 000000000..1b09874ba --- /dev/null +++ b/gfx/fx/smoke.png diff --git a/gfx/fx/speed.2bpp.lz b/gfx/fx/speed.2bpp.lz.1732b364 Binary files differindex 5d09f9a6a..5d09f9a6a 100644 --- a/gfx/fx/speed.2bpp.lz +++ b/gfx/fx/speed.2bpp.lz.1732b364 diff --git a/gfx/fx/speed.png b/gfx/fx/speed.png Binary files differnew file mode 100644 index 000000000..e219b38c9 --- /dev/null +++ b/gfx/fx/speed.png diff --git a/gfx/fx/status.2bpp.lz b/gfx/fx/status.2bpp.lz.0c0aa13e Binary files differindex e5ce7df8a..e5ce7df8a 100644 --- a/gfx/fx/status.2bpp.lz +++ b/gfx/fx/status.2bpp.lz.0c0aa13e diff --git a/gfx/fx/status.png b/gfx/fx/status.png Binary files differnew file mode 100644 index 000000000..cb8527963 --- /dev/null +++ b/gfx/fx/status.png diff --git a/gfx/fx/water.2bpp.lz b/gfx/fx/water.2bpp.lz.7b52ed12 Binary files differindex 6a81bbb65..6a81bbb65 100644 --- a/gfx/fx/water.2bpp.lz +++ b/gfx/fx/water.2bpp.lz.7b52ed12 diff --git a/gfx/fx/water.png b/gfx/fx/water.png Binary files differnew file mode 100644 index 000000000..4e3c3b719 --- /dev/null +++ b/gfx/fx/water.png diff --git a/gfx/fx/wave.2bpp.lz b/gfx/fx/wave.2bpp.lz.bee99402 Binary files differindex d94a5cb35..d94a5cb35 100644 --- a/gfx/fx/wave.2bpp.lz +++ b/gfx/fx/wave.2bpp.lz.bee99402 diff --git a/gfx/fx/wave.png b/gfx/fx/wave.png Binary files differnew file mode 100644 index 000000000..55d4faa5f --- /dev/null +++ b/gfx/fx/wave.png diff --git a/gfx/fx/web.2bpp.lz b/gfx/fx/web.2bpp.lz.80e3d480 Binary files differindex 84b4018e5..84b4018e5 100644 --- a/gfx/fx/web.2bpp.lz +++ b/gfx/fx/web.2bpp.lz.80e3d480 diff --git a/gfx/fx/web.png b/gfx/fx/web.png Binary files differnew file mode 100644 index 000000000..2aeffef0e --- /dev/null +++ b/gfx/fx/web.png diff --git a/gfx/fx/whip.2bpp.lz b/gfx/fx/whip.2bpp.lz.d80d8d6e Binary files differindex da62ba918..da62ba918 100644 --- a/gfx/fx/whip.2bpp.lz +++ b/gfx/fx/whip.2bpp.lz.d80d8d6e diff --git a/gfx/fx/whip.png b/gfx/fx/whip.png Binary files differnew file mode 100644 index 000000000..92d7ded6f --- /dev/null +++ b/gfx/fx/whip.png diff --git a/gfx/fx/wind.2bpp.lz b/gfx/fx/wind.2bpp.lz.5a785180 Binary files differindex 9c2769b83..9c2769b83 100644 --- a/gfx/fx/wind.2bpp.lz +++ b/gfx/fx/wind.2bpp.lz.5a785180 diff --git a/gfx/fx/wind.png b/gfx/fx/wind.png Binary files differnew file mode 100644 index 000000000..b02031392 --- /dev/null +++ b/gfx/fx/wind.png diff --git a/gfx/icon/bat.2bpp b/gfx/icon/bat.2bpp Binary files differdeleted file mode 100644 index 0e5cd7d43..000000000 --- a/gfx/icon/bat.2bpp +++ /dev/null diff --git a/gfx/icon/bat.png b/gfx/icon/bat.png Binary files differnew file mode 100644 index 000000000..3ea2ea832 --- /dev/null +++ b/gfx/icon/bat.png diff --git a/gfx/icon/bigmon.2bpp b/gfx/icon/bigmon.2bpp Binary files differdeleted file mode 100644 index 6883bd80f..000000000 --- a/gfx/icon/bigmon.2bpp +++ /dev/null diff --git a/gfx/icon/bigmon.png b/gfx/icon/bigmon.png Binary files differnew file mode 100644 index 000000000..4a77f1ece --- /dev/null +++ b/gfx/icon/bigmon.png diff --git a/gfx/icon/bird.2bpp b/gfx/icon/bird.2bpp Binary files differdeleted file mode 100644 index fb1793da5..000000000 --- a/gfx/icon/bird.2bpp +++ /dev/null diff --git a/gfx/icon/bird.png b/gfx/icon/bird.png Binary files differnew file mode 100644 index 000000000..e13bc6cba --- /dev/null +++ b/gfx/icon/bird.png diff --git a/gfx/icon/blob.2bpp b/gfx/icon/blob.2bpp Binary files differdeleted file mode 100644 index a855f008e..000000000 --- a/gfx/icon/blob.2bpp +++ /dev/null diff --git a/gfx/icon/blob.png b/gfx/icon/blob.png Binary files differnew file mode 100644 index 000000000..aef74ae64 --- /dev/null +++ b/gfx/icon/blob.png diff --git a/gfx/icon/bug.2bpp b/gfx/icon/bug.2bpp Binary files differdeleted file mode 100644 index e57e4c80c..000000000 --- a/gfx/icon/bug.2bpp +++ /dev/null diff --git a/gfx/icon/bug.png b/gfx/icon/bug.png Binary files differnew file mode 100644 index 000000000..97504f721 --- /dev/null +++ b/gfx/icon/bug.png diff --git a/gfx/icon/bulbasaur.2bpp b/gfx/icon/bulbasaur.2bpp Binary files differdeleted file mode 100644 index 56dd284c1..000000000 --- a/gfx/icon/bulbasaur.2bpp +++ /dev/null diff --git a/gfx/icon/bulbasaur.png b/gfx/icon/bulbasaur.png Binary files differnew file mode 100644 index 000000000..1de6636f8 --- /dev/null +++ b/gfx/icon/bulbasaur.png diff --git a/gfx/icon/caterpillar.2bpp b/gfx/icon/caterpillar.2bpp Binary files differdeleted file mode 100644 index 964b6a6ad..000000000 --- a/gfx/icon/caterpillar.2bpp +++ /dev/null diff --git a/gfx/icon/caterpillar.png b/gfx/icon/caterpillar.png Binary files differnew file mode 100644 index 000000000..85558104b --- /dev/null +++ b/gfx/icon/caterpillar.png diff --git a/gfx/icon/charmander.2bpp b/gfx/icon/charmander.2bpp Binary files differdeleted file mode 100644 index 4e2182636..000000000 --- a/gfx/icon/charmander.2bpp +++ /dev/null diff --git a/gfx/icon/charmander.png b/gfx/icon/charmander.png Binary files differnew file mode 100644 index 000000000..3d85f1316 --- /dev/null +++ b/gfx/icon/charmander.png diff --git a/gfx/icon/clefairy.2bpp b/gfx/icon/clefairy.2bpp Binary files differdeleted file mode 100644 index 6a5aed325..000000000 --- a/gfx/icon/clefairy.2bpp +++ /dev/null diff --git a/gfx/icon/clefairy.png b/gfx/icon/clefairy.png Binary files differnew file mode 100644 index 000000000..0017d9ddb --- /dev/null +++ b/gfx/icon/clefairy.png diff --git a/gfx/icon/diglett.2bpp b/gfx/icon/diglett.2bpp Binary files differdeleted file mode 100644 index 6a997c1cb..000000000 --- a/gfx/icon/diglett.2bpp +++ /dev/null diff --git a/gfx/icon/diglett.png b/gfx/icon/diglett.png Binary files differnew file mode 100644 index 000000000..307181f71 --- /dev/null +++ b/gfx/icon/diglett.png diff --git a/gfx/icon/egg.2bpp b/gfx/icon/egg.2bpp Binary files differdeleted file mode 100644 index 03a623777..000000000 --- a/gfx/icon/egg.2bpp +++ /dev/null diff --git a/gfx/icon/egg.png b/gfx/icon/egg.png Binary files differnew file mode 100644 index 000000000..129346fd9 --- /dev/null +++ b/gfx/icon/egg.png diff --git a/gfx/icon/equine.2bpp b/gfx/icon/equine.2bpp Binary files differdeleted file mode 100644 index 8853b5bdd..000000000 --- a/gfx/icon/equine.2bpp +++ /dev/null diff --git a/gfx/icon/equine.png b/gfx/icon/equine.png Binary files differnew file mode 100644 index 000000000..b3da7181b --- /dev/null +++ b/gfx/icon/equine.png diff --git a/gfx/icon/fighter.2bpp b/gfx/icon/fighter.2bpp Binary files differdeleted file mode 100644 index 671b7e8af..000000000 --- a/gfx/icon/fighter.2bpp +++ /dev/null diff --git a/gfx/icon/fighter.png b/gfx/icon/fighter.png Binary files differnew file mode 100644 index 000000000..9deab976f --- /dev/null +++ b/gfx/icon/fighter.png diff --git a/gfx/icon/fish.2bpp b/gfx/icon/fish.2bpp Binary files differdeleted file mode 100644 index e99315b52..000000000 --- a/gfx/icon/fish.2bpp +++ /dev/null diff --git a/gfx/icon/fish.png b/gfx/icon/fish.png Binary files differnew file mode 100644 index 000000000..35dbb1d2f --- /dev/null +++ b/gfx/icon/fish.png diff --git a/gfx/icon/fox.2bpp b/gfx/icon/fox.2bpp Binary files differdeleted file mode 100644 index bbe04c03d..000000000 --- a/gfx/icon/fox.2bpp +++ /dev/null diff --git a/gfx/icon/fox.png b/gfx/icon/fox.png Binary files differnew file mode 100644 index 000000000..0419c87c7 --- /dev/null +++ b/gfx/icon/fox.png diff --git a/gfx/icon/geodude.2bpp b/gfx/icon/geodude.2bpp Binary files differdeleted file mode 100644 index ff8bdfdeb..000000000 --- a/gfx/icon/geodude.2bpp +++ /dev/null diff --git a/gfx/icon/geodude.png b/gfx/icon/geodude.png Binary files differnew file mode 100644 index 000000000..02db8771d --- /dev/null +++ b/gfx/icon/geodude.png diff --git a/gfx/icon/ghost.2bpp b/gfx/icon/ghost.2bpp Binary files differdeleted file mode 100644 index d47e8b62c..000000000 --- a/gfx/icon/ghost.2bpp +++ /dev/null diff --git a/gfx/icon/ghost.png b/gfx/icon/ghost.png Binary files differnew file mode 100644 index 000000000..7ecf8ed0f --- /dev/null +++ b/gfx/icon/ghost.png diff --git a/gfx/icon/gyarados.2bpp b/gfx/icon/gyarados.2bpp Binary files differdeleted file mode 100644 index ffe536ad0..000000000 --- a/gfx/icon/gyarados.2bpp +++ /dev/null diff --git a/gfx/icon/gyarados.png b/gfx/icon/gyarados.png Binary files differnew file mode 100644 index 000000000..fad5d8ae3 --- /dev/null +++ b/gfx/icon/gyarados.png diff --git a/gfx/icon/ho_oh.2bpp b/gfx/icon/ho_oh.2bpp Binary files differdeleted file mode 100644 index db4277a31..000000000 --- a/gfx/icon/ho_oh.2bpp +++ /dev/null diff --git a/gfx/icon/ho_oh.png b/gfx/icon/ho_oh.png Binary files differnew file mode 100644 index 000000000..6ee91781e --- /dev/null +++ b/gfx/icon/ho_oh.png diff --git a/gfx/icon/humanshape.2bpp b/gfx/icon/humanshape.2bpp Binary files differdeleted file mode 100644 index 4dbbac0c8..000000000 --- a/gfx/icon/humanshape.2bpp +++ /dev/null diff --git a/gfx/icon/humanshape.png b/gfx/icon/humanshape.png Binary files differnew file mode 100644 index 000000000..f5d0b9290 --- /dev/null +++ b/gfx/icon/humanshape.png diff --git a/gfx/icon/item.2bpp b/gfx/icon/item.2bpp deleted file mode 100644 index 5d47aba7a..000000000 --- a/gfx/icon/item.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/icon/item.png b/gfx/icon/item.png Binary files differnew file mode 100644 index 000000000..a47d55009 --- /dev/null +++ b/gfx/icon/item.png diff --git a/gfx/icon/jellyfish.2bpp b/gfx/icon/jellyfish.2bpp Binary files differdeleted file mode 100644 index cfda6ecca..000000000 --- a/gfx/icon/jellyfish.2bpp +++ /dev/null diff --git a/gfx/icon/jellyfish.png b/gfx/icon/jellyfish.png Binary files differnew file mode 100644 index 000000000..8583d5cdc --- /dev/null +++ b/gfx/icon/jellyfish.png diff --git a/gfx/icon/jigglypuff.2bpp b/gfx/icon/jigglypuff.2bpp Binary files differdeleted file mode 100644 index bc00c535d..000000000 --- a/gfx/icon/jigglypuff.2bpp +++ /dev/null diff --git a/gfx/icon/jigglypuff.png b/gfx/icon/jigglypuff.png Binary files differnew file mode 100644 index 000000000..70f87b0df --- /dev/null +++ b/gfx/icon/jigglypuff.png diff --git a/gfx/icon/lapras.2bpp b/gfx/icon/lapras.2bpp Binary files differdeleted file mode 100644 index 47684bae3..000000000 --- a/gfx/icon/lapras.2bpp +++ /dev/null diff --git a/gfx/icon/lapras.png b/gfx/icon/lapras.png Binary files differnew file mode 100644 index 000000000..89ad063d0 --- /dev/null +++ b/gfx/icon/lapras.png diff --git a/gfx/icon/lugia.2bpp b/gfx/icon/lugia.2bpp Binary files differdeleted file mode 100644 index fc1467546..000000000 --- a/gfx/icon/lugia.2bpp +++ /dev/null diff --git a/gfx/icon/lugia.png b/gfx/icon/lugia.png Binary files differnew file mode 100644 index 000000000..56dbf283b --- /dev/null +++ b/gfx/icon/lugia.png diff --git a/gfx/icon/mail.2bpp b/gfx/icon/mail.2bpp deleted file mode 100644 index a04f4eff8..000000000 --- a/gfx/icon/mail.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/icon/mail.png b/gfx/icon/mail.png Binary files differnew file mode 100644 index 000000000..53db461e5 --- /dev/null +++ b/gfx/icon/mail.png diff --git a/gfx/icon/mail2.2bpp b/gfx/icon/mail2.2bpp Binary files differdeleted file mode 100644 index 188926899..000000000 --- a/gfx/icon/mail2.2bpp +++ /dev/null diff --git a/gfx/icon/mail2.png b/gfx/icon/mail2.png Binary files differnew file mode 100644 index 000000000..7ad25edbf --- /dev/null +++ b/gfx/icon/mail2.png diff --git a/gfx/icon/monster.2bpp b/gfx/icon/monster.2bpp Binary files differdeleted file mode 100644 index ce8863cd4..000000000 --- a/gfx/icon/monster.2bpp +++ /dev/null diff --git a/gfx/icon/monster.png b/gfx/icon/monster.png Binary files differnew file mode 100644 index 000000000..f97c67b64 --- /dev/null +++ b/gfx/icon/monster.png diff --git a/gfx/icon/moth.2bpp b/gfx/icon/moth.2bpp Binary files differdeleted file mode 100644 index 96d5d42f1..000000000 --- a/gfx/icon/moth.2bpp +++ /dev/null diff --git a/gfx/icon/moth.png b/gfx/icon/moth.png Binary files differnew file mode 100644 index 000000000..f44440f5c --- /dev/null +++ b/gfx/icon/moth.png diff --git a/gfx/icon/oddish.2bpp b/gfx/icon/oddish.2bpp Binary files differdeleted file mode 100644 index c9c7665ed..000000000 --- a/gfx/icon/oddish.2bpp +++ /dev/null diff --git a/gfx/icon/oddish.png b/gfx/icon/oddish.png Binary files differnew file mode 100644 index 000000000..c069bd444 --- /dev/null +++ b/gfx/icon/oddish.png diff --git a/gfx/icon/pikachu.2bpp b/gfx/icon/pikachu.2bpp Binary files differdeleted file mode 100644 index ec73af114..000000000 --- a/gfx/icon/pikachu.2bpp +++ /dev/null diff --git a/gfx/icon/pikachu.png b/gfx/icon/pikachu.png Binary files differnew file mode 100644 index 000000000..7b7d23dbd --- /dev/null +++ b/gfx/icon/pikachu.png diff --git a/gfx/icon/poliwag.2bpp b/gfx/icon/poliwag.2bpp Binary files differdeleted file mode 100644 index 3d3da6748..000000000 --- a/gfx/icon/poliwag.2bpp +++ /dev/null diff --git a/gfx/icon/poliwag.png b/gfx/icon/poliwag.png Binary files differnew file mode 100644 index 000000000..b6b63a81e --- /dev/null +++ b/gfx/icon/poliwag.png diff --git a/gfx/icon/serpent.2bpp b/gfx/icon/serpent.2bpp Binary files differdeleted file mode 100644 index 4be1a62aa..000000000 --- a/gfx/icon/serpent.2bpp +++ /dev/null diff --git a/gfx/icon/serpent.png b/gfx/icon/serpent.png Binary files differnew file mode 100644 index 000000000..de575f088 --- /dev/null +++ b/gfx/icon/serpent.png diff --git a/gfx/icon/shell.2bpp b/gfx/icon/shell.2bpp Binary files differdeleted file mode 100644 index 9e9dd787c..000000000 --- a/gfx/icon/shell.2bpp +++ /dev/null diff --git a/gfx/icon/shell.png b/gfx/icon/shell.png Binary files differnew file mode 100644 index 000000000..4daf27634 --- /dev/null +++ b/gfx/icon/shell.png diff --git a/gfx/icon/slowpoke.2bpp b/gfx/icon/slowpoke.2bpp deleted file mode 100644 index 045980e57..000000000 --- a/gfx/icon/slowpoke.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -88GP|c<+<#@O88|xx? ? ?pp#?(?>1? ?' -><< ? ?pp
\ No newline at end of file diff --git a/gfx/icon/slowpoke.png b/gfx/icon/slowpoke.png Binary files differnew file mode 100644 index 000000000..221f3f7a5 --- /dev/null +++ b/gfx/icon/slowpoke.png diff --git a/gfx/icon/snorlax.2bpp b/gfx/icon/snorlax.2bpp Binary files differdeleted file mode 100644 index 1adb5c848..000000000 --- a/gfx/icon/snorlax.2bpp +++ /dev/null diff --git a/gfx/icon/snorlax.png b/gfx/icon/snorlax.png Binary files differnew file mode 100644 index 000000000..f2c1b0b74 --- /dev/null +++ b/gfx/icon/snorlax.png diff --git a/gfx/icon/squirtle.2bpp b/gfx/icon/squirtle.2bpp Binary files differdeleted file mode 100644 index b6558faa5..000000000 --- a/gfx/icon/squirtle.2bpp +++ /dev/null diff --git a/gfx/icon/squirtle.png b/gfx/icon/squirtle.png Binary files differnew file mode 100644 index 000000000..614aa21b2 --- /dev/null +++ b/gfx/icon/squirtle.png diff --git a/gfx/icon/staryu.2bpp b/gfx/icon/staryu.2bpp Binary files differdeleted file mode 100644 index 890cfe20b..000000000 --- a/gfx/icon/staryu.2bpp +++ /dev/null diff --git a/gfx/icon/staryu.png b/gfx/icon/staryu.png Binary files differnew file mode 100644 index 000000000..52361c780 --- /dev/null +++ b/gfx/icon/staryu.png diff --git a/gfx/icon/sudowoodo.2bpp b/gfx/icon/sudowoodo.2bpp Binary files differdeleted file mode 100644 index 1c9390935..000000000 --- a/gfx/icon/sudowoodo.2bpp +++ /dev/null diff --git a/gfx/icon/sudowoodo.png b/gfx/icon/sudowoodo.png Binary files differnew file mode 100644 index 000000000..d115356bb --- /dev/null +++ b/gfx/icon/sudowoodo.png diff --git a/gfx/icon/unown.2bpp b/gfx/icon/unown.2bpp Binary files differdeleted file mode 100644 index b1cddd8be..000000000 --- a/gfx/icon/unown.2bpp +++ /dev/null diff --git a/gfx/icon/unown.png b/gfx/icon/unown.png Binary files differnew file mode 100644 index 000000000..0a4d0e426 --- /dev/null +++ b/gfx/icon/unown.png diff --git a/gfx/icon/voltorb.2bpp b/gfx/icon/voltorb.2bpp Binary files differdeleted file mode 100644 index b75cafe3d..000000000 --- a/gfx/icon/voltorb.2bpp +++ /dev/null diff --git a/gfx/icon/voltorb.png b/gfx/icon/voltorb.png Binary files differnew file mode 100644 index 000000000..ef289541a --- /dev/null +++ b/gfx/icon/voltorb.png diff --git a/gfx/intro/001.tilemap b/gfx/intro/001.tilemap Binary files differnew file mode 100644 index 000000000..8b1b66033 --- /dev/null +++ b/gfx/intro/001.tilemap diff --git a/gfx/intro/001.tilemap.lz b/gfx/intro/001.tilemap.lz.c2341875 Binary files differindex 926fb6e8e..926fb6e8e 100644 --- a/gfx/intro/001.tilemap.lz +++ b/gfx/intro/001.tilemap.lz.c2341875 diff --git a/gfx/intro/002.tilemap b/gfx/intro/002.tilemap Binary files differnew file mode 100644 index 000000000..6a035d14a --- /dev/null +++ b/gfx/intro/002.tilemap diff --git a/gfx/intro/002.tilemap.lz b/gfx/intro/002.tilemap.lz.54d5b74b Binary files differindex c63f215f2..c63f215f2 100644 --- a/gfx/intro/002.tilemap.lz +++ b/gfx/intro/002.tilemap.lz.54d5b74b diff --git a/gfx/intro/003.tilemap b/gfx/intro/003.tilemap Binary files differnew file mode 100644 index 000000000..98512513c --- /dev/null +++ b/gfx/intro/003.tilemap diff --git a/gfx/intro/003.tilemap.lz b/gfx/intro/003.tilemap.lz.9f90366a Binary files differindex 182ffb130..182ffb130 100644 --- a/gfx/intro/003.tilemap.lz +++ b/gfx/intro/003.tilemap.lz.9f90366a diff --git a/gfx/intro/004.tilemap b/gfx/intro/004.tilemap Binary files differnew file mode 100644 index 000000000..2dd6b6ea7 --- /dev/null +++ b/gfx/intro/004.tilemap diff --git a/gfx/intro/004.tilemap.lz b/gfx/intro/004.tilemap.lz.4c7562ee Binary files differindex 5897d176b..5897d176b 100644 --- a/gfx/intro/004.tilemap.lz +++ b/gfx/intro/004.tilemap.lz.4c7562ee diff --git a/gfx/intro/005.tilemap b/gfx/intro/005.tilemap Binary files differnew file mode 100644 index 000000000..3f7d23b64 --- /dev/null +++ b/gfx/intro/005.tilemap diff --git a/gfx/intro/005.tilemap.lz b/gfx/intro/005.tilemap.lz.bed1ff6d Binary files differindex 0ae96b7f7..0ae96b7f7 100644 --- a/gfx/intro/005.tilemap.lz +++ b/gfx/intro/005.tilemap.lz.bed1ff6d diff --git a/gfx/intro/006.tilemap b/gfx/intro/006.tilemap Binary files differnew file mode 100644 index 000000000..4af27a158 --- /dev/null +++ b/gfx/intro/006.tilemap diff --git a/gfx/intro/006.tilemap.lz b/gfx/intro/006.tilemap.lz.c8756972 Binary files differindex 46436b607..46436b607 100644 --- a/gfx/intro/006.tilemap.lz +++ b/gfx/intro/006.tilemap.lz.c8756972 diff --git a/gfx/intro/007.tilemap b/gfx/intro/007.tilemap Binary files differnew file mode 100644 index 000000000..2e3fdb41a --- /dev/null +++ b/gfx/intro/007.tilemap diff --git a/gfx/intro/007.tilemap.lz b/gfx/intro/007.tilemap.lz.a9cbcbca Binary files differindex d1694ed3e..d1694ed3e 100644 --- a/gfx/intro/007.tilemap.lz +++ b/gfx/intro/007.tilemap.lz.a9cbcbca diff --git a/gfx/intro/008.tilemap b/gfx/intro/008.tilemap Binary files differnew file mode 100644 index 000000000..903f59ae5 --- /dev/null +++ b/gfx/intro/008.tilemap diff --git a/gfx/intro/008.tilemap.lz b/gfx/intro/008.tilemap.lz.f12ed6d9 Binary files differindex 356c6d5e8..356c6d5e8 100644 --- a/gfx/intro/008.tilemap.lz +++ b/gfx/intro/008.tilemap.lz.f12ed6d9 diff --git a/gfx/intro/009.tilemap b/gfx/intro/009.tilemap Binary files differnew file mode 100644 index 000000000..554e919a8 --- /dev/null +++ b/gfx/intro/009.tilemap diff --git a/gfx/intro/009.tilemap.lz b/gfx/intro/009.tilemap.lz.911a1ace Binary files differindex 238d6a60e..238d6a60e 100644 --- a/gfx/intro/009.tilemap.lz +++ b/gfx/intro/009.tilemap.lz.911a1ace diff --git a/gfx/intro/010.tilemap b/gfx/intro/010.tilemap Binary files differnew file mode 100644 index 000000000..4ddef19c7 --- /dev/null +++ b/gfx/intro/010.tilemap diff --git a/gfx/intro/010.tilemap.lz b/gfx/intro/010.tilemap.lz.2717d106 Binary files differindex 6e45c45f7..6e45c45f7 100644 --- a/gfx/intro/010.tilemap.lz +++ b/gfx/intro/010.tilemap.lz.2717d106 diff --git a/gfx/intro/011.tilemap b/gfx/intro/011.tilemap Binary files differnew file mode 100644 index 000000000..59f365a34 --- /dev/null +++ b/gfx/intro/011.tilemap diff --git a/gfx/intro/011.tilemap.lz b/gfx/intro/011.tilemap.lz.bb066632 Binary files differindex 68ceb19f8..68ceb19f8 100644 --- a/gfx/intro/011.tilemap.lz +++ b/gfx/intro/011.tilemap.lz.bb066632 diff --git a/gfx/intro/012.tilemap b/gfx/intro/012.tilemap Binary files differnew file mode 100644 index 000000000..3577fc467 --- /dev/null +++ b/gfx/intro/012.tilemap diff --git a/gfx/intro/012.tilemap.lz b/gfx/intro/012.tilemap.lz.bc182264 Binary files differindex 0d6af294c..0d6af294c 100644 --- a/gfx/intro/012.tilemap.lz +++ b/gfx/intro/012.tilemap.lz.bc182264 diff --git a/gfx/intro/013.tilemap b/gfx/intro/013.tilemap Binary files differnew file mode 100644 index 000000000..28e27ad62 --- /dev/null +++ b/gfx/intro/013.tilemap diff --git a/gfx/intro/013.tilemap.lz b/gfx/intro/013.tilemap.lz.18e3115f Binary files differindex 91635527c..91635527c 100644 --- a/gfx/intro/013.tilemap.lz +++ b/gfx/intro/013.tilemap.lz.18e3115f diff --git a/gfx/intro/014.tilemap b/gfx/intro/014.tilemap Binary files differnew file mode 100644 index 000000000..52829cc74 --- /dev/null +++ b/gfx/intro/014.tilemap diff --git a/gfx/intro/014.tilemap.lz b/gfx/intro/014.tilemap.lz.7b59259d Binary files differindex a892ab1b4..a892ab1b4 100644 --- a/gfx/intro/014.tilemap.lz +++ b/gfx/intro/014.tilemap.lz.7b59259d diff --git a/gfx/intro/015.tilemap b/gfx/intro/015.tilemap Binary files differnew file mode 100644 index 000000000..f97c9cb93 --- /dev/null +++ b/gfx/intro/015.tilemap diff --git a/gfx/intro/015.tilemap.lz b/gfx/intro/015.tilemap.lz.1bfc5a89 Binary files differindex 22a4cc926..22a4cc926 100644 --- a/gfx/intro/015.tilemap.lz +++ b/gfx/intro/015.tilemap.lz.1bfc5a89 diff --git a/gfx/intro/017.tilemap b/gfx/intro/017.tilemap Binary files differnew file mode 100644 index 000000000..05c37dbf2 --- /dev/null +++ b/gfx/intro/017.tilemap diff --git a/gfx/intro/017.tilemap.lz b/gfx/intro/017.tilemap.lz.e4772015 Binary files differindex 90ce59e58..90ce59e58 100644 --- a/gfx/intro/017.tilemap.lz +++ b/gfx/intro/017.tilemap.lz.e4772015 diff --git a/gfx/intro/background.2bpp.lz b/gfx/intro/background.2bpp.lz.b58b3984 Binary files differindex 1ef2f1203..1ef2f1203 100644 --- a/gfx/intro/background.2bpp.lz +++ b/gfx/intro/background.2bpp.lz.b58b3984 diff --git a/gfx/intro/background.png b/gfx/intro/background.png Binary files differnew file mode 100644 index 000000000..ede95e46b --- /dev/null +++ b/gfx/intro/background.png diff --git a/gfx/intro/crystal_unowns.2bpp.lz b/gfx/intro/crystal_unowns.2bpp.lz.e7f8ad51 Binary files differindex 2585d9c52..2585d9c52 100644 --- a/gfx/intro/crystal_unowns.2bpp.lz +++ b/gfx/intro/crystal_unowns.2bpp.lz.e7f8ad51 diff --git a/gfx/intro/crystal_unowns.png b/gfx/intro/crystal_unowns.png Binary files differnew file mode 100644 index 000000000..130606b85 --- /dev/null +++ b/gfx/intro/crystal_unowns.png diff --git a/gfx/intro/gender_screen.2bpp b/gfx/intro/gender_screen.2bpp Binary files differdeleted file mode 100644 index 5cc990f1d..000000000 --- a/gfx/intro/gender_screen.2bpp +++ /dev/null diff --git a/gfx/intro/gender_screen.png b/gfx/intro/gender_screen.png Binary files differnew file mode 100644 index 000000000..726178132 --- /dev/null +++ b/gfx/intro/gender_screen.png diff --git a/gfx/intro/grass1.2bpp b/gfx/intro/grass1.2bpp Binary files differdeleted file mode 100644 index 7e371f23e..000000000 --- a/gfx/intro/grass1.2bpp +++ /dev/null diff --git a/gfx/intro/grass1.png b/gfx/intro/grass1.png Binary files differnew file mode 100644 index 000000000..59c5f5f62 --- /dev/null +++ b/gfx/intro/grass1.png diff --git a/gfx/intro/grass2.2bpp b/gfx/intro/grass2.2bpp Binary files differdeleted file mode 100644 index 3068eb080..000000000 --- a/gfx/intro/grass2.2bpp +++ /dev/null diff --git a/gfx/intro/grass2.png b/gfx/intro/grass2.png Binary files differnew file mode 100644 index 000000000..49f5eabf6 --- /dev/null +++ b/gfx/intro/grass2.png diff --git a/gfx/intro/grass3.2bpp b/gfx/intro/grass3.2bpp Binary files differdeleted file mode 100644 index 47f3330d8..000000000 --- a/gfx/intro/grass3.2bpp +++ /dev/null diff --git a/gfx/intro/grass3.png b/gfx/intro/grass3.png Binary files differnew file mode 100644 index 000000000..2bfd2b673 --- /dev/null +++ b/gfx/intro/grass3.png diff --git a/gfx/intro/grass4.2bpp b/gfx/intro/grass4.2bpp Binary files differdeleted file mode 100644 index 4f2b4cdfd..000000000 --- a/gfx/intro/grass4.2bpp +++ /dev/null diff --git a/gfx/intro/grass4.png b/gfx/intro/grass4.png Binary files differnew file mode 100644 index 000000000..115d61f38 --- /dev/null +++ b/gfx/intro/grass4.png diff --git a/gfx/intro/logo.2bpp.lz b/gfx/intro/logo.2bpp.lz.e03ee257 Binary files differindex 5beb0e6ef..5beb0e6ef 100644 --- a/gfx/intro/logo.2bpp.lz +++ b/gfx/intro/logo.2bpp.lz.e03ee257 diff --git a/gfx/intro/logo.png b/gfx/intro/logo.png Binary files differnew file mode 100644 index 000000000..0ed4094cf --- /dev/null +++ b/gfx/intro/logo.png diff --git a/gfx/intro/pichu_wooper.2bpp.lz b/gfx/intro/pichu_wooper.2bpp.lz.4bccf7f4 Binary files differindex 90174a098..90174a098 100644 --- a/gfx/intro/pichu_wooper.2bpp.lz +++ b/gfx/intro/pichu_wooper.2bpp.lz.4bccf7f4 diff --git a/gfx/intro/pichu_wooper.png b/gfx/intro/pichu_wooper.png Binary files differnew file mode 100644 index 000000000..923e70b83 --- /dev/null +++ b/gfx/intro/pichu_wooper.png diff --git a/gfx/intro/pulse.2bpp.lz b/gfx/intro/pulse.2bpp.lz.9fb06bb6 Binary files differindex 5a7fec1a9..5a7fec1a9 100644 --- a/gfx/intro/pulse.2bpp.lz +++ b/gfx/intro/pulse.2bpp.lz.9fb06bb6 diff --git a/gfx/intro/pulse.png b/gfx/intro/pulse.png Binary files differnew file mode 100644 index 000000000..85bad3415 --- /dev/null +++ b/gfx/intro/pulse.png diff --git a/gfx/intro/suicune_back.2bpp.lz b/gfx/intro/suicune_back.2bpp.lz.c6f529b0 Binary files differindex 470d78b5b..470d78b5b 100644 --- a/gfx/intro/suicune_back.2bpp.lz +++ b/gfx/intro/suicune_back.2bpp.lz.c6f529b0 diff --git a/gfx/intro/suicune_back.png b/gfx/intro/suicune_back.png Binary files differnew file mode 100644 index 000000000..0e791e2a7 --- /dev/null +++ b/gfx/intro/suicune_back.png diff --git a/gfx/intro/suicune_close.2bpp.lz b/gfx/intro/suicune_close.2bpp.lz.7e362923 Binary files differindex 19b806269..19b806269 100644 --- a/gfx/intro/suicune_close.2bpp.lz +++ b/gfx/intro/suicune_close.2bpp.lz.7e362923 diff --git a/gfx/intro/suicune_close.png b/gfx/intro/suicune_close.png Binary files differnew file mode 100644 index 000000000..ef365de96 --- /dev/null +++ b/gfx/intro/suicune_close.png diff --git a/gfx/intro/suicune_jump.2bpp.lz b/gfx/intro/suicune_jump.2bpp.lz.1b09fb64 Binary files differindex b34a0c765..b34a0c765 100644 --- a/gfx/intro/suicune_jump.2bpp.lz +++ b/gfx/intro/suicune_jump.2bpp.lz.1b09fb64 diff --git a/gfx/intro/suicune_jump.png b/gfx/intro/suicune_jump.png Binary files differnew file mode 100644 index 000000000..67cd7502a --- /dev/null +++ b/gfx/intro/suicune_jump.png diff --git a/gfx/intro/suicune_run.2bpp.lz b/gfx/intro/suicune_run.2bpp.lz.ef999ad2 Binary files differindex f48162258..f48162258 100644 --- a/gfx/intro/suicune_run.2bpp.lz +++ b/gfx/intro/suicune_run.2bpp.lz.ef999ad2 diff --git a/gfx/intro/suicune_run.png b/gfx/intro/suicune_run.png Binary files differnew file mode 100644 index 000000000..470ff0c0b --- /dev/null +++ b/gfx/intro/suicune_run.png diff --git a/gfx/intro/unown_back.2bpp.lz b/gfx/intro/unown_back.2bpp.lz.740c4d28 Binary files differindex 21cae2927..21cae2927 100644 --- a/gfx/intro/unown_back.2bpp.lz +++ b/gfx/intro/unown_back.2bpp.lz.740c4d28 diff --git a/gfx/intro/unown_back.png b/gfx/intro/unown_back.png Binary files differnew file mode 100644 index 000000000..4d355a607 --- /dev/null +++ b/gfx/intro/unown_back.png diff --git a/gfx/intro/unowns.2bpp.lz b/gfx/intro/unowns.2bpp.lz.3a1f185e Binary files differindex 67e90b0b6..67e90b0b6 100644 --- a/gfx/intro/unowns.2bpp.lz +++ b/gfx/intro/unowns.2bpp.lz.3a1f185e diff --git a/gfx/intro/unowns.png b/gfx/intro/unowns.png Binary files differnew file mode 100644 index 000000000..d4c7998b4 --- /dev/null +++ b/gfx/intro/unowns.png diff --git a/gfx/mail.asm b/gfx/mail.asm index 575fe9ef5..d4fde366e 100755 --- a/gfx/mail.asm +++ b/gfx/mail.asm @@ -226,7 +226,7 @@ LoadEonMailGFX: ; b93d2 ld de, EonMailBorder1GFX ld c, 1 * 8 call LoadMailGFX_Color2 - ld de, EonMailBorder3GFX + ld de, SurfMailBorderGFX + 6 * 8 ld c, 1 * 8 call LoadMailGFX_Color2 ld de, MailEeveeGFX @@ -329,13 +329,13 @@ LoadMorphMailGFX: ; b94d6 ld hl, VTiles2 tile $31 ld bc, 5 * 8 call MailGFX_GenerateMonochromeTilesColor2 - ld de, MorphMailBorderGFX + ld de, MorphMailBorderCornerGFX + 3 * 8 ld c, 1 * 8 call LoadMailGFX_Color2 - ld de, MorphMailBorderCorner1GFX + ld de, MorphMailBorderCornerGFX ld c, 1 * 8 call LoadMailGFX_Color2 - ld de, MorphMailBorderCorner2GFX + ld de, MorphMailBorderGFX ld c, 1 * 8 call LoadMailGFX_Color2 ld de, EonMailBorder1GFX @@ -418,16 +418,16 @@ LoadBlueSkyMailGFX: ; b9582 ld de, MailCloudGFX ld c, 6 * 8 call LoadMailGFX_Color1 - ld de, FlowerMailSenderUnderlineGFX + ld de, FlowerMailBorderGFX + 6 * 8 ld c, 1 * 8 call LoadMailGFX_Color1 ld de, MailCloudGFX ld c, 1 * 8 call LoadMailGFX_Color1 - ld de, MailCloud2GFX + ld de, MailCloudGFX + 2 * 8 ld c, 2 * 8 call LoadMailGFX_Color1 - ld de, MailCloud3GFX + ld de, MailCloudGFX + 5 * 8 ld c, 1 * 8 call LoadMailGFX_Color1 @@ -497,10 +497,10 @@ LoadFlowerMailGFX: ; b963e ld de, MailOddishGFX ld c, 4 * 8 call LoadMailGFX_Color3 - ld de, FlowerMailSenderUnderlineGFX + ld de, FlowerMailBorderGFX + 6 * 8 ld c, 1 * 8 call LoadMailGFX_Color2 - ld de, FlowerMailLargeFlowerGFX + ld de, FlowerMailFlowerGFX ld c, 4 * 8 call LoadMailGFX_Color1 ld c, 4 * 8 @@ -580,7 +580,7 @@ LoadMusicMailGFX: ; b9710 ld de, MusicMailBorderGFX ld c, 4 * 8 call LoadMailGFX_Color2 - ld de, MorphMailBorderCorner2GFX + ld de, MorphMailBorderGFX ld c, 2 * 8 call LoadMailGFX_Color2 ld de, MailNatuGFX @@ -628,10 +628,10 @@ LoadMirageMailGFX: ; b9776 ld de, MailMewGFX ld c, 18 * 8 call LoadMailGFX_Color2 - ld de, MirageMailTopDividerGFX + ld de, LiteBlueMailBorderGFX + 1 * 8 ld c, 1 * 8 call LoadMailGFX_Color1 - ld de, MirageMailBottomDividerGFX + ld de, LiteBlueMailBorderGFX + 6 * 8 ld c, 1 * 8 call LoadMailGFX_Color1 @@ -947,7 +947,7 @@ INCBIN "gfx/mail/0b992e.1bpp" PortraitMailSmallPokeballGFX: ; b9936 INCBIN "gfx/mail/0b9936.1bpp" -MorphMailBorderCorner2GFX: ; b993e +MorphMailBorderGFX: ; b993e INCBIN "gfx/mail/0b993e.1bpp" MusicMailSmallNoteGFX: ; b9946 @@ -1016,20 +1016,14 @@ INCBIN "gfx/mail/0b9c3e.1bpp" LovelyMailLargeHeartGFX: ; b9c5e INCBIN "gfx/mail/0b9c5e.1bpp" -MorphMailBorderCorner1GFX: ; b9c7e +MorphMailBorderCornerGFX: ; b9c7e INCBIN "gfx/mail/0b9c7e.1bpp" -MorphMailBorderGFX: ; b9c96 -INCBIN "gfx/mail/0b9c96.1bpp" - MailLargeCircleGFX: ; b9c9e INCBIN "gfx/mail/0b9c9e.1bpp" -FlowerMailLargeFlowerGFX: ; b9cbe +FlowerMailFlowerGFX: ; b9cbe INCBIN "gfx/mail/0b9cbe.1bpp" - -FlowerMailSmallFlowerGFX: ; b9cde -; indirectly referenced INCBIN "gfx/mail/0b9cde.1bpp" MusicMailLargeNoteGFX: ; b9cfe @@ -1038,33 +1032,15 @@ INCBIN "gfx/mail/0b9cfe.1bpp" MailCloudGFX: ; b9d16 INCBIN "gfx/mail/0b9d16.1bpp" -MailCloud2GFX: ; b9d26 -INCBIN "gfx/mail/0b9d26.1bpp" - -MailCloud3GFX: ; b9d3e -INCBIN "gfx/mail/0b9d3e.1bpp" - SurfMailBorderGFX: ; b9d46 INCBIN "gfx/mail/0b9d46.1bpp" -EonMailBorder3GFX: ; b9d76 -INCBIN "gfx/mail/0b9d76.1bpp" - FlowerMailBorderGFX: ; b9d86 INCBIN "gfx/mail/0b9d86.1bpp" -FlowerMailSenderUnderlineGFX: ; b9db6 -INCBIN "gfx/mail/0b9db6.1bpp" - LiteBlueMailBorderGFX: ; b9dc6 INCBIN "gfx/mail/0b9dc6.1bpp" -MirageMailTopDividerGFX: ; b9dce -INCBIN "gfx/mail/0b9dce.1bpp" - -MirageMailBottomDividerGFX: ; b9df6 -INCBIN "gfx/mail/0b9df6.1bpp" - MusicMailBorderGFX: ; b9e06 INCBIN "gfx/mail/0b9e06.1bpp" diff --git a/gfx/mail/0b9926.1bpp b/gfx/mail/0b9926.1bpp Binary files differdeleted file mode 100644 index 07411676c..000000000 --- a/gfx/mail/0b9926.1bpp +++ /dev/null diff --git a/gfx/mail/0b9926.png b/gfx/mail/0b9926.png Binary files differnew file mode 100644 index 000000000..8a280b399 --- /dev/null +++ b/gfx/mail/0b9926.png diff --git a/gfx/mail/0b992e.1bpp b/gfx/mail/0b992e.1bpp deleted file mode 100644 index 4efb35675..000000000 --- a/gfx/mail/0b992e.1bpp +++ /dev/null @@ -1 +0,0 @@ -HLm}
\ No newline at end of file diff --git a/gfx/mail/0b992e.png b/gfx/mail/0b992e.png Binary files differnew file mode 100644 index 000000000..7e1f17619 --- /dev/null +++ b/gfx/mail/0b992e.png diff --git a/gfx/mail/0b9936.1bpp b/gfx/mail/0b9936.1bpp deleted file mode 100644 index 3db4de269..000000000 --- a/gfx/mail/0b9936.1bpp +++ /dev/null @@ -1 +0,0 @@ -<~~<
\ No newline at end of file diff --git a/gfx/mail/0b9936.png b/gfx/mail/0b9936.png Binary files differnew file mode 100644 index 000000000..666c59813 --- /dev/null +++ b/gfx/mail/0b9936.png diff --git a/gfx/mail/0b993e.1bpp b/gfx/mail/0b993e.1bpp Binary files differdeleted file mode 100644 index 28cda20bf..000000000 --- a/gfx/mail/0b993e.1bpp +++ /dev/null diff --git a/gfx/mail/0b993e.png b/gfx/mail/0b993e.png Binary files differnew file mode 100644 index 000000000..0fc395ef8 --- /dev/null +++ b/gfx/mail/0b993e.png diff --git a/gfx/mail/0b9946.1bpp b/gfx/mail/0b9946.1bpp deleted file mode 100644 index 4352e1061..000000000 --- a/gfx/mail/0b9946.1bpp +++ /dev/null @@ -1 +0,0 @@ -p`
\ No newline at end of file diff --git a/gfx/mail/0b9946.png b/gfx/mail/0b9946.png Binary files differnew file mode 100644 index 000000000..cc95134f6 --- /dev/null +++ b/gfx/mail/0b9946.png diff --git a/gfx/mail/0b994e.1bpp b/gfx/mail/0b994e.1bpp Binary files differdeleted file mode 100644 index 88ddd73f9..000000000 --- a/gfx/mail/0b994e.1bpp +++ /dev/null diff --git a/gfx/mail/0b994e.png b/gfx/mail/0b994e.png Binary files differnew file mode 100644 index 000000000..2f8d140c4 --- /dev/null +++ b/gfx/mail/0b994e.png diff --git a/gfx/mail/0b995e.1bpp b/gfx/mail/0b995e.1bpp Binary files differdeleted file mode 100644 index af75f645a..000000000 --- a/gfx/mail/0b995e.1bpp +++ /dev/null diff --git a/gfx/mail/0b995e.png b/gfx/mail/0b995e.png Binary files differnew file mode 100644 index 000000000..6c32516ed --- /dev/null +++ b/gfx/mail/0b995e.png diff --git a/gfx/mail/0b9966.1bpp b/gfx/mail/0b9966.1bpp Binary files differdeleted file mode 100644 index bbf05317b..000000000 --- a/gfx/mail/0b9966.1bpp +++ /dev/null diff --git a/gfx/mail/0b9966.png b/gfx/mail/0b9966.png Binary files differnew file mode 100644 index 000000000..211848bff --- /dev/null +++ b/gfx/mail/0b9966.png diff --git a/gfx/mail/0b996e.1bpp b/gfx/mail/0b996e.1bpp Binary files differdeleted file mode 100644 index 266c91964..000000000 --- a/gfx/mail/0b996e.1bpp +++ /dev/null diff --git a/gfx/mail/0b996e.png b/gfx/mail/0b996e.png Binary files differnew file mode 100644 index 000000000..51a61a19d --- /dev/null +++ b/gfx/mail/0b996e.png diff --git a/gfx/mail/0b9976.1bpp b/gfx/mail/0b9976.1bpp Binary files differdeleted file mode 100644 index 1c2e21946..000000000 --- a/gfx/mail/0b9976.1bpp +++ /dev/null diff --git a/gfx/mail/0b9976.png b/gfx/mail/0b9976.png Binary files differnew file mode 100644 index 000000000..f5d98bf9d --- /dev/null +++ b/gfx/mail/0b9976.png diff --git a/gfx/mail/0b997e.1bpp b/gfx/mail/0b997e.1bpp Binary files differdeleted file mode 100644 index 4957ff4c2..000000000 --- a/gfx/mail/0b997e.1bpp +++ /dev/null diff --git a/gfx/mail/0b997e.png b/gfx/mail/0b997e.png Binary files differnew file mode 100644 index 000000000..83c029e90 --- /dev/null +++ b/gfx/mail/0b997e.png diff --git a/gfx/mail/0b998e.1bpp b/gfx/mail/0b998e.1bpp deleted file mode 100644 index 8d6a0e319..000000000 --- a/gfx/mail/0b998e.1bpp +++ /dev/null @@ -1 +0,0 @@ -<~~<
\ No newline at end of file diff --git a/gfx/mail/0b998e.png b/gfx/mail/0b998e.png Binary files differnew file mode 100644 index 000000000..b34ffce17 --- /dev/null +++ b/gfx/mail/0b998e.png diff --git a/gfx/mail/0b9996.1bpp b/gfx/mail/0b9996.1bpp Binary files differdeleted file mode 100644 index 62814ccbb..000000000 --- a/gfx/mail/0b9996.1bpp +++ /dev/null diff --git a/gfx/mail/0b9996.png b/gfx/mail/0b9996.png Binary files differnew file mode 100644 index 000000000..ef4c1ebeb --- /dev/null +++ b/gfx/mail/0b9996.png diff --git a/gfx/mail/0b99c6.1bpp b/gfx/mail/0b99c6.1bpp Binary files differdeleted file mode 100644 index 77d1e45ba..000000000 --- a/gfx/mail/0b99c6.1bpp +++ /dev/null diff --git a/gfx/mail/0b99c6.png b/gfx/mail/0b99c6.png Binary files differnew file mode 100644 index 000000000..51c0d4a93 --- /dev/null +++ b/gfx/mail/0b99c6.png diff --git a/gfx/mail/0b99f6.1bpp b/gfx/mail/0b99f6.1bpp Binary files differdeleted file mode 100644 index 3d9dcac5b..000000000 --- a/gfx/mail/0b99f6.1bpp +++ /dev/null diff --git a/gfx/mail/0b99f6.png b/gfx/mail/0b99f6.png Binary files differnew file mode 100644 index 000000000..a1b092e60 --- /dev/null +++ b/gfx/mail/0b99f6.png diff --git a/gfx/mail/0b9a26.1bpp b/gfx/mail/0b9a26.1bpp Binary files differdeleted file mode 100644 index 295dec49d..000000000 --- a/gfx/mail/0b9a26.1bpp +++ /dev/null diff --git a/gfx/mail/0b9a26.png b/gfx/mail/0b9a26.png Binary files differnew file mode 100644 index 000000000..5ea40f472 --- /dev/null +++ b/gfx/mail/0b9a26.png diff --git a/gfx/mail/0b9a56.1bpp b/gfx/mail/0b9a56.1bpp Binary files differdeleted file mode 100644 index 7ade46c6c..000000000 --- a/gfx/mail/0b9a56.1bpp +++ /dev/null diff --git a/gfx/mail/0b9a56.png b/gfx/mail/0b9a56.png Binary files differnew file mode 100644 index 000000000..6c020746f --- /dev/null +++ b/gfx/mail/0b9a56.png diff --git a/gfx/mail/0b9a86.1bpp b/gfx/mail/0b9a86.1bpp Binary files differdeleted file mode 100644 index 34fa18d29..000000000 --- a/gfx/mail/0b9a86.1bpp +++ /dev/null diff --git a/gfx/mail/0b9a86.png b/gfx/mail/0b9a86.png Binary files differnew file mode 100644 index 000000000..d0775fc32 --- /dev/null +++ b/gfx/mail/0b9a86.png diff --git a/gfx/mail/0b9ab6.1bpp b/gfx/mail/0b9ab6.1bpp Binary files differdeleted file mode 100644 index f37262f7e..000000000 --- a/gfx/mail/0b9ab6.1bpp +++ /dev/null diff --git a/gfx/mail/0b9ab6.png b/gfx/mail/0b9ab6.png Binary files differnew file mode 100644 index 000000000..8a8ea55e0 --- /dev/null +++ b/gfx/mail/0b9ab6.png diff --git a/gfx/mail/0b9b46.1bpp b/gfx/mail/0b9b46.1bpp Binary files differdeleted file mode 100644 index 6a3ae927d..000000000 --- a/gfx/mail/0b9b46.1bpp +++ /dev/null diff --git a/gfx/mail/0b9b46.png b/gfx/mail/0b9b46.png Binary files differnew file mode 100755 index 000000000..9f792d31c --- /dev/null +++ b/gfx/mail/0b9b46.png diff --git a/gfx/mail/0b9bce.1bpp b/gfx/mail/0b9bce.1bpp Binary files differdeleted file mode 100644 index 208e14fcb..000000000 --- a/gfx/mail/0b9bce.1bpp +++ /dev/null diff --git a/gfx/mail/0b9bce.png b/gfx/mail/0b9bce.png Binary files differnew file mode 100644 index 000000000..b277a2c9c --- /dev/null +++ b/gfx/mail/0b9bce.png diff --git a/gfx/mail/0b9bee.1bpp b/gfx/mail/0b9bee.1bpp deleted file mode 100644 index 33c93f017..000000000 --- a/gfx/mail/0b9bee.1bpp +++ /dev/null @@ -1 +0,0 @@ -KKm}
\ No newline at end of file diff --git a/gfx/mail/0b9bee.png b/gfx/mail/0b9bee.png Binary files differnew file mode 100644 index 000000000..bdc18dbaa --- /dev/null +++ b/gfx/mail/0b9bee.png diff --git a/gfx/mail/0b9bfe.1bpp b/gfx/mail/0b9bfe.1bpp Binary files differdeleted file mode 100644 index ac8385990..000000000 --- a/gfx/mail/0b9bfe.1bpp +++ /dev/null diff --git a/gfx/mail/0b9bfe.png b/gfx/mail/0b9bfe.png Binary files differnew file mode 100644 index 000000000..5c2dcb10b --- /dev/null +++ b/gfx/mail/0b9bfe.png diff --git a/gfx/mail/0b9c1e.1bpp b/gfx/mail/0b9c1e.1bpp Binary files differdeleted file mode 100644 index 205a60248..000000000 --- a/gfx/mail/0b9c1e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c1e.png b/gfx/mail/0b9c1e.png Binary files differnew file mode 100644 index 000000000..761432369 --- /dev/null +++ b/gfx/mail/0b9c1e.png diff --git a/gfx/mail/0b9c3e.1bpp b/gfx/mail/0b9c3e.1bpp Binary files differdeleted file mode 100644 index faa0439c8..000000000 --- a/gfx/mail/0b9c3e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c3e.png b/gfx/mail/0b9c3e.png Binary files differnew file mode 100644 index 000000000..1a518f774 --- /dev/null +++ b/gfx/mail/0b9c3e.png diff --git a/gfx/mail/0b9c5e.1bpp b/gfx/mail/0b9c5e.1bpp Binary files differdeleted file mode 100644 index 6587f4505..000000000 --- a/gfx/mail/0b9c5e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c5e.png b/gfx/mail/0b9c5e.png Binary files differnew file mode 100644 index 000000000..075328574 --- /dev/null +++ b/gfx/mail/0b9c5e.png diff --git a/gfx/mail/0b9c7e.1bpp b/gfx/mail/0b9c7e.1bpp Binary files differdeleted file mode 100644 index 0057e120d..000000000 --- a/gfx/mail/0b9c7e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c7e.png b/gfx/mail/0b9c7e.png Binary files differnew file mode 100755 index 000000000..f9e7a3cae --- /dev/null +++ b/gfx/mail/0b9c7e.png diff --git a/gfx/mail/0b9c96.1bpp b/gfx/mail/0b9c96.1bpp Binary files differdeleted file mode 100644 index 8798f0fec..000000000 --- a/gfx/mail/0b9c96.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c9e.1bpp b/gfx/mail/0b9c9e.1bpp Binary files differdeleted file mode 100644 index d1f0f6b7e..000000000 --- a/gfx/mail/0b9c9e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9c9e.png b/gfx/mail/0b9c9e.png Binary files differnew file mode 100644 index 000000000..d91eae23f --- /dev/null +++ b/gfx/mail/0b9c9e.png diff --git a/gfx/mail/0b9cbe.1bpp b/gfx/mail/0b9cbe.1bpp Binary files differdeleted file mode 100644 index 503b8da3c..000000000 --- a/gfx/mail/0b9cbe.1bpp +++ /dev/null diff --git a/gfx/mail/0b9cbe.png b/gfx/mail/0b9cbe.png Binary files differnew file mode 100644 index 000000000..2147bef31 --- /dev/null +++ b/gfx/mail/0b9cbe.png diff --git a/gfx/mail/0b9cde.1bpp b/gfx/mail/0b9cde.1bpp Binary files differdeleted file mode 100644 index d6d1b99c2..000000000 --- a/gfx/mail/0b9cde.1bpp +++ /dev/null diff --git a/gfx/mail/0b9cde.png b/gfx/mail/0b9cde.png Binary files differnew file mode 100644 index 000000000..3f0d34edc --- /dev/null +++ b/gfx/mail/0b9cde.png diff --git a/gfx/mail/0b9cfe.1bpp b/gfx/mail/0b9cfe.1bpp Binary files differdeleted file mode 100644 index 09e552df6..000000000 --- a/gfx/mail/0b9cfe.1bpp +++ /dev/null diff --git a/gfx/mail/0b9cfe.png b/gfx/mail/0b9cfe.png Binary files differnew file mode 100755 index 000000000..4b7a26faa --- /dev/null +++ b/gfx/mail/0b9cfe.png diff --git a/gfx/mail/0b9d16.1bpp b/gfx/mail/0b9d16.1bpp Binary files differdeleted file mode 100644 index 61e9e3034..000000000 --- a/gfx/mail/0b9d16.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d16.png b/gfx/mail/0b9d16.png Binary files differnew file mode 100755 index 000000000..bc0786238 --- /dev/null +++ b/gfx/mail/0b9d16.png diff --git a/gfx/mail/0b9d26.1bpp b/gfx/mail/0b9d26.1bpp Binary files differdeleted file mode 100644 index 2f7129dab..000000000 --- a/gfx/mail/0b9d26.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d3e.1bpp b/gfx/mail/0b9d3e.1bpp Binary files differdeleted file mode 100644 index e8417d211..000000000 --- a/gfx/mail/0b9d3e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d46.1bpp b/gfx/mail/0b9d46.1bpp Binary files differdeleted file mode 100644 index e3e1dc2e7..000000000 --- a/gfx/mail/0b9d46.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d46.png b/gfx/mail/0b9d46.png Binary files differnew file mode 100755 index 000000000..466d26c39 --- /dev/null +++ b/gfx/mail/0b9d46.png diff --git a/gfx/mail/0b9d76.1bpp b/gfx/mail/0b9d76.1bpp Binary files differdeleted file mode 100644 index cd7cd4e76..000000000 --- a/gfx/mail/0b9d76.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d86.1bpp b/gfx/mail/0b9d86.1bpp Binary files differdeleted file mode 100644 index b048e2bfd..000000000 --- a/gfx/mail/0b9d86.1bpp +++ /dev/null diff --git a/gfx/mail/0b9d86.png b/gfx/mail/0b9d86.png Binary files differnew file mode 100755 index 000000000..d0ac239f3 --- /dev/null +++ b/gfx/mail/0b9d86.png diff --git a/gfx/mail/0b9db6.1bpp b/gfx/mail/0b9db6.1bpp Binary files differdeleted file mode 100644 index e894196d7..000000000 --- a/gfx/mail/0b9db6.1bpp +++ /dev/null diff --git a/gfx/mail/0b9dc6.1bpp b/gfx/mail/0b9dc6.1bpp deleted file mode 100644 index 9c56c6746..000000000 --- a/gfx/mail/0b9dc6.1bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/mail/0b9dc6.png b/gfx/mail/0b9dc6.png Binary files differnew file mode 100755 index 000000000..878021bf8 --- /dev/null +++ b/gfx/mail/0b9dc6.png diff --git a/gfx/mail/0b9dce.1bpp b/gfx/mail/0b9dce.1bpp Binary files differdeleted file mode 100644 index 3afe8b303..000000000 --- a/gfx/mail/0b9dce.1bpp +++ /dev/null diff --git a/gfx/mail/0b9df6.1bpp b/gfx/mail/0b9df6.1bpp Binary files differdeleted file mode 100644 index d74a3ff4a..000000000 --- a/gfx/mail/0b9df6.1bpp +++ /dev/null diff --git a/gfx/mail/0b9e06.1bpp b/gfx/mail/0b9e06.1bpp Binary files differdeleted file mode 100644 index 8f082c642..000000000 --- a/gfx/mail/0b9e06.1bpp +++ /dev/null diff --git a/gfx/mail/0b9e06.png b/gfx/mail/0b9e06.png Binary files differnew file mode 100644 index 000000000..035757ee4 --- /dev/null +++ b/gfx/mail/0b9e06.png diff --git a/gfx/mail/0b9e26.1bpp b/gfx/mail/0b9e26.1bpp deleted file mode 100644 index efe2887cf..000000000 --- a/gfx/mail/0b9e26.1bpp +++ /dev/null @@ -1 +0,0 @@ -Ù<<χ
\ No newline at end of file diff --git a/gfx/mail/0b9e26.png b/gfx/mail/0b9e26.png Binary files differnew file mode 100644 index 000000000..48b8e7b7b --- /dev/null +++ b/gfx/mail/0b9e26.png diff --git a/gfx/mail/0b9e4e.1bpp b/gfx/mail/0b9e4e.1bpp Binary files differdeleted file mode 100644 index 9207cfc8b..000000000 --- a/gfx/mail/0b9e4e.1bpp +++ /dev/null diff --git a/gfx/mail/0b9e4e.png b/gfx/mail/0b9e4e.png Binary files differnew file mode 100644 index 000000000..9efb3401f --- /dev/null +++ b/gfx/mail/0b9e4e.png diff --git a/gfx/misc/boulderdust.2bpp b/gfx/misc/boulderdust.2bpp Binary files differdeleted file mode 100644 index f8b9f0180..000000000 --- a/gfx/misc/boulderdust.2bpp +++ /dev/null diff --git a/gfx/misc/boulderdust.png b/gfx/misc/boulderdust.png Binary files differnew file mode 100644 index 000000000..9acb11c1b --- /dev/null +++ b/gfx/misc/boulderdust.png diff --git a/gfx/misc/card_right_corner.2bpp b/gfx/misc/card_right_corner.2bpp Binary files differdeleted file mode 100644 index 8445737b6..000000000 --- a/gfx/misc/card_right_corner.2bpp +++ /dev/null diff --git a/gfx/misc/card_right_corner.png b/gfx/misc/card_right_corner.png Binary files differnew file mode 100644 index 000000000..fa9aea024 --- /dev/null +++ b/gfx/misc/card_right_corner.png diff --git a/gfx/misc/card_status.2bpp b/gfx/misc/card_status.2bpp Binary files differdeleted file mode 100644 index 3234368a9..000000000 --- a/gfx/misc/card_status.2bpp +++ /dev/null diff --git a/gfx/misc/card_status.png b/gfx/misc/card_status.png Binary files differnew file mode 100644 index 000000000..b33bb2029 --- /dev/null +++ b/gfx/misc/card_status.png diff --git a/gfx/misc/chris.7x7.2bpp b/gfx/misc/chris.7x7.2bpp Binary files differdeleted file mode 100644 index e11cc53a8..000000000 --- a/gfx/misc/chris.7x7.2bpp +++ /dev/null diff --git a/gfx/misc/chris.png b/gfx/misc/chris.png Binary files differnew file mode 100644 index 000000000..19869944e --- /dev/null +++ b/gfx/misc/chris.png diff --git a/gfx/misc/chris_card.5x7.2bpp b/gfx/misc/chris_card.5x7.2bpp Binary files differdeleted file mode 100644 index 747bd0da5..000000000 --- a/gfx/misc/chris_card.5x7.2bpp +++ /dev/null diff --git a/gfx/misc/chris_card.png b/gfx/misc/chris_card.png Binary files differnew file mode 100644 index 000000000..977981d41 --- /dev/null +++ b/gfx/misc/chris_card.png diff --git a/gfx/misc/copyright.2bpp b/gfx/misc/copyright.2bpp Binary files differdeleted file mode 100644 index ba11614b1..000000000 --- a/gfx/misc/copyright.2bpp +++ /dev/null diff --git a/gfx/misc/copyright.png b/gfx/misc/copyright.png Binary files differnew file mode 100644 index 000000000..023bb93dd --- /dev/null +++ b/gfx/misc/copyright.png diff --git a/gfx/misc/cut_grass.2bpp b/gfx/misc/cut_grass.2bpp Binary files differdeleted file mode 100644 index 1c8a3f9a8..000000000 --- a/gfx/misc/cut_grass.2bpp +++ /dev/null diff --git a/gfx/misc/cut_grass.png b/gfx/misc/cut_grass.png Binary files differnew file mode 100644 index 000000000..b10e0cf8c --- /dev/null +++ b/gfx/misc/cut_grass.png diff --git a/gfx/misc/cut_tree.2bpp b/gfx/misc/cut_tree.2bpp Binary files differdeleted file mode 100644 index aa8078f31..000000000 --- a/gfx/misc/cut_tree.2bpp +++ /dev/null diff --git a/gfx/misc/cut_tree.png b/gfx/misc/cut_tree.png Binary files differnew file mode 100644 index 000000000..c1f1bc97d --- /dev/null +++ b/gfx/misc/cut_tree.png diff --git a/gfx/misc/dude.6x6.2bpp.lz b/gfx/misc/dude.2bpp.lz.d13fb490 Binary files differindex b8e96a09f..b8e96a09f 100644 --- a/gfx/misc/dude.6x6.2bpp.lz +++ b/gfx/misc/dude.2bpp.lz.d13fb490 diff --git a/gfx/misc/dude.png b/gfx/misc/dude.png Binary files differnew file mode 100644 index 000000000..9a74a90d6 --- /dev/null +++ b/gfx/misc/dude.png diff --git a/gfx/misc/fast_ship.2bpp b/gfx/misc/fast_ship.2bpp Binary files differdeleted file mode 100644 index e4a5525b6..000000000 --- a/gfx/misc/fast_ship.2bpp +++ /dev/null diff --git a/gfx/misc/fast_ship.png b/gfx/misc/fast_ship.png Binary files differnew file mode 100644 index 000000000..e92f00f55 --- /dev/null +++ b/gfx/misc/fast_ship.png diff --git a/gfx/misc/fishing2.2bpp b/gfx/misc/fishing2.2bpp Binary files differdeleted file mode 100644 index bb3ed2bbf..000000000 --- a/gfx/misc/fishing2.2bpp +++ /dev/null diff --git a/gfx/misc/fishing2.png b/gfx/misc/fishing2.png Binary files differnew file mode 100644 index 000000000..32d277269 --- /dev/null +++ b/gfx/misc/fishing2.png diff --git a/gfx/misc/fishing4.2bpp b/gfx/misc/fishing4.2bpp deleted file mode 100644 index 987a4ad34..000000000 --- a/gfx/misc/fishing4.2bpp +++ /dev/null @@ -1 +0,0 @@ -@ 2d 6
\ No newline at end of file diff --git a/gfx/misc/fishing4.png b/gfx/misc/fishing4.png Binary files differnew file mode 100644 index 000000000..0b2d73e2c --- /dev/null +++ b/gfx/misc/fishing4.png diff --git a/gfx/misc/gbc_only.w112.2bpp.lz b/gfx/misc/gbc_only.2bpp.lz.4a5bba0e Binary files differindex 9533fbe6d..9533fbe6d 100644 --- a/gfx/misc/gbc_only.w112.2bpp.lz +++ b/gfx/misc/gbc_only.2bpp.lz.4a5bba0e diff --git a/gfx/misc/gbc_only.png b/gfx/misc/gbc_only.png Binary files differnew file mode 100644 index 000000000..72bcf0131 --- /dev/null +++ b/gfx/misc/gbc_only.png diff --git a/gfx/misc/kris.7x7.2bpp b/gfx/misc/kris.7x7.2bpp Binary files differdeleted file mode 100644 index ac7a64689..000000000 --- a/gfx/misc/kris.7x7.2bpp +++ /dev/null diff --git a/gfx/misc/kris.png b/gfx/misc/kris.png Binary files differnew file mode 100644 index 000000000..7a855e676 --- /dev/null +++ b/gfx/misc/kris.png diff --git a/gfx/misc/kris_back.6x6.2bpp b/gfx/misc/kris_back.6x6.2bpp Binary files differdeleted file mode 100644 index e1c25d12c..000000000 --- a/gfx/misc/kris_back.6x6.2bpp +++ /dev/null diff --git a/gfx/misc/kris_back.png b/gfx/misc/kris_back.png Binary files differnew file mode 100644 index 000000000..eb0c1e941 --- /dev/null +++ b/gfx/misc/kris_back.png diff --git a/gfx/misc/kris_card.5x7.2bpp b/gfx/misc/kris_card.5x7.2bpp Binary files differdeleted file mode 100644 index 0cb916e9f..000000000 --- a/gfx/misc/kris_card.5x7.2bpp +++ /dev/null diff --git a/gfx/misc/kris_card.png b/gfx/misc/kris_card.png Binary files differnew file mode 100644 index 000000000..2ffa11159 --- /dev/null +++ b/gfx/misc/kris_card.png diff --git a/gfx/misc/leaders.png b/gfx/misc/leaders.png Binary files differnew file mode 100644 index 000000000..6e7eb0f8d --- /dev/null +++ b/gfx/misc/leaders.png diff --git a/gfx/misc/leaders.w24.2bpp b/gfx/misc/leaders.w24.2bpp Binary files differdeleted file mode 100644 index fecae45db..000000000 --- a/gfx/misc/leaders.w24.2bpp +++ /dev/null diff --git a/gfx/misc/mobile_adapter.2bpp b/gfx/misc/mobile_adapter.2bpp Binary files differdeleted file mode 100644 index 7c496ac42..000000000 --- a/gfx/misc/mobile_adapter.2bpp +++ /dev/null diff --git a/gfx/misc/mobile_adapter.png b/gfx/misc/mobile_adapter.png Binary files differnew file mode 100644 index 000000000..fa5965e92 --- /dev/null +++ b/gfx/misc/mobile_adapter.png diff --git a/gfx/misc/mystery_gift.2bpp b/gfx/misc/mystery_gift.2bpp Binary files differdeleted file mode 100644 index 04aff2048..000000000 --- a/gfx/misc/mystery_gift.2bpp +++ /dev/null diff --git a/gfx/misc/mystery_gift.png b/gfx/misc/mystery_gift.png Binary files differnew file mode 100644 index 000000000..0fd458dec --- /dev/null +++ b/gfx/misc/mystery_gift.png diff --git a/gfx/misc/mystery_gift_jp.2bpp b/gfx/misc/mystery_gift_jp.2bpp Binary files differdeleted file mode 100644 index 2439f25e1..000000000 --- a/gfx/misc/mystery_gift_jp.2bpp +++ /dev/null diff --git a/gfx/misc/mystery_gift_jp.png b/gfx/misc/mystery_gift_jp.png Binary files differnew file mode 100644 index 000000000..692cf8732 --- /dev/null +++ b/gfx/misc/mystery_gift_jp.png diff --git a/gfx/misc/pack.png b/gfx/misc/pack.png Binary files differindex 738a9dd94..b85fc0990 100644 --- a/gfx/misc/pack.png +++ b/gfx/misc/pack.png diff --git a/gfx/misc/pack_menu.2bpp b/gfx/misc/pack_menu.2bpp Binary files differdeleted file mode 100644 index 484bc94cb..000000000 --- a/gfx/misc/pack_menu.2bpp +++ /dev/null diff --git a/gfx/misc/pack_menu.png b/gfx/misc/pack_menu.png Binary files differnew file mode 100644 index 000000000..52e2bcdd5 --- /dev/null +++ b/gfx/misc/pack_menu.png diff --git a/gfx/misc/player.6x6.2bpp.lz b/gfx/misc/player.2bpp.lz.0312ddce Binary files differindex aec84bbab..aec84bbab 100644 --- a/gfx/misc/player.6x6.2bpp.lz +++ b/gfx/misc/player.2bpp.lz.0312ddce diff --git a/gfx/misc/player.png b/gfx/misc/player.png Binary files differnew file mode 100644 index 000000000..7bf3c50db --- /dev/null +++ b/gfx/misc/player.png diff --git a/gfx/misc/pokegear.2bpp.lz b/gfx/misc/pokegear.2bpp.lz.42315ab4 Binary files differindex df312a51b..df312a51b 100644 --- a/gfx/misc/pokegear.2bpp.lz +++ b/gfx/misc/pokegear.2bpp.lz.42315ab4 diff --git a/gfx/misc/pokegear.png b/gfx/misc/pokegear.png Binary files differnew file mode 100644 index 000000000..78774a260 --- /dev/null +++ b/gfx/misc/pokegear.png diff --git a/gfx/misc/pokegear_sprites.2bpp.lz b/gfx/misc/pokegear_sprites.2bpp.lz.7a3cc91f Binary files differindex b5af62d28..b5af62d28 100644 --- a/gfx/misc/pokegear_sprites.2bpp.lz +++ b/gfx/misc/pokegear_sprites.2bpp.lz.7a3cc91f diff --git a/gfx/misc/pokegear_sprites.png b/gfx/misc/pokegear_sprites.png Binary files differnew file mode 100644 index 000000000..746d4b486 --- /dev/null +++ b/gfx/misc/pokegear_sprites.png diff --git a/gfx/misc/sgb_border.2bpp b/gfx/misc/sgb_border.2bpp Binary files differdeleted file mode 100644 index 7f5f7f6fa..000000000 --- a/gfx/misc/sgb_border.2bpp +++ /dev/null diff --git a/gfx/misc/sgb_border.png b/gfx/misc/sgb_border.png Binary files differnew file mode 100644 index 000000000..867c36b10 --- /dev/null +++ b/gfx/misc/sgb_border.png diff --git a/gfx/misc/shadow.2bpp b/gfx/misc/shadow.2bpp deleted file mode 100644 index b62b99ffc..000000000 --- a/gfx/misc/shadow.2bpp +++ /dev/null @@ -1 +0,0 @@ -????
\ No newline at end of file diff --git a/gfx/misc/shadow.png b/gfx/misc/shadow.png Binary files differnew file mode 100644 index 000000000..ba3dab5be --- /dev/null +++ b/gfx/misc/shadow.png diff --git a/gfx/misc/town_map.2bpp.lz b/gfx/misc/town_map.2bpp.lz.c0587c86 Binary files differindex c807a372f..c807a372f 100644 --- a/gfx/misc/town_map.2bpp.lz +++ b/gfx/misc/town_map.2bpp.lz.c0587c86 diff --git a/gfx/misc/town_map.png b/gfx/misc/town_map.png Binary files differnew file mode 100644 index 000000000..6e7af59d0 --- /dev/null +++ b/gfx/misc/town_map.png diff --git a/gfx/misc/trainer_card.2bpp b/gfx/misc/trainer_card.2bpp Binary files differdeleted file mode 100644 index 09de7a2df..000000000 --- a/gfx/misc/trainer_card.2bpp +++ /dev/null diff --git a/gfx/misc/trainer_card.png b/gfx/misc/trainer_card.png Binary files differnew file mode 100644 index 000000000..88ce35bca --- /dev/null +++ b/gfx/misc/trainer_card.png diff --git a/gfx/misc/unknown_egg.5x5.2bpp.lz b/gfx/misc/unknown_egg.2bpp.lz.a5b6cbfa Binary files differindex d8de54c79..d8de54c79 100644 --- a/gfx/misc/unknown_egg.5x5.2bpp.lz +++ b/gfx/misc/unknown_egg.2bpp.lz.a5b6cbfa diff --git a/gfx/misc/unknown_egg.png b/gfx/misc/unknown_egg.png Binary files differnew file mode 100644 index 000000000..0642c28cf --- /dev/null +++ b/gfx/misc/unknown_egg.png diff --git a/gfx/misc/unown_font.2bpp b/gfx/misc/unown_font.2bpp Binary files differdeleted file mode 100644 index 4ec0bbea6..000000000 --- a/gfx/misc/unown_font.2bpp +++ /dev/null diff --git a/gfx/misc/unown_font.png b/gfx/misc/unown_font.png Binary files differnew file mode 100644 index 000000000..5ac70b807 --- /dev/null +++ b/gfx/misc/unown_font.png diff --git a/gfx/mobile/havewant.2bpp b/gfx/mobile/havewant.2bpp Binary files differdeleted file mode 100644 index 02cb8bb2c..000000000 --- a/gfx/mobile/havewant.2bpp +++ /dev/null diff --git a/gfx/mobile/havewant.png b/gfx/mobile/havewant.png Binary files differnew file mode 100644 index 000000000..7aa0a0544 --- /dev/null +++ b/gfx/mobile/havewant.png diff --git a/gfx/mobile/hp.1bpp b/gfx/mobile/hp.1bpp Binary files differdeleted file mode 100644 index 6ba57017b..000000000 --- a/gfx/mobile/hp.1bpp +++ /dev/null diff --git a/gfx/mobile/hp.png b/gfx/mobile/hp.png Binary files differnew file mode 100644 index 000000000..908141634 --- /dev/null +++ b/gfx/mobile/hp.png diff --git a/gfx/mobile/lv.1bpp b/gfx/mobile/lv.1bpp Binary files differdeleted file mode 100644 index 467a12dea..000000000 --- a/gfx/mobile/lv.1bpp +++ /dev/null diff --git a/gfx/mobile/lv.png b/gfx/mobile/lv.png Binary files differnew file mode 100644 index 000000000..5176fc585 --- /dev/null +++ b/gfx/mobile/lv.png diff --git a/gfx/mobile/overworld_phone_icon.2bpp b/gfx/mobile/overworld_phone_icon.2bpp deleted file mode 100644 index d19ae7f12..000000000 --- a/gfx/mobile/overworld_phone_icon.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/mobile/overworld_phone_icon.png b/gfx/mobile/overworld_phone_icon.png Binary files differnew file mode 100644 index 000000000..9e13a121b --- /dev/null +++ b/gfx/mobile/overworld_phone_icon.png diff --git a/gfx/mobile/phone_tiles.2bpp b/gfx/mobile/phone_tiles.2bpp Binary files differdeleted file mode 100644 index 93b085ee4..000000000 --- a/gfx/mobile/phone_tiles.2bpp +++ /dev/null diff --git a/gfx/mobile/phone_tiles.png b/gfx/mobile/phone_tiles.png Binary files differnew file mode 100644 index 000000000..5450c15f8 --- /dev/null +++ b/gfx/mobile/phone_tiles.png diff --git a/gfx/mobile/pokemon_news.2bpp b/gfx/mobile/pokemon_news.2bpp Binary files differdeleted file mode 100644 index cb67b634e..000000000 --- a/gfx/mobile/pokemon_news.2bpp +++ /dev/null diff --git a/gfx/mobile/pokemon_news.png b/gfx/mobile/pokemon_news.png Binary files differnew file mode 100644 index 000000000..f473f8d5c --- /dev/null +++ b/gfx/mobile/pokemon_news.png diff --git a/gfx/mobile/select.2bpp b/gfx/mobile/select.2bpp Binary files differdeleted file mode 100644 index 53144abf9..000000000 --- a/gfx/mobile/select.2bpp +++ /dev/null diff --git a/gfx/mobile/select.png b/gfx/mobile/select.png Binary files differnew file mode 100644 index 000000000..040205150 --- /dev/null +++ b/gfx/mobile/select.png diff --git a/gfx/overworld/000.2bpp b/gfx/overworld/000.2bpp Binary files differdeleted file mode 100644 index e05a2c3f1..000000000 --- a/gfx/overworld/000.2bpp +++ /dev/null diff --git a/gfx/overworld/000.png b/gfx/overworld/000.png Binary files differnew file mode 100644 index 000000000..1050bb02c --- /dev/null +++ b/gfx/overworld/000.png diff --git a/gfx/overworld/001.2bpp b/gfx/overworld/001.2bpp deleted file mode 100644 index af04601ad..000000000 --- a/gfx/overworld/001.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -3?<?PB< -B?2>9OO3>L||Hp0?;<_O<??;7\t?<:.<p8???>?<?3S|D88h_>"?(?!!?9?<OO?>&>|x@?/?'5;?.>?X谰 ? ?p?)?) 8|0? ?<?3SuM88 ?
\ No newline at end of file diff --git a/gfx/overworld/001.png b/gfx/overworld/001.png Binary files differnew file mode 100644 index 000000000..0d18d11a6 --- /dev/null +++ b/gfx/overworld/001.png diff --git a/gfx/overworld/002.2bpp b/gfx/overworld/002.2bpp deleted file mode 100644 index ec1facf43..000000000 --- a/gfx/overworld/002.2bpp +++ /dev/null @@ -1 +0,0 @@ -?7S@oRJ?3
p(0pp????_Oo_;7</?+<pp???9|
p(0pp
\ No newline at end of file diff --git a/gfx/overworld/002.png b/gfx/overworld/002.png Binary files differnew file mode 100644 index 000000000..0ca4acef9 --- /dev/null +++ b/gfx/overworld/002.png diff --git a/gfx/overworld/003.2bpp b/gfx/overworld/003.2bpp Binary files differdeleted file mode 100644 index 1db1ee7e2..000000000 --- a/gfx/overworld/003.2bpp +++ /dev/null diff --git a/gfx/overworld/003.png b/gfx/overworld/003.png Binary files differnew file mode 100644 index 000000000..7d82d400c --- /dev/null +++ b/gfx/overworld/003.png diff --git a/gfx/overworld/004.2bpp b/gfx/overworld/004.2bpp Binary files differdeleted file mode 100644 index c4f817c13..000000000 --- a/gfx/overworld/004.2bpp +++ /dev/null diff --git a/gfx/overworld/004.png b/gfx/overworld/004.png Binary files differnew file mode 100644 index 000000000..7a76574d0 --- /dev/null +++ b/gfx/overworld/004.png diff --git a/gfx/overworld/005.2bpp b/gfx/overworld/005.2bpp Binary files differdeleted file mode 100644 index e550d7ad6..000000000 --- a/gfx/overworld/005.2bpp +++ /dev/null diff --git a/gfx/overworld/005.png b/gfx/overworld/005.png Binary files differnew file mode 100644 index 000000000..018b676f5 --- /dev/null +++ b/gfx/overworld/005.png diff --git a/gfx/overworld/006.2bpp b/gfx/overworld/006.2bpp Binary files differdeleted file mode 100644 index f5499ff9e..000000000 --- a/gfx/overworld/006.2bpp +++ /dev/null diff --git a/gfx/overworld/006.png b/gfx/overworld/006.png Binary files differnew file mode 100644 index 000000000..17fc2fdc6 --- /dev/null +++ b/gfx/overworld/006.png diff --git a/gfx/overworld/007.2bpp b/gfx/overworld/007.2bpp Binary files differdeleted file mode 100644 index 2f14207b0..000000000 --- a/gfx/overworld/007.2bpp +++ /dev/null diff --git a/gfx/overworld/007.png b/gfx/overworld/007.png Binary files differnew file mode 100644 index 000000000..d72bb7ba1 --- /dev/null +++ b/gfx/overworld/007.png diff --git a/gfx/overworld/008.2bpp b/gfx/overworld/008.2bpp deleted file mode 100644 index 94df75fc7..000000000 --- a/gfx/overworld/008.2bpp +++ /dev/null @@ -1,7 +0,0 @@ -(7P@oR`0 -J?0/9M~^??9???~z/0PP@`0 - -?0_xW~Os?39?>>~8||>!? ? ?( pd? x(7P@oR`0 -J?0Oy_~??~80/0P@oP`0 - -?0_x_~Os?3~80 #<}B@@P@ (@>1=#(p pp
\ No newline at end of file diff --git a/gfx/overworld/008.png b/gfx/overworld/008.png Binary files differnew file mode 100644 index 000000000..90b499f16 --- /dev/null +++ b/gfx/overworld/008.png diff --git a/gfx/overworld/009.2bpp b/gfx/overworld/009.2bpp Binary files differdeleted file mode 100644 index 65cbdb1a2..000000000 --- a/gfx/overworld/009.2bpp +++ /dev/null diff --git a/gfx/overworld/009.png b/gfx/overworld/009.png Binary files differnew file mode 100644 index 000000000..b49f8e573 --- /dev/null +++ b/gfx/overworld/009.png diff --git a/gfx/overworld/010.2bpp b/gfx/overworld/010.2bpp Binary files differdeleted file mode 100644 index 1f21db12d..000000000 --- a/gfx/overworld/010.2bpp +++ /dev/null diff --git a/gfx/overworld/010.png b/gfx/overworld/010.png Binary files differnew file mode 100644 index 000000000..bd7fc20ea --- /dev/null +++ b/gfx/overworld/010.png diff --git a/gfx/overworld/011.2bpp b/gfx/overworld/011.2bpp Binary files differdeleted file mode 100644 index 36f409c46..000000000 --- a/gfx/overworld/011.2bpp +++ /dev/null diff --git a/gfx/overworld/011.png b/gfx/overworld/011.png Binary files differnew file mode 100644 index 000000000..36010c92d --- /dev/null +++ b/gfx/overworld/011.png diff --git a/gfx/overworld/012.2bpp b/gfx/overworld/012.2bpp Binary files differdeleted file mode 100644 index fc40c0f15..000000000 --- a/gfx/overworld/012.2bpp +++ /dev/null diff --git a/gfx/overworld/012.png b/gfx/overworld/012.png Binary files differnew file mode 100644 index 000000000..6ce1f3092 --- /dev/null +++ b/gfx/overworld/012.png diff --git a/gfx/overworld/013.2bpp b/gfx/overworld/013.2bpp Binary files differdeleted file mode 100644 index df6b3a16c..000000000 --- a/gfx/overworld/013.2bpp +++ /dev/null diff --git a/gfx/overworld/013.png b/gfx/overworld/013.png Binary files differnew file mode 100644 index 000000000..5644764c0 --- /dev/null +++ b/gfx/overworld/013.png diff --git a/gfx/overworld/014.2bpp b/gfx/overworld/014.2bpp Binary files differdeleted file mode 100644 index 58ce75371..000000000 --- a/gfx/overworld/014.2bpp +++ /dev/null diff --git a/gfx/overworld/014.png b/gfx/overworld/014.png Binary files differnew file mode 100644 index 000000000..84f330f1d --- /dev/null +++ b/gfx/overworld/014.png diff --git a/gfx/overworld/015.2bpp b/gfx/overworld/015.2bpp Binary files differdeleted file mode 100644 index 5de055557..000000000 --- a/gfx/overworld/015.2bpp +++ /dev/null diff --git a/gfx/overworld/015.png b/gfx/overworld/015.png Binary files differnew file mode 100644 index 000000000..ed1439b69 --- /dev/null +++ b/gfx/overworld/015.png diff --git a/gfx/overworld/016.2bpp b/gfx/overworld/016.2bpp deleted file mode 100644 index bdce93ada..000000000 --- a/gfx/overworld/016.2bpp +++ /dev/null @@ -1 +0,0 @@ -"?"?*?O_y0$4r/??'>' |p`` ? ? ?@D0"$??/?/ $Xp`` ?DI.?0
``@
\ No newline at end of file diff --git a/gfx/overworld/016.png b/gfx/overworld/016.png Binary files differnew file mode 100644 index 000000000..5229bb404 --- /dev/null +++ b/gfx/overworld/016.png diff --git a/gfx/overworld/017.2bpp b/gfx/overworld/017.2bpp Binary files differdeleted file mode 100644 index f51ec2470..000000000 --- a/gfx/overworld/017.2bpp +++ /dev/null diff --git a/gfx/overworld/017.png b/gfx/overworld/017.png Binary files differnew file mode 100644 index 000000000..a9bc75dbd --- /dev/null +++ b/gfx/overworld/017.png diff --git a/gfx/overworld/018.2bpp b/gfx/overworld/018.2bpp Binary files differdeleted file mode 100644 index 354fcfdca..000000000 --- a/gfx/overworld/018.2bpp +++ /dev/null diff --git a/gfx/overworld/018.png b/gfx/overworld/018.png Binary files differnew file mode 100644 index 000000000..ff8b28b98 --- /dev/null +++ b/gfx/overworld/018.png diff --git a/gfx/overworld/019.2bpp b/gfx/overworld/019.2bpp Binary files differdeleted file mode 100644 index 298a38351..000000000 --- a/gfx/overworld/019.2bpp +++ /dev/null diff --git a/gfx/overworld/019.png b/gfx/overworld/019.png Binary files differnew file mode 100644 index 000000000..b528045b5 --- /dev/null +++ b/gfx/overworld/019.png diff --git a/gfx/overworld/020.2bpp b/gfx/overworld/020.2bpp Binary files differdeleted file mode 100644 index 2c1da80cc..000000000 --- a/gfx/overworld/020.2bpp +++ /dev/null diff --git a/gfx/overworld/020.png b/gfx/overworld/020.png Binary files differnew file mode 100644 index 000000000..dcee550e0 --- /dev/null +++ b/gfx/overworld/020.png diff --git a/gfx/overworld/021.2bpp b/gfx/overworld/021.2bpp Binary files differdeleted file mode 100644 index 82240e622..000000000 --- a/gfx/overworld/021.2bpp +++ /dev/null diff --git a/gfx/overworld/021.png b/gfx/overworld/021.png Binary files differnew file mode 100644 index 000000000..54300be2d --- /dev/null +++ b/gfx/overworld/021.png diff --git a/gfx/overworld/022.2bpp b/gfx/overworld/022.2bpp Binary files differdeleted file mode 100644 index 2fd8ce8b6..000000000 --- a/gfx/overworld/022.2bpp +++ /dev/null diff --git a/gfx/overworld/022.png b/gfx/overworld/022.png Binary files differnew file mode 100644 index 000000000..0d8be19ec --- /dev/null +++ b/gfx/overworld/022.png diff --git a/gfx/overworld/023.2bpp b/gfx/overworld/023.2bpp Binary files differdeleted file mode 100644 index 745b1afca..000000000 --- a/gfx/overworld/023.2bpp +++ /dev/null diff --git a/gfx/overworld/023.png b/gfx/overworld/023.png Binary files differnew file mode 100644 index 000000000..69f152a3c --- /dev/null +++ b/gfx/overworld/023.png diff --git a/gfx/overworld/024.2bpp b/gfx/overworld/024.2bpp Binary files differdeleted file mode 100644 index 32bef007e..000000000 --- a/gfx/overworld/024.2bpp +++ /dev/null diff --git a/gfx/overworld/024.png b/gfx/overworld/024.png Binary files differnew file mode 100644 index 000000000..c4e721b75 --- /dev/null +++ b/gfx/overworld/024.png diff --git a/gfx/overworld/025.2bpp b/gfx/overworld/025.2bpp Binary files differdeleted file mode 100644 index 4ed34a450..000000000 --- a/gfx/overworld/025.2bpp +++ /dev/null diff --git a/gfx/overworld/025.png b/gfx/overworld/025.png Binary files differnew file mode 100644 index 000000000..f9f8ec431 --- /dev/null +++ b/gfx/overworld/025.png diff --git a/gfx/overworld/026.2bpp b/gfx/overworld/026.2bpp deleted file mode 100644 index 7be42b2df..000000000 --- a/gfx/overworld/026.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -?"='?(HJ0DR?*?$C?% T$А``? ? ? @@0? ?!C?' А``0 -,@
\ No newline at end of file diff --git a/gfx/overworld/026.png b/gfx/overworld/026.png Binary files differnew file mode 100644 index 000000000..8b95fb3fc --- /dev/null +++ b/gfx/overworld/026.png diff --git a/gfx/overworld/027.2bpp b/gfx/overworld/027.2bpp Binary files differdeleted file mode 100644 index 9381d7555..000000000 --- a/gfx/overworld/027.2bpp +++ /dev/null diff --git a/gfx/overworld/027.png b/gfx/overworld/027.png Binary files differnew file mode 100644 index 000000000..5f77217ef --- /dev/null +++ b/gfx/overworld/027.png diff --git a/gfx/overworld/028.2bpp b/gfx/overworld/028.2bpp Binary files differdeleted file mode 100644 index f5450a0f1..000000000 --- a/gfx/overworld/028.2bpp +++ /dev/null diff --git a/gfx/overworld/028.png b/gfx/overworld/028.png Binary files differnew file mode 100644 index 000000000..8b9857a85 --- /dev/null +++ b/gfx/overworld/028.png diff --git a/gfx/overworld/029.2bpp b/gfx/overworld/029.2bpp Binary files differdeleted file mode 100644 index 12fc0c187..000000000 --- a/gfx/overworld/029.2bpp +++ /dev/null diff --git a/gfx/overworld/029.png b/gfx/overworld/029.png Binary files differnew file mode 100644 index 000000000..5a2372dfa --- /dev/null +++ b/gfx/overworld/029.png diff --git a/gfx/overworld/030.2bpp b/gfx/overworld/030.2bpp Binary files differdeleted file mode 100644 index cdb942ab9..000000000 --- a/gfx/overworld/030.2bpp +++ /dev/null diff --git a/gfx/overworld/030.png b/gfx/overworld/030.png Binary files differnew file mode 100644 index 000000000..ae165c7ab --- /dev/null +++ b/gfx/overworld/030.png diff --git a/gfx/overworld/031.2bpp b/gfx/overworld/031.2bpp Binary files differdeleted file mode 100644 index 16691d982..000000000 --- a/gfx/overworld/031.2bpp +++ /dev/null diff --git a/gfx/overworld/031.png b/gfx/overworld/031.png Binary files differnew file mode 100644 index 000000000..22c157d82 --- /dev/null +++ b/gfx/overworld/031.png diff --git a/gfx/overworld/032.2bpp b/gfx/overworld/032.2bpp Binary files differdeleted file mode 100644 index db7652bbd..000000000 --- a/gfx/overworld/032.2bpp +++ /dev/null diff --git a/gfx/overworld/032.png b/gfx/overworld/032.png Binary files differnew file mode 100644 index 000000000..8afd066bd --- /dev/null +++ b/gfx/overworld/032.png diff --git a/gfx/overworld/033.2bpp b/gfx/overworld/033.2bpp Binary files differdeleted file mode 100644 index d2aff635f..000000000 --- a/gfx/overworld/033.2bpp +++ /dev/null diff --git a/gfx/overworld/033.png b/gfx/overworld/033.png Binary files differnew file mode 100644 index 000000000..ef29e27d5 --- /dev/null +++ b/gfx/overworld/033.png diff --git a/gfx/overworld/034.2bpp b/gfx/overworld/034.2bpp Binary files differdeleted file mode 100644 index ae075c338..000000000 --- a/gfx/overworld/034.2bpp +++ /dev/null diff --git a/gfx/overworld/034.png b/gfx/overworld/034.png Binary files differnew file mode 100644 index 000000000..ffd94f410 --- /dev/null +++ b/gfx/overworld/034.png diff --git a/gfx/overworld/035.2bpp b/gfx/overworld/035.2bpp Binary files differdeleted file mode 100644 index 17c6687a5..000000000 --- a/gfx/overworld/035.2bpp +++ /dev/null diff --git a/gfx/overworld/035.png b/gfx/overworld/035.png Binary files differnew file mode 100644 index 000000000..53bf81b13 --- /dev/null +++ b/gfx/overworld/035.png diff --git a/gfx/overworld/036.2bpp b/gfx/overworld/036.2bpp Binary files differdeleted file mode 100644 index 6edb8a305..000000000 --- a/gfx/overworld/036.2bpp +++ /dev/null diff --git a/gfx/overworld/036.png b/gfx/overworld/036.png Binary files differnew file mode 100644 index 000000000..e1306b6a0 --- /dev/null +++ b/gfx/overworld/036.png diff --git a/gfx/overworld/037.2bpp b/gfx/overworld/037.2bpp Binary files differdeleted file mode 100644 index 597f0e4ba..000000000 --- a/gfx/overworld/037.2bpp +++ /dev/null diff --git a/gfx/overworld/037.png b/gfx/overworld/037.png Binary files differnew file mode 100644 index 000000000..caa9f43af --- /dev/null +++ b/gfx/overworld/037.png diff --git a/gfx/overworld/038.2bpp b/gfx/overworld/038.2bpp Binary files differdeleted file mode 100644 index f0f329b63..000000000 --- a/gfx/overworld/038.2bpp +++ /dev/null diff --git a/gfx/overworld/038.png b/gfx/overworld/038.png Binary files differnew file mode 100644 index 000000000..5c0d33939 --- /dev/null +++ b/gfx/overworld/038.png diff --git a/gfx/overworld/039.2bpp b/gfx/overworld/039.2bpp Binary files differdeleted file mode 100644 index 4e8485fc2..000000000 --- a/gfx/overworld/039.2bpp +++ /dev/null diff --git a/gfx/overworld/039.png b/gfx/overworld/039.png Binary files differnew file mode 100644 index 000000000..762108ad5 --- /dev/null +++ b/gfx/overworld/039.png diff --git a/gfx/overworld/040.2bpp b/gfx/overworld/040.2bpp Binary files differdeleted file mode 100644 index 0901ed9b0..000000000 --- a/gfx/overworld/040.2bpp +++ /dev/null diff --git a/gfx/overworld/040.png b/gfx/overworld/040.png Binary files differnew file mode 100644 index 000000000..2107159e9 --- /dev/null +++ b/gfx/overworld/040.png diff --git a/gfx/overworld/041.2bpp b/gfx/overworld/041.2bpp Binary files differdeleted file mode 100644 index 00886ad62..000000000 --- a/gfx/overworld/041.2bpp +++ /dev/null diff --git a/gfx/overworld/041.png b/gfx/overworld/041.png Binary files differnew file mode 100644 index 000000000..af5a7e7e7 --- /dev/null +++ b/gfx/overworld/041.png diff --git a/gfx/overworld/042.2bpp b/gfx/overworld/042.2bpp Binary files differdeleted file mode 100644 index c3a136249..000000000 --- a/gfx/overworld/042.2bpp +++ /dev/null diff --git a/gfx/overworld/042.png b/gfx/overworld/042.png Binary files differnew file mode 100644 index 000000000..6866c7b30 --- /dev/null +++ b/gfx/overworld/042.png diff --git a/gfx/overworld/043.2bpp b/gfx/overworld/043.2bpp Binary files differdeleted file mode 100644 index 2542203c2..000000000 --- a/gfx/overworld/043.2bpp +++ /dev/null diff --git a/gfx/overworld/043.png b/gfx/overworld/043.png Binary files differnew file mode 100644 index 000000000..50ac2089e --- /dev/null +++ b/gfx/overworld/043.png diff --git a/gfx/overworld/044.2bpp b/gfx/overworld/044.2bpp Binary files differdeleted file mode 100644 index 2e167caf4..000000000 --- a/gfx/overworld/044.2bpp +++ /dev/null diff --git a/gfx/overworld/044.png b/gfx/overworld/044.png Binary files differnew file mode 100644 index 000000000..fea7979d3 --- /dev/null +++ b/gfx/overworld/044.png diff --git a/gfx/overworld/045.2bpp b/gfx/overworld/045.2bpp deleted file mode 100644 index 1f6239516..000000000 --- a/gfx/overworld/045.2bpp +++ /dev/null @@ -1 +0,0 @@ -;>?8|HH ?/?(?<p<8;?=?px?/_X~~>?=3xp;>?8|HH ?/?(?<p<8;?=?px?/_X~x>?=3
xp||
\ No newline at end of file diff --git a/gfx/overworld/045.png b/gfx/overworld/045.png Binary files differnew file mode 100644 index 000000000..aa1fbc06f --- /dev/null +++ b/gfx/overworld/045.png diff --git a/gfx/overworld/046.2bpp b/gfx/overworld/046.2bpp Binary files differdeleted file mode 100644 index 8a5d7ec67..000000000 --- a/gfx/overworld/046.2bpp +++ /dev/null diff --git a/gfx/overworld/046.png b/gfx/overworld/046.png Binary files differnew file mode 100644 index 000000000..abe61a31d --- /dev/null +++ b/gfx/overworld/046.png diff --git a/gfx/overworld/047.2bpp b/gfx/overworld/047.2bpp Binary files differdeleted file mode 100644 index 7b563b1c7..000000000 --- a/gfx/overworld/047.2bpp +++ /dev/null diff --git a/gfx/overworld/047.png b/gfx/overworld/047.png Binary files differnew file mode 100644 index 000000000..763b2a2b1 --- /dev/null +++ b/gfx/overworld/047.png diff --git a/gfx/overworld/048.2bpp b/gfx/overworld/048.2bpp Binary files differdeleted file mode 100644 index 882f016cf..000000000 --- a/gfx/overworld/048.2bpp +++ /dev/null diff --git a/gfx/overworld/048.png b/gfx/overworld/048.png Binary files differnew file mode 100644 index 000000000..4c1818b2b --- /dev/null +++ b/gfx/overworld/048.png diff --git a/gfx/overworld/049.2bpp b/gfx/overworld/049.2bpp Binary files differdeleted file mode 100644 index b1e79ffb0..000000000 --- a/gfx/overworld/049.2bpp +++ /dev/null diff --git a/gfx/overworld/049.png b/gfx/overworld/049.png Binary files differnew file mode 100644 index 000000000..eed753ab2 --- /dev/null +++ b/gfx/overworld/049.png diff --git a/gfx/overworld/050.2bpp b/gfx/overworld/050.2bpp Binary files differdeleted file mode 100644 index 9b45a1c2b..000000000 --- a/gfx/overworld/050.2bpp +++ /dev/null diff --git a/gfx/overworld/050.png b/gfx/overworld/050.png Binary files differnew file mode 100644 index 000000000..f53f71105 --- /dev/null +++ b/gfx/overworld/050.png diff --git a/gfx/overworld/051.2bpp b/gfx/overworld/051.2bpp Binary files differdeleted file mode 100644 index 1e4f970a2..000000000 --- a/gfx/overworld/051.2bpp +++ /dev/null diff --git a/gfx/overworld/051.png b/gfx/overworld/051.png Binary files differnew file mode 100644 index 000000000..e6a3d7d03 --- /dev/null +++ b/gfx/overworld/051.png diff --git a/gfx/overworld/052.2bpp b/gfx/overworld/052.2bpp Binary files differdeleted file mode 100644 index 2bc8793ab..000000000 --- a/gfx/overworld/052.2bpp +++ /dev/null diff --git a/gfx/overworld/052.png b/gfx/overworld/052.png Binary files differnew file mode 100644 index 000000000..43a71bd6e --- /dev/null +++ b/gfx/overworld/052.png diff --git a/gfx/overworld/053.2bpp b/gfx/overworld/053.2bpp Binary files differdeleted file mode 100644 index 97a5e6ab6..000000000 --- a/gfx/overworld/053.2bpp +++ /dev/null diff --git a/gfx/overworld/053.png b/gfx/overworld/053.png Binary files differnew file mode 100644 index 000000000..b8714ba6f --- /dev/null +++ b/gfx/overworld/053.png diff --git a/gfx/overworld/054.2bpp b/gfx/overworld/054.2bpp Binary files differdeleted file mode 100644 index fec70f27c..000000000 --- a/gfx/overworld/054.2bpp +++ /dev/null diff --git a/gfx/overworld/054.png b/gfx/overworld/054.png Binary files differnew file mode 100644 index 000000000..4cd71fcfc --- /dev/null +++ b/gfx/overworld/054.png diff --git a/gfx/overworld/055.2bpp b/gfx/overworld/055.2bpp Binary files differdeleted file mode 100644 index df716add1..000000000 --- a/gfx/overworld/055.2bpp +++ /dev/null diff --git a/gfx/overworld/055.png b/gfx/overworld/055.png Binary files differnew file mode 100644 index 000000000..b6c98bbef --- /dev/null +++ b/gfx/overworld/055.png diff --git a/gfx/overworld/056.2bpp b/gfx/overworld/056.2bpp Binary files differdeleted file mode 100644 index 6d69aee66..000000000 --- a/gfx/overworld/056.2bpp +++ /dev/null diff --git a/gfx/overworld/056.png b/gfx/overworld/056.png Binary files differnew file mode 100644 index 000000000..77a5fb914 --- /dev/null +++ b/gfx/overworld/056.png diff --git a/gfx/overworld/057.2bpp b/gfx/overworld/057.2bpp Binary files differdeleted file mode 100644 index 0c62b196b..000000000 --- a/gfx/overworld/057.2bpp +++ /dev/null diff --git a/gfx/overworld/057.png b/gfx/overworld/057.png Binary files differnew file mode 100644 index 000000000..a84a2e371 --- /dev/null +++ b/gfx/overworld/057.png diff --git a/gfx/overworld/058.2bpp b/gfx/overworld/058.2bpp Binary files differdeleted file mode 100644 index 702f325a1..000000000 --- a/gfx/overworld/058.2bpp +++ /dev/null diff --git a/gfx/overworld/058.png b/gfx/overworld/058.png Binary files differnew file mode 100644 index 000000000..748444f8e --- /dev/null +++ b/gfx/overworld/058.png diff --git a/gfx/overworld/059.2bpp b/gfx/overworld/059.2bpp Binary files differdeleted file mode 100644 index a4e8d6899..000000000 --- a/gfx/overworld/059.2bpp +++ /dev/null diff --git a/gfx/overworld/059.png b/gfx/overworld/059.png Binary files differnew file mode 100644 index 000000000..39c44291e --- /dev/null +++ b/gfx/overworld/059.png diff --git a/gfx/overworld/060.2bpp b/gfx/overworld/060.2bpp Binary files differdeleted file mode 100644 index 32daceb69..000000000 --- a/gfx/overworld/060.2bpp +++ /dev/null diff --git a/gfx/overworld/060.png b/gfx/overworld/060.png Binary files differnew file mode 100644 index 000000000..0ea041f5b --- /dev/null +++ b/gfx/overworld/060.png diff --git a/gfx/overworld/061.2bpp b/gfx/overworld/061.2bpp Binary files differdeleted file mode 100644 index 69b2e4e70..000000000 --- a/gfx/overworld/061.2bpp +++ /dev/null diff --git a/gfx/overworld/061.png b/gfx/overworld/061.png Binary files differnew file mode 100644 index 000000000..802230467 --- /dev/null +++ b/gfx/overworld/061.png diff --git a/gfx/overworld/062.2bpp b/gfx/overworld/062.2bpp Binary files differdeleted file mode 100644 index b1f5b464b..000000000 --- a/gfx/overworld/062.2bpp +++ /dev/null diff --git a/gfx/overworld/062.png b/gfx/overworld/062.png Binary files differnew file mode 100644 index 000000000..d979b9a6e --- /dev/null +++ b/gfx/overworld/062.png diff --git a/gfx/overworld/063.2bpp b/gfx/overworld/063.2bpp Binary files differdeleted file mode 100644 index e7fd2bc18..000000000 --- a/gfx/overworld/063.2bpp +++ /dev/null diff --git a/gfx/overworld/063.png b/gfx/overworld/063.png Binary files differnew file mode 100644 index 000000000..38a6125d2 --- /dev/null +++ b/gfx/overworld/063.png diff --git a/gfx/overworld/064.2bpp b/gfx/overworld/064.2bpp Binary files differdeleted file mode 100644 index 28c141dfa..000000000 --- a/gfx/overworld/064.2bpp +++ /dev/null diff --git a/gfx/overworld/064.png b/gfx/overworld/064.png Binary files differnew file mode 100644 index 000000000..9aec228c5 --- /dev/null +++ b/gfx/overworld/064.png diff --git a/gfx/overworld/065.2bpp b/gfx/overworld/065.2bpp Binary files differdeleted file mode 100644 index 826e6460e..000000000 --- a/gfx/overworld/065.2bpp +++ /dev/null diff --git a/gfx/overworld/065.png b/gfx/overworld/065.png Binary files differnew file mode 100644 index 000000000..0d102b04a --- /dev/null +++ b/gfx/overworld/065.png diff --git a/gfx/overworld/066.2bpp b/gfx/overworld/066.2bpp Binary files differdeleted file mode 100644 index da551977f..000000000 --- a/gfx/overworld/066.2bpp +++ /dev/null diff --git a/gfx/overworld/066.png b/gfx/overworld/066.png Binary files differnew file mode 100644 index 000000000..f62252038 --- /dev/null +++ b/gfx/overworld/066.png diff --git a/gfx/overworld/067.2bpp b/gfx/overworld/067.2bpp Binary files differdeleted file mode 100644 index b35296544..000000000 --- a/gfx/overworld/067.2bpp +++ /dev/null diff --git a/gfx/overworld/067.png b/gfx/overworld/067.png Binary files differnew file mode 100644 index 000000000..9dfe77ff4 --- /dev/null +++ b/gfx/overworld/067.png diff --git a/gfx/overworld/068.2bpp b/gfx/overworld/068.2bpp deleted file mode 100644 index 3cac02f74..000000000 --- a/gfx/overworld/068.2bpp +++ /dev/null @@ -1 +0,0 @@ -88GP|c<+<#@O88|xx? ? ?pp
\ No newline at end of file diff --git a/gfx/overworld/068.png b/gfx/overworld/068.png Binary files differnew file mode 100644 index 000000000..d651ad3e6 --- /dev/null +++ b/gfx/overworld/068.png diff --git a/gfx/overworld/069.2bpp b/gfx/overworld/069.2bpp Binary files differdeleted file mode 100644 index 8b5d0dc34..000000000 --- a/gfx/overworld/069.2bpp +++ /dev/null diff --git a/gfx/overworld/069.png b/gfx/overworld/069.png Binary files differnew file mode 100644 index 000000000..7408cbbbc --- /dev/null +++ b/gfx/overworld/069.png diff --git a/gfx/overworld/070.2bpp b/gfx/overworld/070.2bpp Binary files differdeleted file mode 100644 index f13f3a80c..000000000 --- a/gfx/overworld/070.2bpp +++ /dev/null diff --git a/gfx/overworld/070.png b/gfx/overworld/070.png Binary files differnew file mode 100644 index 000000000..45f27649e --- /dev/null +++ b/gfx/overworld/070.png diff --git a/gfx/overworld/071.2bpp b/gfx/overworld/071.2bpp Binary files differdeleted file mode 100644 index de6d4772a..000000000 --- a/gfx/overworld/071.2bpp +++ /dev/null diff --git a/gfx/overworld/071.png b/gfx/overworld/071.png Binary files differnew file mode 100644 index 000000000..a1f74da03 --- /dev/null +++ b/gfx/overworld/071.png diff --git a/gfx/overworld/072.2bpp b/gfx/overworld/072.2bpp Binary files differdeleted file mode 100644 index bbd9e6f30..000000000 --- a/gfx/overworld/072.2bpp +++ /dev/null diff --git a/gfx/overworld/072.png b/gfx/overworld/072.png Binary files differnew file mode 100644 index 000000000..b4d3b5f2a --- /dev/null +++ b/gfx/overworld/072.png diff --git a/gfx/overworld/073.2bpp b/gfx/overworld/073.2bpp deleted file mode 100644 index e650a0fa6..000000000 --- a/gfx/overworld/073.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -???:?0ToR\*J?0?'<'x<x??????_o_?0?/</< -~<$?9gc??0c??t`ߤT`<3OxO?<0xȰ``??߿`?0_x_7???0x``???7?4xH+</3s~99`|
\ No newline at end of file diff --git a/gfx/overworld/073.png b/gfx/overworld/073.png Binary files differnew file mode 100644 index 000000000..5d056cf42 --- /dev/null +++ b/gfx/overworld/073.png diff --git a/gfx/overworld/074.2bpp b/gfx/overworld/074.2bpp Binary files differdeleted file mode 100644 index 2407b11df..000000000 --- a/gfx/overworld/074.2bpp +++ /dev/null diff --git a/gfx/overworld/074.png b/gfx/overworld/074.png Binary files differnew file mode 100644 index 000000000..ed0fa1d28 --- /dev/null +++ b/gfx/overworld/074.png diff --git a/gfx/overworld/075.2bpp b/gfx/overworld/075.2bpp Binary files differdeleted file mode 100644 index 542d6ef24..000000000 --- a/gfx/overworld/075.2bpp +++ /dev/null diff --git a/gfx/overworld/075.png b/gfx/overworld/075.png Binary files differnew file mode 100644 index 000000000..80d615b2e --- /dev/null +++ b/gfx/overworld/075.png diff --git a/gfx/overworld/076.2bpp b/gfx/overworld/076.2bpp Binary files differdeleted file mode 100644 index 32e75d48b..000000000 --- a/gfx/overworld/076.2bpp +++ /dev/null diff --git a/gfx/overworld/076.png b/gfx/overworld/076.png Binary files differnew file mode 100644 index 000000000..06fe00768 --- /dev/null +++ b/gfx/overworld/076.png diff --git a/gfx/overworld/077.2bpp b/gfx/overworld/077.2bpp Binary files differdeleted file mode 100644 index d74e9980d..000000000 --- a/gfx/overworld/077.2bpp +++ /dev/null diff --git a/gfx/overworld/077.png b/gfx/overworld/077.png Binary files differnew file mode 100644 index 000000000..9e2009940 --- /dev/null +++ b/gfx/overworld/077.png diff --git a/gfx/overworld/078.2bpp b/gfx/overworld/078.2bpp Binary files differdeleted file mode 100644 index bd2dcea81..000000000 --- a/gfx/overworld/078.2bpp +++ /dev/null diff --git a/gfx/overworld/078.png b/gfx/overworld/078.png Binary files differnew file mode 100644 index 000000000..3b6c621b8 --- /dev/null +++ b/gfx/overworld/078.png diff --git a/gfx/overworld/079.2bpp b/gfx/overworld/079.2bpp Binary files differdeleted file mode 100644 index 91659bdc6..000000000 --- a/gfx/overworld/079.2bpp +++ /dev/null diff --git a/gfx/overworld/079.png b/gfx/overworld/079.png Binary files differnew file mode 100644 index 000000000..7996be17e --- /dev/null +++ b/gfx/overworld/079.png diff --git a/gfx/overworld/080.2bpp b/gfx/overworld/080.2bpp deleted file mode 100644 index c03f2a4d6..000000000 --- a/gfx/overworld/080.2bpp +++ /dev/null @@ -1 +0,0 @@ -78??4???xS08X<tk?/?1?"\w5ͷ22
\ No newline at end of file diff --git a/gfx/overworld/080.png b/gfx/overworld/080.png Binary files differnew file mode 100644 index 000000000..6d2bdc8d7 --- /dev/null +++ b/gfx/overworld/080.png diff --git a/gfx/overworld/081.2bpp b/gfx/overworld/081.2bpp Binary files differdeleted file mode 100644 index d9efd679e..000000000 --- a/gfx/overworld/081.2bpp +++ /dev/null diff --git a/gfx/overworld/081.png b/gfx/overworld/081.png Binary files differnew file mode 100644 index 000000000..9354f928b --- /dev/null +++ b/gfx/overworld/081.png diff --git a/gfx/overworld/082.2bpp b/gfx/overworld/082.2bpp Binary files differdeleted file mode 100644 index f6395da92..000000000 --- a/gfx/overworld/082.2bpp +++ /dev/null diff --git a/gfx/overworld/082.png b/gfx/overworld/082.png Binary files differnew file mode 100644 index 000000000..d124616b0 --- /dev/null +++ b/gfx/overworld/082.png diff --git a/gfx/overworld/083.2bpp b/gfx/overworld/083.2bpp Binary files differdeleted file mode 100644 index feb6d7d19..000000000 --- a/gfx/overworld/083.2bpp +++ /dev/null diff --git a/gfx/overworld/083.png b/gfx/overworld/083.png Binary files differnew file mode 100644 index 000000000..b12bf897c --- /dev/null +++ b/gfx/overworld/083.png diff --git a/gfx/overworld/084.2bpp b/gfx/overworld/084.2bpp Binary files differdeleted file mode 100644 index 40ee737a7..000000000 --- a/gfx/overworld/084.2bpp +++ /dev/null diff --git a/gfx/overworld/084.png b/gfx/overworld/084.png Binary files differnew file mode 100644 index 000000000..63846bfad --- /dev/null +++ b/gfx/overworld/084.png diff --git a/gfx/overworld/085.2bpp b/gfx/overworld/085.2bpp Binary files differdeleted file mode 100644 index 3d7694f43..000000000 --- a/gfx/overworld/085.2bpp +++ /dev/null diff --git a/gfx/overworld/085.png b/gfx/overworld/085.png Binary files differnew file mode 100644 index 000000000..da171b3b2 --- /dev/null +++ b/gfx/overworld/085.png diff --git a/gfx/overworld/086.2bpp b/gfx/overworld/086.2bpp Binary files differdeleted file mode 100644 index bbe5b9fa8..000000000 --- a/gfx/overworld/086.2bpp +++ /dev/null diff --git a/gfx/overworld/086.png b/gfx/overworld/086.png Binary files differnew file mode 100644 index 000000000..dba7dc130 --- /dev/null +++ b/gfx/overworld/086.png diff --git a/gfx/overworld/087.2bpp b/gfx/overworld/087.2bpp deleted file mode 100644 index 7d28ef270..000000000 --- a/gfx/overworld/087.2bpp +++ /dev/null @@ -1 +0,0 @@ - ?"?'=Ox0DGny Ov``
\ No newline at end of file diff --git a/gfx/overworld/087.png b/gfx/overworld/087.png Binary files differnew file mode 100644 index 000000000..fad0eedd8 --- /dev/null +++ b/gfx/overworld/087.png diff --git a/gfx/overworld/088.2bpp b/gfx/overworld/088.2bpp deleted file mode 100644 index da35730d0..000000000 --- a/gfx/overworld/088.2bpp +++ /dev/null @@ -1 +0,0 @@ -7\tp|zq~Go??>px
\ No newline at end of file diff --git a/gfx/overworld/088.png b/gfx/overworld/088.png Binary files differnew file mode 100644 index 000000000..5a614d7bb --- /dev/null +++ b/gfx/overworld/088.png diff --git a/gfx/overworld/089.2bpp b/gfx/overworld/089.2bpp deleted file mode 100644 index f3386f2a5..000000000 --- a/gfx/overworld/089.2bpp +++ /dev/null @@ -1 +0,0 @@ -? @ժѮR^C+ҭu??+W~
\ No newline at end of file diff --git a/gfx/overworld/089.png b/gfx/overworld/089.png Binary files differnew file mode 100644 index 000000000..9b408e021 --- /dev/null +++ b/gfx/overworld/089.png diff --git a/gfx/overworld/090.2bpp b/gfx/overworld/090.2bpp Binary files differdeleted file mode 100644 index ec7867d54..000000000 --- a/gfx/overworld/090.2bpp +++ /dev/null diff --git a/gfx/overworld/090.png b/gfx/overworld/090.png Binary files differnew file mode 100644 index 000000000..4eaae4591 --- /dev/null +++ b/gfx/overworld/090.png diff --git a/gfx/overworld/091.2bpp b/gfx/overworld/091.2bpp Binary files differdeleted file mode 100644 index 182a360fe..000000000 --- a/gfx/overworld/091.2bpp +++ /dev/null diff --git a/gfx/overworld/091.png b/gfx/overworld/091.png Binary files differnew file mode 100644 index 000000000..15ff22d0a --- /dev/null +++ b/gfx/overworld/091.png diff --git a/gfx/overworld/092.2bpp b/gfx/overworld/092.2bpp deleted file mode 100644 index 3c38a9b3a..000000000 --- a/gfx/overworld/092.2bpp +++ /dev/null @@ -1 +0,0 @@ -;2nO]i6)]`йlLvږl3MGx0?>
\ No newline at end of file diff --git a/gfx/overworld/092.png b/gfx/overworld/092.png Binary files differnew file mode 100644 index 000000000..b27633907 --- /dev/null +++ b/gfx/overworld/092.png diff --git a/gfx/overworld/093.2bpp b/gfx/overworld/093.2bpp Binary files differdeleted file mode 100644 index 594985e43..000000000 --- a/gfx/overworld/093.2bpp +++ /dev/null diff --git a/gfx/overworld/093.png b/gfx/overworld/093.png Binary files differnew file mode 100644 index 000000000..cc12f9f34 --- /dev/null +++ b/gfx/overworld/093.png diff --git a/gfx/overworld/094.2bpp b/gfx/overworld/094.2bpp Binary files differdeleted file mode 100644 index 73964d04e..000000000 --- a/gfx/overworld/094.2bpp +++ /dev/null diff --git a/gfx/overworld/094.png b/gfx/overworld/094.png Binary files differnew file mode 100644 index 000000000..458cda431 --- /dev/null +++ b/gfx/overworld/094.png diff --git a/gfx/overworld/095.2bpp b/gfx/overworld/095.2bpp Binary files differdeleted file mode 100644 index a4d55c72d..000000000 --- a/gfx/overworld/095.2bpp +++ /dev/null diff --git a/gfx/overworld/095.png b/gfx/overworld/095.png Binary files differnew file mode 100644 index 000000000..d4339470e --- /dev/null +++ b/gfx/overworld/095.png diff --git a/gfx/overworld/096.2bpp b/gfx/overworld/096.2bpp deleted file mode 100644 index 11e6a4fd5..000000000 --- a/gfx/overworld/096.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -%?/:08xȤ\GxOO3>O|Hp(7/88c\t?<a:.<p '>-;88Ȅ
?3S|D88_>" q<."Oy?<OO?>'|x@ t -C1?1X谰,3O|[w?%?)?) pp0>#?3SuM88?
\ No newline at end of file diff --git a/gfx/overworld/096.png b/gfx/overworld/096.png Binary files differnew file mode 100644 index 000000000..161ce5722 --- /dev/null +++ b/gfx/overworld/096.png diff --git a/gfx/overworld/097.2bpp b/gfx/overworld/097.2bpp deleted file mode 100644 index 7da1f4b4a..000000000 --- a/gfx/overworld/097.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -/0P@oV -jp?3{LK?<8/2<??___??/<[X0?<? ? ? ?,xx<<|? xx
\ No newline at end of file diff --git a/gfx/overworld/097.png b/gfx/overworld/097.png Binary files differnew file mode 100644 index 000000000..69e46b84c --- /dev/null +++ b/gfx/overworld/097.png diff --git a/gfx/overworld/098.2bpp b/gfx/overworld/098.2bpp deleted file mode 100644 index 45ee3056d..000000000 --- a/gfx/overworld/098.2bpp +++ /dev/null @@ -1 +0,0 @@ -
>}}56=w^| ,ny_y_R^OWWuJz08
\ No newline at end of file diff --git a/gfx/overworld/098.png b/gfx/overworld/098.png Binary files differnew file mode 100644 index 000000000..c3aef5c6c --- /dev/null +++ b/gfx/overworld/098.png diff --git a/gfx/overworld/099.2bpp b/gfx/overworld/099.2bpp deleted file mode 100644 index e95759482..000000000 --- a/gfx/overworld/099.2bpp +++ /dev/null @@ -1 +0,0 @@ -?8O~5?C7=Xh~7<?-?'?;??~F~R<<<~b~J<<
\ No newline at end of file diff --git a/gfx/overworld/099.png b/gfx/overworld/099.png Binary files differnew file mode 100644 index 000000000..1ff4fd63c --- /dev/null +++ b/gfx/overworld/099.png diff --git a/gfx/overworld/100.2bpp b/gfx/overworld/100.2bpp deleted file mode 100644 index 3aa0fd5c0..000000000 --- a/gfx/overworld/100.2bpp +++ /dev/null @@ -1 +0,0 @@ -?/{O]S?(?=w}s#?:>~V||^~~j>>
\ No newline at end of file diff --git a/gfx/overworld/100.png b/gfx/overworld/100.png Binary files differnew file mode 100644 index 000000000..4a5f1f186 --- /dev/null +++ b/gfx/overworld/100.png diff --git a/gfx/overworld/101.2bpp b/gfx/overworld/101.2bpp deleted file mode 100644 index 579b552f1..000000000 --- a/gfx/overworld/101.2bpp +++ /dev/null @@ -1 +0,0 @@ -????_~ToR~*J?2?'=&Lxdxx????__o_;7?/8/8xpp??7?+7..800
\ No newline at end of file diff --git a/gfx/overworld/101.png b/gfx/overworld/101.png Binary files differnew file mode 100644 index 000000000..61a8b79c6 --- /dev/null +++ b/gfx/overworld/101.png diff --git a/gfx/overworld/chris_fish.2bpp b/gfx/overworld/chris_fish.2bpp Binary files differdeleted file mode 100644 index c3609ab54..000000000 --- a/gfx/overworld/chris_fish.2bpp +++ /dev/null diff --git a/gfx/overworld/chris_fish.png b/gfx/overworld/chris_fish.png Binary files differnew file mode 100644 index 000000000..ea0730151 --- /dev/null +++ b/gfx/overworld/chris_fish.png diff --git a/gfx/overworld/kris_fish.2bpp b/gfx/overworld/kris_fish.2bpp Binary files differdeleted file mode 100644 index 9d47dc140..000000000 --- a/gfx/overworld/kris_fish.2bpp +++ /dev/null diff --git a/gfx/overworld/kris_fish.png b/gfx/overworld/kris_fish.png Binary files differnew file mode 100644 index 000000000..a47b89042 --- /dev/null +++ b/gfx/overworld/kris_fish.png diff --git a/gfx/overworld/trainer_battle_pokeball_tiles.2bpp b/gfx/overworld/trainer_battle_pokeball_tiles.2bpp deleted file mode 100644 index 09e51fd67..000000000 --- a/gfx/overworld/trainer_battle_pokeball_tiles.2bpp +++ /dev/null @@ -1 +0,0 @@ -Áý
\ No newline at end of file diff --git a/gfx/overworld/trainer_battle_pokeball_tiles.png b/gfx/overworld/trainer_battle_pokeball_tiles.png Binary files differnew file mode 100644 index 000000000..a4655d26e --- /dev/null +++ b/gfx/overworld/trainer_battle_pokeball_tiles.png diff --git a/gfx/pc.2bpp.lz b/gfx/pc.2bpp.lz.2201c1aa Binary files differindex 996cfadc9..996cfadc9 100644 --- a/gfx/pc.2bpp.lz +++ b/gfx/pc.2bpp.lz.2201c1aa diff --git a/gfx/pc.png b/gfx/pc.png Binary files differnew file mode 100644 index 000000000..ce8fed73b --- /dev/null +++ b/gfx/pc.png diff --git a/gfx/pc_mail.2bpp b/gfx/pc_mail.2bpp Binary files differdeleted file mode 100644 index 9a6d66ab9..000000000 --- a/gfx/pc_mail.2bpp +++ /dev/null diff --git a/gfx/pc_mail.png b/gfx/pc_mail.png Binary files differnew file mode 100644 index 000000000..fd4b2892f --- /dev/null +++ b/gfx/pc_mail.png diff --git a/gfx/pokedex/pokedex.2bpp.lz b/gfx/pokedex/pokedex.2bpp.lz.3726dd3f Binary files differindex 8f7e3aafb..8f7e3aafb 100644 --- a/gfx/pokedex/pokedex.2bpp.lz +++ b/gfx/pokedex/pokedex.2bpp.lz.3726dd3f diff --git a/gfx/pokedex/pokedex.png b/gfx/pokedex/pokedex.png Binary files differnew file mode 100644 index 000000000..48af514c7 --- /dev/null +++ b/gfx/pokedex/pokedex.png diff --git a/gfx/pokedex/select_start.2bpp b/gfx/pokedex/select_start.2bpp deleted file mode 100644 index c223eb635..000000000 --- a/gfx/pokedex/select_start.2bpp +++ /dev/null @@ -1 +0,0 @@ -ˉ,,mm,,mmmm$$ۛUUUUUUUU
\ No newline at end of file diff --git a/gfx/pokedex/select_start.png b/gfx/pokedex/select_start.png Binary files differnew file mode 100644 index 000000000..efa8d4a46 --- /dev/null +++ b/gfx/pokedex/select_start.png diff --git a/gfx/pokedex/sgb.2bpp.lz b/gfx/pokedex/sgb.2bpp.lz.82bc0a7b Binary files differindex 6ec9c46b2..6ec9c46b2 100644 --- a/gfx/pokedex/sgb.2bpp.lz +++ b/gfx/pokedex/sgb.2bpp.lz.82bc0a7b diff --git a/gfx/pokedex/sgb.png b/gfx/pokedex/sgb.png Binary files differnew file mode 100644 index 000000000..bbacb114d --- /dev/null +++ b/gfx/pokedex/sgb.png diff --git a/gfx/pokedex/slowpoke.2bpp.lz b/gfx/pokedex/slowpoke.2bpp.lz.49a91b42 Binary files differindex b8d0e4902..b8d0e4902 100644 --- a/gfx/pokedex/slowpoke.2bpp.lz +++ b/gfx/pokedex/slowpoke.2bpp.lz.49a91b42 diff --git a/gfx/pokedex/slowpoke.png b/gfx/pokedex/slowpoke.png Binary files differnew file mode 100644 index 000000000..5c1909a33 --- /dev/null +++ b/gfx/pokedex/slowpoke.png diff --git a/gfx/pokegear/dexmap_nest_icon.2bpp b/gfx/pokegear/dexmap_nest_icon.2bpp deleted file mode 100644 index 48a4938e6..000000000 --- a/gfx/pokegear/dexmap_nest_icon.2bpp +++ /dev/null @@ -1 +0,0 @@ -BBffZZ$$
\ No newline at end of file diff --git a/gfx/pokegear/dexmap_nest_icon.png b/gfx/pokegear/dexmap_nest_icon.png Binary files differnew file mode 100644 index 000000000..f8ffdc82d --- /dev/null +++ b/gfx/pokegear/dexmap_nest_icon.png diff --git a/gfx/pokegear/flymap_label_border.2bpp b/gfx/pokegear/flymap_label_border.2bpp Binary files differdeleted file mode 100644 index 671aab1d7..000000000 --- a/gfx/pokegear/flymap_label_border.2bpp +++ /dev/null diff --git a/gfx/pokegear/flymap_label_border.png b/gfx/pokegear/flymap_label_border.png Binary files differnew file mode 100644 index 000000000..69818d0e5 --- /dev/null +++ b/gfx/pokegear/flymap_label_border.png diff --git a/gfx/shrink1.2bpp.lz b/gfx/shrink1.2bpp.lz.d4443930 Binary files differindex 284bee8c2..284bee8c2 100644 --- a/gfx/shrink1.2bpp.lz +++ b/gfx/shrink1.2bpp.lz.d4443930 diff --git a/gfx/shrink1.png b/gfx/shrink1.png Binary files differnew file mode 100644 index 000000000..6cf5b8077 --- /dev/null +++ b/gfx/shrink1.png diff --git a/gfx/shrink2.2bpp.lz b/gfx/shrink2.2bpp.lz.3f58480a Binary files differindex df14d5ed4..df14d5ed4 100644 --- a/gfx/shrink2.2bpp.lz +++ b/gfx/shrink2.2bpp.lz.3f58480a diff --git a/gfx/shrink2.png b/gfx/shrink2.png Binary files differnew file mode 100644 index 000000000..276b4e7c7 --- /dev/null +++ b/gfx/shrink2.png diff --git a/gfx/slots_1.2bpp.lz b/gfx/slots_1.2bpp.lz.b22ddc13 Binary files differindex 90d3ce139..90d3ce139 100644 --- a/gfx/slots_1.2bpp.lz +++ b/gfx/slots_1.2bpp.lz.b22ddc13 diff --git a/gfx/slots_1.png b/gfx/slots_1.png Binary files differnew file mode 100644 index 000000000..a10340844 --- /dev/null +++ b/gfx/slots_1.png diff --git a/gfx/slots_2.2bpp.lz b/gfx/slots_2.2bpp.lz.b28f76e3 Binary files differindex 638c68055..638c68055 100644 --- a/gfx/slots_2.2bpp.lz +++ b/gfx/slots_2.2bpp.lz.b28f76e3 diff --git a/gfx/slots_2.png b/gfx/slots_2.png Binary files differnew file mode 100644 index 000000000..aa1292ccb --- /dev/null +++ b/gfx/slots_2.png diff --git a/gfx/slots_3.2bpp.lz b/gfx/slots_3.2bpp.lz.70c2984c Binary files differindex 858b6e464..858b6e464 100644 --- a/gfx/slots_3.2bpp.lz +++ b/gfx/slots_3.2bpp.lz.70c2984c diff --git a/gfx/slots_3.png b/gfx/slots_3.png Binary files differnew file mode 100755 index 000000000..456e9b6bf --- /dev/null +++ b/gfx/slots_3.png diff --git a/gfx/special/celebi/1.2bpp b/gfx/special/celebi/1.2bpp deleted file mode 100644 index 6379fc92f..000000000 --- a/gfx/special/celebi/1.2bpp +++ /dev/null @@ -1 +0,0 @@ -00.> d$6&_g?83<}__{jn@ ظ00
\ No newline at end of file diff --git a/gfx/special/celebi/1.png b/gfx/special/celebi/1.png Binary files differnew file mode 100644 index 000000000..bd07ec8c4 --- /dev/null +++ b/gfx/special/celebi/1.png diff --git a/gfx/special/celebi/2.2bpp b/gfx/special/celebi/2.2bpp Binary files differdeleted file mode 100644 index f7c3294d3..000000000 --- a/gfx/special/celebi/2.2bpp +++ /dev/null diff --git a/gfx/special/celebi/2.png b/gfx/special/celebi/2.png Binary files differnew file mode 100644 index 000000000..c83a8788a --- /dev/null +++ b/gfx/special/celebi/2.png diff --git a/gfx/special/celebi/3.2bpp b/gfx/special/celebi/3.2bpp Binary files differdeleted file mode 100644 index 00cac65a7..000000000 --- a/gfx/special/celebi/3.2bpp +++ /dev/null diff --git a/gfx/special/celebi/3.png b/gfx/special/celebi/3.png Binary files differnew file mode 100644 index 000000000..6233fc56d --- /dev/null +++ b/gfx/special/celebi/3.png diff --git a/gfx/special/celebi/4.2bpp b/gfx/special/celebi/4.2bpp Binary files differdeleted file mode 100644 index 00cac65a7..000000000 --- a/gfx/special/celebi/4.2bpp +++ /dev/null diff --git a/gfx/special/celebi/4.png b/gfx/special/celebi/4.png Binary files differnew file mode 100644 index 000000000..6233fc56d --- /dev/null +++ b/gfx/special/celebi/4.png diff --git a/gfx/special/celebi/leaf.2bpp b/gfx/special/celebi/leaf.2bpp Binary files differdeleted file mode 100644 index 1c8a3f9a8..000000000 --- a/gfx/special/celebi/leaf.2bpp +++ /dev/null diff --git a/gfx/special/celebi/leaf.png b/gfx/special/celebi/leaf.png Binary files differnew file mode 100644 index 000000000..b10e0cf8c --- /dev/null +++ b/gfx/special/celebi/leaf.png diff --git a/gfx/splash/logo.1bpp b/gfx/splash/logo.1bpp Binary files differdeleted file mode 100644 index c59bf6197..000000000 --- a/gfx/splash/logo.1bpp +++ /dev/null diff --git a/gfx/splash/logo1.png b/gfx/splash/logo1.png Binary files differnew file mode 100755 index 000000000..1d2d6f479 --- /dev/null +++ b/gfx/splash/logo1.png diff --git a/gfx/splash/logo2.png b/gfx/splash/logo2.png Binary files differnew file mode 100755 index 000000000..7038efb54 --- /dev/null +++ b/gfx/splash/logo2.png diff --git a/gfx/stats/shiny.2bpp b/gfx/stats/shiny.2bpp deleted file mode 100644 index cfe4e8f9e..000000000 --- a/gfx/stats/shiny.2bpp +++ /dev/null @@ -1 +0,0 @@ -@@BB88
\ No newline at end of file diff --git a/gfx/stats/shiny.png b/gfx/stats/shiny.png Binary files differnew file mode 100644 index 000000000..010aeafbf --- /dev/null +++ b/gfx/stats/shiny.png diff --git a/gfx/tilesets/00.2bpp.lz b/gfx/tilesets/00.2bpp.lz.0c7e555a Binary files differindex 9821e1433..9821e1433 100644 --- a/gfx/tilesets/00.2bpp.lz +++ b/gfx/tilesets/00.2bpp.lz.0c7e555a diff --git a/gfx/tilesets/00.png b/gfx/tilesets/00.png Binary files differnew file mode 100644 index 000000000..0fc2db12f --- /dev/null +++ b/gfx/tilesets/00.png diff --git a/gfx/tilesets/01.2bpp.lz b/gfx/tilesets/01.2bpp.lz.0c7e555a Binary files differindex 9821e1433..9821e1433 100644 --- a/gfx/tilesets/01.2bpp.lz +++ b/gfx/tilesets/01.2bpp.lz.0c7e555a diff --git a/gfx/tilesets/01.png b/gfx/tilesets/01.png Binary files differnew file mode 100644 index 000000000..0fc2db12f --- /dev/null +++ b/gfx/tilesets/01.png diff --git a/gfx/tilesets/02.2bpp.lz b/gfx/tilesets/02.2bpp.lz.391603fb Binary files differindex 64f23e23b..64f23e23b 100644 --- a/gfx/tilesets/02.2bpp.lz +++ b/gfx/tilesets/02.2bpp.lz.391603fb diff --git a/gfx/tilesets/02.png b/gfx/tilesets/02.png Binary files differnew file mode 100644 index 000000000..126573b7b --- /dev/null +++ b/gfx/tilesets/02.png diff --git a/gfx/tilesets/03.2bpp.lz b/gfx/tilesets/03.2bpp.lz.a29f5d51 Binary files differindex d925ee111..d925ee111 100644 --- a/gfx/tilesets/03.2bpp.lz +++ b/gfx/tilesets/03.2bpp.lz.a29f5d51 diff --git a/gfx/tilesets/03.png b/gfx/tilesets/03.png Binary files differnew file mode 100644 index 000000000..08b2cbeea --- /dev/null +++ b/gfx/tilesets/03.png diff --git a/gfx/tilesets/04.2bpp.lz b/gfx/tilesets/04.2bpp.lz.391603fb Binary files differindex 64f23e23b..64f23e23b 100644 --- a/gfx/tilesets/04.2bpp.lz +++ b/gfx/tilesets/04.2bpp.lz.391603fb diff --git a/gfx/tilesets/04.png b/gfx/tilesets/04.png Binary files differnew file mode 100644 index 000000000..126573b7b --- /dev/null +++ b/gfx/tilesets/04.png diff --git a/gfx/tilesets/05.2bpp.lz b/gfx/tilesets/05.2bpp.lz.c848ef13 Binary files differindex f9afaf70d..f9afaf70d 100644 --- a/gfx/tilesets/05.2bpp.lz +++ b/gfx/tilesets/05.2bpp.lz.c848ef13 diff --git a/gfx/tilesets/05.png b/gfx/tilesets/05.png Binary files differnew file mode 100644 index 000000000..3ab7b5ce8 --- /dev/null +++ b/gfx/tilesets/05.png diff --git a/gfx/tilesets/06.2bpp.lz b/gfx/tilesets/06.2bpp.lz.252cbd8f Binary files differindex 17c64de65..17c64de65 100644 --- a/gfx/tilesets/06.2bpp.lz +++ b/gfx/tilesets/06.2bpp.lz.252cbd8f diff --git a/gfx/tilesets/06.png b/gfx/tilesets/06.png Binary files differnew file mode 100644 index 000000000..b49f799d8 --- /dev/null +++ b/gfx/tilesets/06.png diff --git a/gfx/tilesets/07.2bpp.lz b/gfx/tilesets/07.2bpp.lz.e1c4014c Binary files differindex 71783d9f2..71783d9f2 100644 --- a/gfx/tilesets/07.2bpp.lz +++ b/gfx/tilesets/07.2bpp.lz.e1c4014c diff --git a/gfx/tilesets/07.png b/gfx/tilesets/07.png Binary files differnew file mode 100644 index 000000000..d4084ebd4 --- /dev/null +++ b/gfx/tilesets/07.png diff --git a/gfx/tilesets/08.2bpp.lz b/gfx/tilesets/08.2bpp.lz.f5a55006 Binary files differindex 724b6b8b7..724b6b8b7 100644 --- a/gfx/tilesets/08.2bpp.lz +++ b/gfx/tilesets/08.2bpp.lz.f5a55006 diff --git a/gfx/tilesets/08.png b/gfx/tilesets/08.png Binary files differnew file mode 100644 index 000000000..b8f2db2d2 --- /dev/null +++ b/gfx/tilesets/08.png diff --git a/gfx/tilesets/09.2bpp.lz b/gfx/tilesets/09.2bpp.lz.56b1a405 Binary files differindex 96dd2e594..96dd2e594 100644 --- a/gfx/tilesets/09.2bpp.lz +++ b/gfx/tilesets/09.2bpp.lz.56b1a405 diff --git a/gfx/tilesets/09.png b/gfx/tilesets/09.png Binary files differnew file mode 100644 index 000000000..6990a7d7b --- /dev/null +++ b/gfx/tilesets/09.png diff --git a/gfx/tilesets/10.2bpp.lz b/gfx/tilesets/10.2bpp.lz.b8d0f547 Binary files differindex cd0f43861..cd0f43861 100644 --- a/gfx/tilesets/10.2bpp.lz +++ b/gfx/tilesets/10.2bpp.lz.b8d0f547 diff --git a/gfx/tilesets/10.png b/gfx/tilesets/10.png Binary files differnew file mode 100644 index 000000000..418a068fa --- /dev/null +++ b/gfx/tilesets/10.png diff --git a/gfx/tilesets/11.2bpp.lz b/gfx/tilesets/11.2bpp.lz.454cfd8b Binary files differindex 584e54dd2..584e54dd2 100644 --- a/gfx/tilesets/11.2bpp.lz +++ b/gfx/tilesets/11.2bpp.lz.454cfd8b diff --git a/gfx/tilesets/11.png b/gfx/tilesets/11.png Binary files differnew file mode 100644 index 000000000..b72e3f401 --- /dev/null +++ b/gfx/tilesets/11.png diff --git a/gfx/tilesets/12.2bpp.lz b/gfx/tilesets/12.2bpp.lz.e2e94f92 Binary files differindex e8091a899..e8091a899 100644 --- a/gfx/tilesets/12.2bpp.lz +++ b/gfx/tilesets/12.2bpp.lz.e2e94f92 diff --git a/gfx/tilesets/12.png b/gfx/tilesets/12.png Binary files differnew file mode 100644 index 000000000..4053283bc --- /dev/null +++ b/gfx/tilesets/12.png diff --git a/gfx/tilesets/13.2bpp.lz b/gfx/tilesets/13.2bpp.lz.63b414d4 Binary files differindex b68f147d0..b68f147d0 100644 --- a/gfx/tilesets/13.2bpp.lz +++ b/gfx/tilesets/13.2bpp.lz.63b414d4 diff --git a/gfx/tilesets/13.png b/gfx/tilesets/13.png Binary files differnew file mode 100644 index 000000000..7dde8574e --- /dev/null +++ b/gfx/tilesets/13.png diff --git a/gfx/tilesets/14.2bpp.lz b/gfx/tilesets/14.2bpp.lz.71d29a2f Binary files differindex f7e185b4e..f7e185b4e 100644 --- a/gfx/tilesets/14.2bpp.lz +++ b/gfx/tilesets/14.2bpp.lz.71d29a2f diff --git a/gfx/tilesets/14.png b/gfx/tilesets/14.png Binary files differnew file mode 100644 index 000000000..776900638 --- /dev/null +++ b/gfx/tilesets/14.png diff --git a/gfx/tilesets/15.2bpp.lz b/gfx/tilesets/15.2bpp.lz.c1f2ed8f Binary files differindex 6b45c769d..6b45c769d 100644 --- a/gfx/tilesets/15.2bpp.lz +++ b/gfx/tilesets/15.2bpp.lz.c1f2ed8f diff --git a/gfx/tilesets/15.png b/gfx/tilesets/15.png Binary files differnew file mode 100644 index 000000000..582b9365d --- /dev/null +++ b/gfx/tilesets/15.png diff --git a/gfx/tilesets/16.2bpp.lz b/gfx/tilesets/16.2bpp.lz.dd51d079 Binary files differindex 28f025413..28f025413 100644 --- a/gfx/tilesets/16.2bpp.lz +++ b/gfx/tilesets/16.2bpp.lz.dd51d079 diff --git a/gfx/tilesets/16.png b/gfx/tilesets/16.png Binary files differnew file mode 100644 index 000000000..3d6f1b511 --- /dev/null +++ b/gfx/tilesets/16.png diff --git a/gfx/tilesets/17.2bpp.lz b/gfx/tilesets/17.2bpp.lz.1600ca86 Binary files differindex 56e509f5e..56e509f5e 100644 --- a/gfx/tilesets/17.2bpp.lz +++ b/gfx/tilesets/17.2bpp.lz.1600ca86 diff --git a/gfx/tilesets/17.png b/gfx/tilesets/17.png Binary files differnew file mode 100644 index 000000000..0c148f95d --- /dev/null +++ b/gfx/tilesets/17.png diff --git a/gfx/tilesets/18.2bpp.lz b/gfx/tilesets/18.2bpp.lz.93800351 Binary files differindex e19994f37..e19994f37 100644 --- a/gfx/tilesets/18.2bpp.lz +++ b/gfx/tilesets/18.2bpp.lz.93800351 diff --git a/gfx/tilesets/18.png b/gfx/tilesets/18.png Binary files differnew file mode 100644 index 000000000..350c04932 --- /dev/null +++ b/gfx/tilesets/18.png diff --git a/gfx/tilesets/19.2bpp.lz b/gfx/tilesets/19.2bpp.lz.0c1544c1 Binary files differindex d208e65c3..d208e65c3 100644 --- a/gfx/tilesets/19.2bpp.lz +++ b/gfx/tilesets/19.2bpp.lz.0c1544c1 diff --git a/gfx/tilesets/19.png b/gfx/tilesets/19.png Binary files differnew file mode 100644 index 000000000..920ee30ec --- /dev/null +++ b/gfx/tilesets/19.png diff --git a/gfx/tilesets/20.2bpp.lz b/gfx/tilesets/20.2bpp.lz.35e51007 Binary files differindex b458a501d..b458a501d 100644 --- a/gfx/tilesets/20.2bpp.lz +++ b/gfx/tilesets/20.2bpp.lz.35e51007 diff --git a/gfx/tilesets/20.png b/gfx/tilesets/20.png Binary files differnew file mode 100644 index 000000000..e46a847b9 --- /dev/null +++ b/gfx/tilesets/20.png diff --git a/gfx/tilesets/21.2bpp.lz b/gfx/tilesets/21.2bpp.lz.febbc4ec Binary files differindex 5b787c854..5b787c854 100644 --- a/gfx/tilesets/21.2bpp.lz +++ b/gfx/tilesets/21.2bpp.lz.febbc4ec diff --git a/gfx/tilesets/21.png b/gfx/tilesets/21.png Binary files differnew file mode 100644 index 000000000..889b02727 --- /dev/null +++ b/gfx/tilesets/21.png diff --git a/gfx/tilesets/22.2bpp.lz b/gfx/tilesets/22.2bpp.lz.467b6a2d Binary files differindex fa5d0a9f0..fa5d0a9f0 100644 --- a/gfx/tilesets/22.2bpp.lz +++ b/gfx/tilesets/22.2bpp.lz.467b6a2d diff --git a/gfx/tilesets/22.png b/gfx/tilesets/22.png Binary files differnew file mode 100644 index 000000000..1cd57402d --- /dev/null +++ b/gfx/tilesets/22.png diff --git a/gfx/tilesets/23.2bpp.lz b/gfx/tilesets/23.2bpp.lz.bc56789c Binary files differindex 2033306e3..2033306e3 100644 --- a/gfx/tilesets/23.2bpp.lz +++ b/gfx/tilesets/23.2bpp.lz.bc56789c diff --git a/gfx/tilesets/23.png b/gfx/tilesets/23.png Binary files differnew file mode 100644 index 000000000..268fc998f --- /dev/null +++ b/gfx/tilesets/23.png diff --git a/gfx/tilesets/24.2bpp.lz b/gfx/tilesets/24.2bpp.lz.3437812a Binary files differindex 69069fb75..69069fb75 100644 --- a/gfx/tilesets/24.2bpp.lz +++ b/gfx/tilesets/24.2bpp.lz.3437812a diff --git a/gfx/tilesets/24.png b/gfx/tilesets/24.png Binary files differnew file mode 100644 index 000000000..0e5bdee7e --- /dev/null +++ b/gfx/tilesets/24.png diff --git a/gfx/tilesets/25.2bpp.lz b/gfx/tilesets/25.2bpp.lz.7fcb81d6 Binary files differindex 01a0e56bd..01a0e56bd 100644 --- a/gfx/tilesets/25.2bpp.lz +++ b/gfx/tilesets/25.2bpp.lz.7fcb81d6 diff --git a/gfx/tilesets/25.png b/gfx/tilesets/25.png Binary files differnew file mode 100644 index 000000000..7a4a5f8eb --- /dev/null +++ b/gfx/tilesets/25.png diff --git a/gfx/tilesets/26.2bpp.lz b/gfx/tilesets/26.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/26.2bpp.lz +++ b/gfx/tilesets/26.2bpp.lz.8b42470b diff --git a/gfx/tilesets/26.png b/gfx/tilesets/26.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/26.png diff --git a/gfx/tilesets/27.2bpp.lz b/gfx/tilesets/27.2bpp.lz.27cdd9ad Binary files differindex 34be33856..34be33856 100644 --- a/gfx/tilesets/27.2bpp.lz +++ b/gfx/tilesets/27.2bpp.lz.27cdd9ad diff --git a/gfx/tilesets/27.png b/gfx/tilesets/27.png Binary files differnew file mode 100644 index 000000000..8d2d32e1f --- /dev/null +++ b/gfx/tilesets/27.png diff --git a/gfx/tilesets/28.2bpp.lz b/gfx/tilesets/28.2bpp.lz.cace291c Binary files differindex c204dca26..c204dca26 100644 --- a/gfx/tilesets/28.2bpp.lz +++ b/gfx/tilesets/28.2bpp.lz.cace291c diff --git a/gfx/tilesets/28.png b/gfx/tilesets/28.png Binary files differnew file mode 100644 index 000000000..0a83d2043 --- /dev/null +++ b/gfx/tilesets/28.png diff --git a/gfx/tilesets/29.2bpp.lz b/gfx/tilesets/29.2bpp.lz.e23bc89f Binary files differindex 25cc45c85..25cc45c85 100644 --- a/gfx/tilesets/29.2bpp.lz +++ b/gfx/tilesets/29.2bpp.lz.e23bc89f diff --git a/gfx/tilesets/29.png b/gfx/tilesets/29.png Binary files differnew file mode 100644 index 000000000..d70eb53be --- /dev/null +++ b/gfx/tilesets/29.png diff --git a/gfx/tilesets/30.2bpp.lz b/gfx/tilesets/30.2bpp.lz.25b9c4b6 Binary files differindex 50a5ab9ac..50a5ab9ac 100644 --- a/gfx/tilesets/30.2bpp.lz +++ b/gfx/tilesets/30.2bpp.lz.25b9c4b6 diff --git a/gfx/tilesets/30.png b/gfx/tilesets/30.png Binary files differnew file mode 100644 index 000000000..9dc74c45b --- /dev/null +++ b/gfx/tilesets/30.png diff --git a/gfx/tilesets/31.2bpp.lz b/gfx/tilesets/31.2bpp.lz.6b0ac896 Binary files differindex 7b5355705..7b5355705 100644 --- a/gfx/tilesets/31.2bpp.lz +++ b/gfx/tilesets/31.2bpp.lz.6b0ac896 diff --git a/gfx/tilesets/31.png b/gfx/tilesets/31.png Binary files differnew file mode 100644 index 000000000..a85cc0394 --- /dev/null +++ b/gfx/tilesets/31.png diff --git a/gfx/tilesets/32.2bpp.lz b/gfx/tilesets/32.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/32.2bpp.lz +++ b/gfx/tilesets/32.2bpp.lz.8b42470b diff --git a/gfx/tilesets/32.png b/gfx/tilesets/32.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/32.png diff --git a/gfx/tilesets/33.2bpp.lz b/gfx/tilesets/33.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/33.2bpp.lz +++ b/gfx/tilesets/33.2bpp.lz.8b42470b diff --git a/gfx/tilesets/33.png b/gfx/tilesets/33.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/33.png diff --git a/gfx/tilesets/34.2bpp.lz b/gfx/tilesets/34.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/34.2bpp.lz +++ b/gfx/tilesets/34.2bpp.lz.8b42470b diff --git a/gfx/tilesets/34.png b/gfx/tilesets/34.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/34.png diff --git a/gfx/tilesets/35.2bpp.lz b/gfx/tilesets/35.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/35.2bpp.lz +++ b/gfx/tilesets/35.2bpp.lz.8b42470b diff --git a/gfx/tilesets/35.png b/gfx/tilesets/35.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/35.png diff --git a/gfx/tilesets/36.2bpp.lz b/gfx/tilesets/36.2bpp.lz.8b42470b Binary files differindex 68a4fdad0..68a4fdad0 100644 --- a/gfx/tilesets/36.2bpp.lz +++ b/gfx/tilesets/36.2bpp.lz.8b42470b diff --git a/gfx/tilesets/36.png b/gfx/tilesets/36.png Binary files differnew file mode 100644 index 000000000..f41866c58 --- /dev/null +++ b/gfx/tilesets/36.png diff --git a/gfx/tilesets/flower/cgb_1.2bpp b/gfx/tilesets/flower/cgb_1.2bpp deleted file mode 100644 index ffe58b93e..000000000 --- a/gfx/tilesets/flower/cgb_1.2bpp +++ /dev/null @@ -1 +0,0 @@ -M-mLAHE0
\ No newline at end of file diff --git a/gfx/tilesets/flower/cgb_1.png b/gfx/tilesets/flower/cgb_1.png Binary files differnew file mode 100644 index 000000000..e3fd2867b --- /dev/null +++ b/gfx/tilesets/flower/cgb_1.png diff --git a/gfx/tilesets/flower/cgb_2.2bpp b/gfx/tilesets/flower/cgb_2.2bpp deleted file mode 100644 index 5cf6b583f..000000000 --- a/gfx/tilesets/flower/cgb_2.2bpp +++ /dev/null @@ -1 +0,0 @@ -Y$Z%Zf%Z$E
\ No newline at end of file diff --git a/gfx/tilesets/flower/cgb_2.png b/gfx/tilesets/flower/cgb_2.png Binary files differnew file mode 100644 index 000000000..901e34a1f --- /dev/null +++ b/gfx/tilesets/flower/cgb_2.png diff --git a/gfx/tilesets/flower/dmg_1.2bpp b/gfx/tilesets/flower/dmg_1.2bpp deleted file mode 100644 index ec9e9c6d4..000000000 --- a/gfx/tilesets/flower/dmg_1.2bpp +++ /dev/null @@ -1 +0,0 @@ -A!a 1HE0
\ No newline at end of file diff --git a/gfx/tilesets/flower/dmg_1.png b/gfx/tilesets/flower/dmg_1.png Binary files differnew file mode 100644 index 000000000..428514af4 --- /dev/null +++ b/gfx/tilesets/flower/dmg_1.png diff --git a/gfx/tilesets/flower/dmg_2.2bpp b/gfx/tilesets/flower/dmg_2.2bpp deleted file mode 100644 index 7bf87eab2..000000000 --- a/gfx/tilesets/flower/dmg_2.2bpp +++ /dev/null @@ -1 +0,0 @@ -A$BBfZ$E
\ No newline at end of file diff --git a/gfx/tilesets/flower/dmg_2.png b/gfx/tilesets/flower/dmg_2.png Binary files differnew file mode 100644 index 000000000..9a5125017 --- /dev/null +++ b/gfx/tilesets/flower/dmg_2.png diff --git a/gfx/tilesets/forest-tree/1.2bpp b/gfx/tilesets/forest-tree/1.2bpp deleted file mode 100644 index 73414b5b6..000000000 --- a/gfx/tilesets/forest-tree/1.2bpp +++ /dev/null @@ -1 +0,0 @@ -W$20[LG`
\ No newline at end of file diff --git a/gfx/tilesets/forest-tree/1.png b/gfx/tilesets/forest-tree/1.png Binary files differnew file mode 100644 index 000000000..231d9f20e --- /dev/null +++ b/gfx/tilesets/forest-tree/1.png diff --git a/gfx/tilesets/forest-tree/2.2bpp b/gfx/tilesets/forest-tree/2.2bpp deleted file mode 100644 index 05a566248..000000000 --- a/gfx/tilesets/forest-tree/2.2bpp +++ /dev/null @@ -1,2 +0,0 @@ -U& -:(3$nq߰
\ No newline at end of file diff --git a/gfx/tilesets/forest-tree/2.png b/gfx/tilesets/forest-tree/2.png Binary files differnew file mode 100644 index 000000000..e3048f53b --- /dev/null +++ b/gfx/tilesets/forest-tree/2.png diff --git a/gfx/tilesets/forest-tree/3.2bpp b/gfx/tilesets/forest-tree/3.2bpp Binary files differdeleted file mode 100644 index f74e64652..000000000 --- a/gfx/tilesets/forest-tree/3.2bpp +++ /dev/null diff --git a/gfx/tilesets/forest-tree/3.png b/gfx/tilesets/forest-tree/3.png Binary files differnew file mode 100644 index 000000000..0b17d12d3 --- /dev/null +++ b/gfx/tilesets/forest-tree/3.png diff --git a/gfx/tilesets/forest-tree/4.2bpp b/gfx/tilesets/forest-tree/4.2bpp Binary files differdeleted file mode 100644 index 3a7284a13..000000000 --- a/gfx/tilesets/forest-tree/4.2bpp +++ /dev/null diff --git a/gfx/tilesets/forest-tree/4.png b/gfx/tilesets/forest-tree/4.png Binary files differnew file mode 100644 index 000000000..04ef9f319 --- /dev/null +++ b/gfx/tilesets/forest-tree/4.png diff --git a/gfx/tilesets/fountain/1.2bpp b/gfx/tilesets/fountain/1.2bpp Binary files differdeleted file mode 100644 index ce84b04f0..000000000 --- a/gfx/tilesets/fountain/1.2bpp +++ /dev/null diff --git a/gfx/tilesets/fountain/1.png b/gfx/tilesets/fountain/1.png Binary files differnew file mode 100644 index 000000000..657a5c455 --- /dev/null +++ b/gfx/tilesets/fountain/1.png diff --git a/gfx/tilesets/fountain/2.2bpp b/gfx/tilesets/fountain/2.2bpp Binary files differdeleted file mode 100644 index 402b6c828..000000000 --- a/gfx/tilesets/fountain/2.2bpp +++ /dev/null diff --git a/gfx/tilesets/fountain/2.png b/gfx/tilesets/fountain/2.png Binary files differnew file mode 100644 index 000000000..af4652b64 --- /dev/null +++ b/gfx/tilesets/fountain/2.png diff --git a/gfx/tilesets/fountain/3.2bpp b/gfx/tilesets/fountain/3.2bpp Binary files differdeleted file mode 100644 index bc15f8b1f..000000000 --- a/gfx/tilesets/fountain/3.2bpp +++ /dev/null diff --git a/gfx/tilesets/fountain/3.png b/gfx/tilesets/fountain/3.png Binary files differnew file mode 100644 index 000000000..ed9c492e8 --- /dev/null +++ b/gfx/tilesets/fountain/3.png diff --git a/gfx/tilesets/fountain/4.2bpp b/gfx/tilesets/fountain/4.2bpp Binary files differdeleted file mode 100644 index 8a53f417b..000000000 --- a/gfx/tilesets/fountain/4.2bpp +++ /dev/null diff --git a/gfx/tilesets/fountain/4.png b/gfx/tilesets/fountain/4.png Binary files differnew file mode 100644 index 000000000..cfc95eea7 --- /dev/null +++ b/gfx/tilesets/fountain/4.png diff --git a/gfx/tilesets/fountain/5.2bpp b/gfx/tilesets/fountain/5.2bpp Binary files differdeleted file mode 100644 index 484691f5f..000000000 --- a/gfx/tilesets/fountain/5.2bpp +++ /dev/null diff --git a/gfx/tilesets/fountain/5.png b/gfx/tilesets/fountain/5.png Binary files differnew file mode 100644 index 000000000..a8c9475f9 --- /dev/null +++ b/gfx/tilesets/fountain/5.png diff --git a/gfx/tilesets/roofs/0.2bpp b/gfx/tilesets/roofs/0.2bpp Binary files differdeleted file mode 100644 index 51650e2e1..000000000 --- a/gfx/tilesets/roofs/0.2bpp +++ /dev/null diff --git a/gfx/tilesets/roofs/0.png b/gfx/tilesets/roofs/0.png Binary files differnew file mode 100644 index 000000000..1aa48fb87 --- /dev/null +++ b/gfx/tilesets/roofs/0.png diff --git a/gfx/tilesets/roofs/1.2bpp b/gfx/tilesets/roofs/1.2bpp Binary files differdeleted file mode 100644 index eea01d2f2..000000000 --- a/gfx/tilesets/roofs/1.2bpp +++ /dev/null diff --git a/gfx/tilesets/roofs/1.png b/gfx/tilesets/roofs/1.png Binary files differnew file mode 100644 index 000000000..1d68754f9 --- /dev/null +++ b/gfx/tilesets/roofs/1.png diff --git a/gfx/tilesets/roofs/2.2bpp b/gfx/tilesets/roofs/2.2bpp Binary files differdeleted file mode 100644 index 67db7f991..000000000 --- a/gfx/tilesets/roofs/2.2bpp +++ /dev/null diff --git a/gfx/tilesets/roofs/2.png b/gfx/tilesets/roofs/2.png Binary files differnew file mode 100644 index 000000000..b97b8787e --- /dev/null +++ b/gfx/tilesets/roofs/2.png diff --git a/gfx/tilesets/roofs/3.2bpp b/gfx/tilesets/roofs/3.2bpp Binary files differdeleted file mode 100644 index 1d88fac5b..000000000 --- a/gfx/tilesets/roofs/3.2bpp +++ /dev/null diff --git a/gfx/tilesets/roofs/3.png b/gfx/tilesets/roofs/3.png Binary files differnew file mode 100644 index 000000000..14bc411aa --- /dev/null +++ b/gfx/tilesets/roofs/3.png diff --git a/gfx/tilesets/roofs/4.2bpp b/gfx/tilesets/roofs/4.2bpp Binary files differdeleted file mode 100644 index 87590db99..000000000 --- a/gfx/tilesets/roofs/4.2bpp +++ /dev/null diff --git a/gfx/tilesets/roofs/4.png b/gfx/tilesets/roofs/4.png Binary files differnew file mode 100644 index 000000000..25bf71048 --- /dev/null +++ b/gfx/tilesets/roofs/4.png diff --git a/gfx/tilesets/safari/1.2bpp b/gfx/tilesets/safari/1.2bpp Binary files differdeleted file mode 100644 index d25f1badc..000000000 --- a/gfx/tilesets/safari/1.2bpp +++ /dev/null diff --git a/gfx/tilesets/safari/1.png b/gfx/tilesets/safari/1.png Binary files differnew file mode 100644 index 000000000..c5b500ccc --- /dev/null +++ b/gfx/tilesets/safari/1.png diff --git a/gfx/tilesets/safari/2.2bpp b/gfx/tilesets/safari/2.2bpp Binary files differdeleted file mode 100644 index bdb3c8cf5..000000000 --- a/gfx/tilesets/safari/2.2bpp +++ /dev/null diff --git a/gfx/tilesets/safari/2.png b/gfx/tilesets/safari/2.png Binary files differnew file mode 100644 index 000000000..1512e35ad --- /dev/null +++ b/gfx/tilesets/safari/2.png diff --git a/gfx/tilesets/safari/3.2bpp b/gfx/tilesets/safari/3.2bpp Binary files differdeleted file mode 100644 index 2016d2bd6..000000000 --- a/gfx/tilesets/safari/3.2bpp +++ /dev/null diff --git a/gfx/tilesets/safari/3.png b/gfx/tilesets/safari/3.png Binary files differnew file mode 100644 index 000000000..449c2a317 --- /dev/null +++ b/gfx/tilesets/safari/3.png diff --git a/gfx/tilesets/safari/4.2bpp b/gfx/tilesets/safari/4.2bpp Binary files differdeleted file mode 100644 index e0142c688..000000000 --- a/gfx/tilesets/safari/4.2bpp +++ /dev/null diff --git a/gfx/tilesets/safari/4.png b/gfx/tilesets/safari/4.png Binary files differnew file mode 100644 index 000000000..8e4c8e0e5 --- /dev/null +++ b/gfx/tilesets/safari/4.png diff --git a/gfx/tilesets/sprout-pillar/1.2bpp b/gfx/tilesets/sprout-pillar/1.2bpp deleted file mode 100644 index 3bb46c953..000000000 --- a/gfx/tilesets/sprout-pillar/1.2bpp +++ /dev/null @@ -1 +0,0 @@ -__?//????_Oo
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/1.png b/gfx/tilesets/sprout-pillar/1.png Binary files differnew file mode 100644 index 000000000..c22fb2a13 --- /dev/null +++ b/gfx/tilesets/sprout-pillar/1.png diff --git a/gfx/tilesets/sprout-pillar/10.2bpp b/gfx/tilesets/sprout-pillar/10.2bpp deleted file mode 100644 index a1af10a55..000000000 --- a/gfx/tilesets/sprout-pillar/10.2bpp +++ /dev/null @@ -1 +0,0 @@ -?____WWWUu
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/10.png b/gfx/tilesets/sprout-pillar/10.png Binary files differnew file mode 100644 index 000000000..01dbe1afc --- /dev/null +++ b/gfx/tilesets/sprout-pillar/10.png diff --git a/gfx/tilesets/sprout-pillar/2.2bpp b/gfx/tilesets/sprout-pillar/2.2bpp deleted file mode 100644 index 08d8cfd74..000000000 --- a/gfx/tilesets/sprout-pillar/2.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/2.png b/gfx/tilesets/sprout-pillar/2.png Binary files differnew file mode 100644 index 000000000..76fae403b --- /dev/null +++ b/gfx/tilesets/sprout-pillar/2.png diff --git a/gfx/tilesets/sprout-pillar/3.2bpp b/gfx/tilesets/sprout-pillar/3.2bpp deleted file mode 100644 index e4bb79a49..000000000 --- a/gfx/tilesets/sprout-pillar/3.2bpp +++ /dev/null @@ -1 +0,0 @@ -__?//????_Oo
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/3.png b/gfx/tilesets/sprout-pillar/3.png Binary files differnew file mode 100644 index 000000000..80ce4657c --- /dev/null +++ b/gfx/tilesets/sprout-pillar/3.png diff --git a/gfx/tilesets/sprout-pillar/4.2bpp b/gfx/tilesets/sprout-pillar/4.2bpp deleted file mode 100644 index 08897f1da..000000000 --- a/gfx/tilesets/sprout-pillar/4.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/4.png b/gfx/tilesets/sprout-pillar/4.png Binary files differnew file mode 100644 index 000000000..9d523c4bc --- /dev/null +++ b/gfx/tilesets/sprout-pillar/4.png diff --git a/gfx/tilesets/sprout-pillar/5.2bpp b/gfx/tilesets/sprout-pillar/5.2bpp deleted file mode 100644 index f66926bab..000000000 --- a/gfx/tilesets/sprout-pillar/5.2bpp +++ /dev/null @@ -1 +0,0 @@ -__?/oW[
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/5.png b/gfx/tilesets/sprout-pillar/5.png Binary files differnew file mode 100644 index 000000000..b7796c8d6 --- /dev/null +++ b/gfx/tilesets/sprout-pillar/5.png diff --git a/gfx/tilesets/sprout-pillar/6.2bpp b/gfx/tilesets/sprout-pillar/6.2bpp deleted file mode 100644 index 5021b1c1f..000000000 --- a/gfx/tilesets/sprout-pillar/6.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/6.png b/gfx/tilesets/sprout-pillar/6.png Binary files differnew file mode 100644 index 000000000..0ca0e5936 --- /dev/null +++ b/gfx/tilesets/sprout-pillar/6.png diff --git a/gfx/tilesets/sprout-pillar/7.2bpp b/gfx/tilesets/sprout-pillar/7.2bpp deleted file mode 100644 index 59d6876aa..000000000 --- a/gfx/tilesets/sprout-pillar/7.2bpp +++ /dev/null @@ -1 +0,0 @@ -ݠ߀
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/7.png b/gfx/tilesets/sprout-pillar/7.png Binary files differnew file mode 100644 index 000000000..3aa4b4e94 --- /dev/null +++ b/gfx/tilesets/sprout-pillar/7.png diff --git a/gfx/tilesets/sprout-pillar/8.2bpp b/gfx/tilesets/sprout-pillar/8.2bpp deleted file mode 100644 index bb22068b8..000000000 --- a/gfx/tilesets/sprout-pillar/8.2bpp +++ /dev/null @@ -1 +0,0 @@ -??__//
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/8.png b/gfx/tilesets/sprout-pillar/8.png Binary files differnew file mode 100644 index 000000000..e81475618 --- /dev/null +++ b/gfx/tilesets/sprout-pillar/8.png diff --git a/gfx/tilesets/sprout-pillar/9.2bpp b/gfx/tilesets/sprout-pillar/9.2bpp deleted file mode 100644 index 1c206fb79..000000000 --- a/gfx/tilesets/sprout-pillar/9.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/tilesets/sprout-pillar/9.png b/gfx/tilesets/sprout-pillar/9.png Binary files differnew file mode 100644 index 000000000..da74607be --- /dev/null +++ b/gfx/tilesets/sprout-pillar/9.png diff --git a/gfx/tilesets/water.2bpp b/gfx/tilesets/water.2bpp Binary files differdeleted file mode 100644 index a6e9f6ac9..000000000 --- a/gfx/tilesets/water.2bpp +++ /dev/null diff --git a/gfx/tilesets/water.png b/gfx/tilesets/water.png Binary files differnew file mode 100644 index 000000000..0aa2640c9 --- /dev/null +++ b/gfx/tilesets/water.png diff --git a/gfx/tilesets/whirlpool/1.2bpp b/gfx/tilesets/whirlpool/1.2bpp Binary files differdeleted file mode 100644 index 0a58c6b23..000000000 --- a/gfx/tilesets/whirlpool/1.2bpp +++ /dev/null diff --git a/gfx/tilesets/whirlpool/1.png b/gfx/tilesets/whirlpool/1.png Binary files differnew file mode 100644 index 000000000..4641dbc0d --- /dev/null +++ b/gfx/tilesets/whirlpool/1.png diff --git a/gfx/tilesets/whirlpool/2.2bpp b/gfx/tilesets/whirlpool/2.2bpp Binary files differdeleted file mode 100644 index e1f841cf9..000000000 --- a/gfx/tilesets/whirlpool/2.2bpp +++ /dev/null diff --git a/gfx/tilesets/whirlpool/2.png b/gfx/tilesets/whirlpool/2.png Binary files differnew file mode 100644 index 000000000..ce5424053 --- /dev/null +++ b/gfx/tilesets/whirlpool/2.png diff --git a/gfx/tilesets/whirlpool/3.2bpp b/gfx/tilesets/whirlpool/3.2bpp Binary files differdeleted file mode 100644 index 9cdec8335..000000000 --- a/gfx/tilesets/whirlpool/3.2bpp +++ /dev/null diff --git a/gfx/tilesets/whirlpool/3.png b/gfx/tilesets/whirlpool/3.png Binary files differnew file mode 100644 index 000000000..55b629440 --- /dev/null +++ b/gfx/tilesets/whirlpool/3.png diff --git a/gfx/tilesets/whirlpool/4.2bpp b/gfx/tilesets/whirlpool/4.2bpp Binary files differdeleted file mode 100644 index 414acce03..000000000 --- a/gfx/tilesets/whirlpool/4.2bpp +++ /dev/null diff --git a/gfx/tilesets/whirlpool/4.png b/gfx/tilesets/whirlpool/4.png Binary files differnew file mode 100644 index 000000000..2175c5957 --- /dev/null +++ b/gfx/tilesets/whirlpool/4.png diff --git a/gfx/title/crystal.w48.interleave.2bpp.lz b/gfx/title/crystal.2bpp.lz.cd5aabdd Binary files differindex 9dcbafc86..9dcbafc86 100644 --- a/gfx/title/crystal.w48.interleave.2bpp.lz +++ b/gfx/title/crystal.2bpp.lz.cd5aabdd diff --git a/gfx/title/crystal.png b/gfx/title/crystal.png Binary files differnew file mode 100644 index 000000000..6f430cf1f --- /dev/null +++ b/gfx/title/crystal.png diff --git a/gfx/title/logo.w160.t4.2bpp.lz b/gfx/title/logo.2bpp.lz.f22013e3 Binary files differindex 0fa7d7744..0fa7d7744 100644 --- a/gfx/title/logo.w160.t4.2bpp.lz +++ b/gfx/title/logo.2bpp.lz.f22013e3 diff --git a/gfx/title/logo.png b/gfx/title/logo.png Binary files differnew file mode 100644 index 000000000..2bfff59c9 --- /dev/null +++ b/gfx/title/logo.png diff --git a/gfx/title/old_bg.2bpp b/gfx/title/old_bg.2bpp Binary files differdeleted file mode 100644 index 0f2375ec2..000000000 --- a/gfx/title/old_bg.2bpp +++ /dev/null diff --git a/gfx/title/old_bg.png b/gfx/title/old_bg.png Binary files differnew file mode 100644 index 000000000..2b6d5db20 --- /dev/null +++ b/gfx/title/old_bg.png diff --git a/gfx/title/old_fg.2bpp b/gfx/title/old_fg.2bpp Binary files differdeleted file mode 100644 index 5e291ac33..000000000 --- a/gfx/title/old_fg.2bpp +++ /dev/null diff --git a/gfx/title/old_fg.png b/gfx/title/old_fg.png Binary files differnew file mode 100644 index 000000000..1a7351d58 --- /dev/null +++ b/gfx/title/old_fg.png diff --git a/gfx/title/suicune.w128.2bpp.lz b/gfx/title/suicune.2bpp.lz.30e490d0 Binary files differindex 359fd93ca..359fd93ca 100644 --- a/gfx/title/suicune.w128.2bpp.lz +++ b/gfx/title/suicune.2bpp.lz.30e490d0 diff --git a/gfx/title/suicune.png b/gfx/title/suicune.png Binary files differnew file mode 100644 index 000000000..074a8ebf7 --- /dev/null +++ b/gfx/title/suicune.png diff --git a/gfx/trade/arrow.2bpp b/gfx/trade/arrow.2bpp Binary files differdeleted file mode 100644 index 637ea13c9..000000000 --- a/gfx/trade/arrow.2bpp +++ /dev/null diff --git a/gfx/trade/arrow.png b/gfx/trade/arrow.png Binary files differnew file mode 100644 index 000000000..b740048ec --- /dev/null +++ b/gfx/trade/arrow.png diff --git a/gfx/trade/ball.2bpp b/gfx/trade/ball.2bpp Binary files differdeleted file mode 100644 index b90cac274..000000000 --- a/gfx/trade/ball.2bpp +++ /dev/null diff --git a/gfx/trade/ball.png b/gfx/trade/ball.png Binary files differnew file mode 100755 index 000000000..4d3477bb6 --- /dev/null +++ b/gfx/trade/ball.png diff --git a/gfx/trade/bubble.2bpp b/gfx/trade/bubble.2bpp Binary files differdeleted file mode 100644 index c4a7abf4f..000000000 --- a/gfx/trade/bubble.2bpp +++ /dev/null diff --git a/gfx/trade/bubble.png b/gfx/trade/bubble.png Binary files differnew file mode 100644 index 000000000..a6b17ebe7 --- /dev/null +++ b/gfx/trade/bubble.png diff --git a/gfx/trade/cable.2bpp b/gfx/trade/cable.2bpp Binary files differdeleted file mode 100644 index 1f9974e99..000000000 --- a/gfx/trade/cable.2bpp +++ /dev/null diff --git a/gfx/trade/cable.png b/gfx/trade/cable.png Binary files differnew file mode 100644 index 000000000..d06d8a877 --- /dev/null +++ b/gfx/trade/cable.png diff --git a/gfx/trade/game_boy.2bpp.lz b/gfx/trade/game_boy.2bpp.lz.71a5f644 Binary files differindex 832164306..832164306 100644 --- a/gfx/trade/game_boy.2bpp.lz +++ b/gfx/trade/game_boy.2bpp.lz.71a5f644 diff --git a/gfx/trade/game_boy.png b/gfx/trade/game_boy.png Binary files differnew file mode 100644 index 000000000..64c92260c --- /dev/null +++ b/gfx/trade/game_boy.png diff --git a/gfx/trade/poof.2bpp b/gfx/trade/poof.2bpp Binary files differdeleted file mode 100644 index c50e69e68..000000000 --- a/gfx/trade/poof.2bpp +++ /dev/null diff --git a/gfx/trade/poof.png b/gfx/trade/poof.png Binary files differnew file mode 100644 index 000000000..1b09874ba --- /dev/null +++ b/gfx/trade/poof.png diff --git a/gfx/trainers/beauty.2bpp.lz b/gfx/trainers/beauty.2bpp.lz.c1c13787 Binary files differindex 8c5d30ee6..8c5d30ee6 100644 --- a/gfx/trainers/beauty.2bpp.lz +++ b/gfx/trainers/beauty.2bpp.lz.c1c13787 diff --git a/gfx/trainers/beauty.pal b/gfx/trainers/beauty.pal deleted file mode 100644 index 7183a0502..000000000 --- a/gfx/trainers/beauty.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 24, 17, 11 - RGB 08, 09, 17 - diff --git a/gfx/trainers/beauty.png b/gfx/trainers/beauty.png Binary files differnew file mode 100644 index 000000000..bb4831290 --- /dev/null +++ b/gfx/trainers/beauty.png diff --git a/gfx/trainers/biker.2bpp.lz b/gfx/trainers/biker.2bpp.lz.cb40f7cd Binary files differindex 07ad8621b..07ad8621b 100644 --- a/gfx/trainers/biker.2bpp.lz +++ b/gfx/trainers/biker.2bpp.lz.cb40f7cd diff --git a/gfx/trainers/biker.pal b/gfx/trainers/biker.pal deleted file mode 100644 index bfffe557d..000000000 --- a/gfx/trainers/biker.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 20, 17, 09 - RGB 04, 03, 10 - diff --git a/gfx/trainers/biker.png b/gfx/trainers/biker.png Binary files differnew file mode 100644 index 000000000..7bd4c84a6 --- /dev/null +++ b/gfx/trainers/biker.png diff --git a/gfx/trainers/bird_keeper.2bpp.lz b/gfx/trainers/bird_keeper.2bpp.lz.1e56954c Binary files differindex 48b505847..48b505847 100644 --- a/gfx/trainers/bird_keeper.2bpp.lz +++ b/gfx/trainers/bird_keeper.2bpp.lz.1e56954c diff --git a/gfx/trainers/bird_keeper.pal b/gfx/trainers/bird_keeper.pal deleted file mode 100644 index ca0407a3b..000000000 --- a/gfx/trainers/bird_keeper.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 06, 12, 26 - diff --git a/gfx/trainers/bird_keeper.png b/gfx/trainers/bird_keeper.png Binary files differnew file mode 100644 index 000000000..de938ad2b --- /dev/null +++ b/gfx/trainers/bird_keeper.png diff --git a/gfx/trainers/blackbelt_t.2bpp.lz b/gfx/trainers/blackbelt_t.2bpp.lz.4ef2481c Binary files differindex 086b8fc02..086b8fc02 100644 --- a/gfx/trainers/blackbelt_t.2bpp.lz +++ b/gfx/trainers/blackbelt_t.2bpp.lz.4ef2481c diff --git a/gfx/trainers/blackbelt_t.pal b/gfx/trainers/blackbelt_t.pal deleted file mode 100644 index 59ea02844..000000000 --- a/gfx/trainers/blackbelt_t.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 15, 08 - RGB 13, 10, 12 - diff --git a/gfx/trainers/blackbelt_t.png b/gfx/trainers/blackbelt_t.png Binary files differnew file mode 100644 index 000000000..5d84fa8de --- /dev/null +++ b/gfx/trainers/blackbelt_t.png diff --git a/gfx/trainers/blaine.2bpp.lz b/gfx/trainers/blaine.2bpp.lz.00a3b6f5 Binary files differindex d967bb3ba..d967bb3ba 100644 --- a/gfx/trainers/blaine.2bpp.lz +++ b/gfx/trainers/blaine.2bpp.lz.00a3b6f5 diff --git a/gfx/trainers/blaine.pal b/gfx/trainers/blaine.pal deleted file mode 100644 index 90f3a381f..000000000 --- a/gfx/trainers/blaine.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 20, 16 - RGB 07, 11, 12 - diff --git a/gfx/trainers/blaine.png b/gfx/trainers/blaine.png Binary files differnew file mode 100644 index 000000000..1afc558fd --- /dev/null +++ b/gfx/trainers/blaine.png diff --git a/gfx/trainers/blue.2bpp.lz b/gfx/trainers/blue.2bpp.lz.9fdbab8f Binary files differindex 9d4cb50c6..9d4cb50c6 100644 --- a/gfx/trainers/blue.2bpp.lz +++ b/gfx/trainers/blue.2bpp.lz.9fdbab8f diff --git a/gfx/trainers/blue.pal b/gfx/trainers/blue.pal deleted file mode 100644 index ce6b3f1d7..000000000 --- a/gfx/trainers/blue.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 24, 08 - RGB 12, 09, 19 - diff --git a/gfx/trainers/blue.png b/gfx/trainers/blue.png Binary files differnew file mode 100644 index 000000000..76a1e81af --- /dev/null +++ b/gfx/trainers/blue.png diff --git a/gfx/trainers/boarder.2bpp.lz b/gfx/trainers/boarder.2bpp.lz.5d6881a8 Binary files differindex a6dc315d8..a6dc315d8 100644 --- a/gfx/trainers/boarder.2bpp.lz +++ b/gfx/trainers/boarder.2bpp.lz.5d6881a8 diff --git a/gfx/trainers/boarder.pal b/gfx/trainers/boarder.pal deleted file mode 100644 index 4fb9af5e1..000000000 --- a/gfx/trainers/boarder.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 24, 19, 07 - RGB 13, 10, 19 - diff --git a/gfx/trainers/boarder.png b/gfx/trainers/boarder.png Binary files differnew file mode 100644 index 000000000..a8174e9a5 --- /dev/null +++ b/gfx/trainers/boarder.png diff --git a/gfx/trainers/brock.2bpp.lz b/gfx/trainers/brock.2bpp.lz.5bdeb7bf Binary files differindex d7a4e29bf..d7a4e29bf 100644 --- a/gfx/trainers/brock.2bpp.lz +++ b/gfx/trainers/brock.2bpp.lz.5bdeb7bf diff --git a/gfx/trainers/brock.pal b/gfx/trainers/brock.pal deleted file mode 100644 index f5a1b0c06..000000000 --- a/gfx/trainers/brock.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 18, 14 - RGB 14, 07, 10 - diff --git a/gfx/trainers/brock.png b/gfx/trainers/brock.png Binary files differnew file mode 100644 index 000000000..0aea8a946 --- /dev/null +++ b/gfx/trainers/brock.png diff --git a/gfx/trainers/bruno.2bpp.lz b/gfx/trainers/bruno.2bpp.lz.22f3c222 Binary files differindex 69406d11d..69406d11d 100644 --- a/gfx/trainers/bruno.2bpp.lz +++ b/gfx/trainers/bruno.2bpp.lz.22f3c222 diff --git a/gfx/trainers/bruno.pal b/gfx/trainers/bruno.pal deleted file mode 100644 index 41408a91d..000000000 --- a/gfx/trainers/bruno.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 17, 12 - RGB 08, 10, 12 - diff --git a/gfx/trainers/bruno.png b/gfx/trainers/bruno.png Binary files differnew file mode 100644 index 000000000..c8a003eea --- /dev/null +++ b/gfx/trainers/bruno.png diff --git a/gfx/trainers/bug_catcher.2bpp.lz b/gfx/trainers/bug_catcher.2bpp.lz.43144f97 Binary files differindex cea17dbac..cea17dbac 100644 --- a/gfx/trainers/bug_catcher.2bpp.lz +++ b/gfx/trainers/bug_catcher.2bpp.lz.43144f97 diff --git a/gfx/trainers/bug_catcher.pal b/gfx/trainers/bug_catcher.pal deleted file mode 100644 index 8e4df4219..000000000 --- a/gfx/trainers/bug_catcher.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 17, 10 - RGB 06, 10, 18 - diff --git a/gfx/trainers/bug_catcher.png b/gfx/trainers/bug_catcher.png Binary files differnew file mode 100644 index 000000000..a1c065d20 --- /dev/null +++ b/gfx/trainers/bug_catcher.png diff --git a/gfx/trainers/bugsy.2bpp.lz b/gfx/trainers/bugsy.2bpp.lz.c070450d Binary files differindex 7910628aa..7910628aa 100644 --- a/gfx/trainers/bugsy.2bpp.lz +++ b/gfx/trainers/bugsy.2bpp.lz.c070450d diff --git a/gfx/trainers/bugsy.pal b/gfx/trainers/bugsy.pal deleted file mode 100644 index 1743f663b..000000000 --- a/gfx/trainers/bugsy.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 18, 15 - RGB 13, 21, 06 - diff --git a/gfx/trainers/bugsy.png b/gfx/trainers/bugsy.png Binary files differnew file mode 100644 index 000000000..8b1f89537 --- /dev/null +++ b/gfx/trainers/bugsy.png diff --git a/gfx/trainers/burglar.2bpp.lz b/gfx/trainers/burglar.2bpp.lz.e063f42e Binary files differindex 45da954d9..45da954d9 100644 --- a/gfx/trainers/burglar.2bpp.lz +++ b/gfx/trainers/burglar.2bpp.lz.e063f42e diff --git a/gfx/trainers/burglar.pal b/gfx/trainers/burglar.pal deleted file mode 100644 index cfcdd144f..000000000 --- a/gfx/trainers/burglar.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 16, 09 - RGB 12, 04, 23 - diff --git a/gfx/trainers/burglar.png b/gfx/trainers/burglar.png Binary files differnew file mode 100644 index 000000000..241eaa2dc --- /dev/null +++ b/gfx/trainers/burglar.png diff --git a/gfx/trainers/cal.2bpp.lz b/gfx/trainers/cal.2bpp.lz.aac54a14 Binary files differindex f7d3570ae..f7d3570ae 100644 --- a/gfx/trainers/cal.2bpp.lz +++ b/gfx/trainers/cal.2bpp.lz.aac54a14 diff --git a/gfx/trainers/cal.pal b/gfx/trainers/cal.pal deleted file mode 100644 index 92101c5e3..000000000 --- a/gfx/trainers/cal.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 18, 12 - RGB 22, 09, 05 - diff --git a/gfx/trainers/cal.png b/gfx/trainers/cal.png Binary files differnew file mode 100644 index 000000000..31a38cc54 --- /dev/null +++ b/gfx/trainers/cal.png diff --git a/gfx/trainers/camper.2bpp.lz b/gfx/trainers/camper.2bpp.lz.cc2357ea Binary files differindex a8963bae7..a8963bae7 100644 --- a/gfx/trainers/camper.2bpp.lz +++ b/gfx/trainers/camper.2bpp.lz.cc2357ea diff --git a/gfx/trainers/camper.pal b/gfx/trainers/camper.pal deleted file mode 100644 index 13a083c68..000000000 --- a/gfx/trainers/camper.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 19, 08 - RGB 15, 25, 02 - diff --git a/gfx/trainers/camper.png b/gfx/trainers/camper.png Binary files differnew file mode 100644 index 000000000..72e043eea --- /dev/null +++ b/gfx/trainers/camper.png diff --git a/gfx/trainers/champion.2bpp.lz b/gfx/trainers/champion.2bpp.lz.0175f5ea Binary files differindex c5840a676..c5840a676 100644 --- a/gfx/trainers/champion.2bpp.lz +++ b/gfx/trainers/champion.2bpp.lz.0175f5ea diff --git a/gfx/trainers/champion.pal b/gfx/trainers/champion.pal deleted file mode 100644 index 3dee1efef..000000000 --- a/gfx/trainers/champion.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 19, 15 - RGB 21, 09, 05 - diff --git a/gfx/trainers/champion.png b/gfx/trainers/champion.png Binary files differnew file mode 100644 index 000000000..02494e748 --- /dev/null +++ b/gfx/trainers/champion.png diff --git a/gfx/trainers/chuck.2bpp.lz b/gfx/trainers/chuck.2bpp.lz.cab13edd Binary files differindex 0a92c7074..0a92c7074 100644 --- a/gfx/trainers/chuck.2bpp.lz +++ b/gfx/trainers/chuck.2bpp.lz.cab13edd diff --git a/gfx/trainers/chuck.pal b/gfx/trainers/chuck.pal deleted file mode 100644 index 9616829dc..000000000 --- a/gfx/trainers/chuck.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 16, 12 - RGB 12, 08, 08 - diff --git a/gfx/trainers/chuck.png b/gfx/trainers/chuck.png Binary files differnew file mode 100644 index 000000000..a7504f87a --- /dev/null +++ b/gfx/trainers/chuck.png diff --git a/gfx/trainers/clair.2bpp.lz b/gfx/trainers/clair.2bpp.lz.a1771075 Binary files differindex bbc463594..bbc463594 100644 --- a/gfx/trainers/clair.2bpp.lz +++ b/gfx/trainers/clair.2bpp.lz.a1771075 diff --git a/gfx/trainers/clair.pal b/gfx/trainers/clair.pal deleted file mode 100644 index 616598fee..000000000 --- a/gfx/trainers/clair.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 18, 12 - RGB 08, 11, 16 - diff --git a/gfx/trainers/clair.png b/gfx/trainers/clair.png Binary files differnew file mode 100644 index 000000000..0a8ca2a58 --- /dev/null +++ b/gfx/trainers/clair.png diff --git a/gfx/trainers/cooltrainer_f.2bpp.lz b/gfx/trainers/cooltrainer_f.2bpp.lz.6fb1e652 Binary files differindex cb41d74ee..cb41d74ee 100644 --- a/gfx/trainers/cooltrainer_f.2bpp.lz +++ b/gfx/trainers/cooltrainer_f.2bpp.lz.6fb1e652 diff --git a/gfx/trainers/cooltrainer_f.pal b/gfx/trainers/cooltrainer_f.pal deleted file mode 100644 index bdeefabf8..000000000 --- a/gfx/trainers/cooltrainer_f.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 18, 15 - RGB 22, 09, 03 - diff --git a/gfx/trainers/cooltrainer_f.png b/gfx/trainers/cooltrainer_f.png Binary files differnew file mode 100644 index 000000000..9547ba377 --- /dev/null +++ b/gfx/trainers/cooltrainer_f.png diff --git a/gfx/trainers/cooltrainer_m.2bpp.lz b/gfx/trainers/cooltrainer_m.2bpp.lz.0aa81882 Binary files differindex 93dad0319..93dad0319 100644 --- a/gfx/trainers/cooltrainer_m.2bpp.lz +++ b/gfx/trainers/cooltrainer_m.2bpp.lz.0aa81882 diff --git a/gfx/trainers/cooltrainer_m.pal b/gfx/trainers/cooltrainer_m.pal deleted file mode 100644 index bdeefabf8..000000000 --- a/gfx/trainers/cooltrainer_m.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 18, 15 - RGB 22, 09, 03 - diff --git a/gfx/trainers/cooltrainer_m.png b/gfx/trainers/cooltrainer_m.png Binary files differnew file mode 100644 index 000000000..9a6620b45 --- /dev/null +++ b/gfx/trainers/cooltrainer_m.png diff --git a/gfx/trainers/erika.2bpp.lz b/gfx/trainers/erika.2bpp.lz.58985f01 Binary files differindex 963363d26..963363d26 100644 --- a/gfx/trainers/erika.2bpp.lz +++ b/gfx/trainers/erika.2bpp.lz.58985f01 diff --git a/gfx/trainers/erika.pal b/gfx/trainers/erika.pal deleted file mode 100644 index e8de9b43d..000000000 --- a/gfx/trainers/erika.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 18, 13 - RGB 07, 15, 08 - diff --git a/gfx/trainers/erika.png b/gfx/trainers/erika.png Binary files differnew file mode 100644 index 000000000..9b1c282dd --- /dev/null +++ b/gfx/trainers/erika.png diff --git a/gfx/trainers/executive_f.2bpp.lz b/gfx/trainers/executive_f.2bpp.lz.c8b5dc9c Binary files differindex b823ddaab..b823ddaab 100644 --- a/gfx/trainers/executive_f.2bpp.lz +++ b/gfx/trainers/executive_f.2bpp.lz.c8b5dc9c diff --git a/gfx/trainers/executive_f.pal b/gfx/trainers/executive_f.pal deleted file mode 100644 index 36ec86f8e..000000000 --- a/gfx/trainers/executive_f.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 19, 05, 12 - diff --git a/gfx/trainers/executive_f.png b/gfx/trainers/executive_f.png Binary files differnew file mode 100644 index 000000000..ec1419758 --- /dev/null +++ b/gfx/trainers/executive_f.png diff --git a/gfx/trainers/executive_m.2bpp.lz b/gfx/trainers/executive_m.2bpp.lz.211746a6 Binary files differindex e10b588cc..e10b588cc 100644 --- a/gfx/trainers/executive_m.2bpp.lz +++ b/gfx/trainers/executive_m.2bpp.lz.211746a6 diff --git a/gfx/trainers/executive_m.pal b/gfx/trainers/executive_m.pal deleted file mode 100644 index 66e0a46c9..000000000 --- a/gfx/trainers/executive_m.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 17, 05 - RGB 14, 05, 14 - diff --git a/gfx/trainers/executive_m.png b/gfx/trainers/executive_m.png Binary files differnew file mode 100644 index 000000000..e88db5a78 --- /dev/null +++ b/gfx/trainers/executive_m.png diff --git a/gfx/trainers/falkner.2bpp.lz b/gfx/trainers/falkner.2bpp.lz.6ec6bbaf Binary files differindex 323587e3a..323587e3a 100644 --- a/gfx/trainers/falkner.2bpp.lz +++ b/gfx/trainers/falkner.2bpp.lz.6ec6bbaf diff --git a/gfx/trainers/falkner.pal b/gfx/trainers/falkner.pal deleted file mode 100644 index ddc5262ba..000000000 --- a/gfx/trainers/falkner.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 17, 14 - RGB 07, 05, 31 - diff --git a/gfx/trainers/falkner.png b/gfx/trainers/falkner.png Binary files differnew file mode 100644 index 000000000..244352fd7 --- /dev/null +++ b/gfx/trainers/falkner.png diff --git a/gfx/trainers/firebreather.2bpp.lz b/gfx/trainers/firebreather.2bpp.lz.a790feb1 Binary files differindex a0f853a9d..a0f853a9d 100644 --- a/gfx/trainers/firebreather.2bpp.lz +++ b/gfx/trainers/firebreather.2bpp.lz.a790feb1 diff --git a/gfx/trainers/firebreather.pal b/gfx/trainers/firebreather.pal deleted file mode 100644 index b051224dd..000000000 --- a/gfx/trainers/firebreather.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 17, 11 - RGB 25, 05, 12 - diff --git a/gfx/trainers/firebreather.png b/gfx/trainers/firebreather.png Binary files differnew file mode 100644 index 000000000..d838c3a58 --- /dev/null +++ b/gfx/trainers/firebreather.png diff --git a/gfx/trainers/fisher.2bpp.lz b/gfx/trainers/fisher.2bpp.lz.95bfbfd6 Binary files differindex b210aeda1..b210aeda1 100644 --- a/gfx/trainers/fisher.2bpp.lz +++ b/gfx/trainers/fisher.2bpp.lz.95bfbfd6 diff --git a/gfx/trainers/fisher.pal b/gfx/trainers/fisher.pal deleted file mode 100644 index 9d0657111..000000000 --- a/gfx/trainers/fisher.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 17, 13 - RGB 07, 12, 15 - diff --git a/gfx/trainers/fisher.png b/gfx/trainers/fisher.png Binary files differnew file mode 100644 index 000000000..a39f10d57 --- /dev/null +++ b/gfx/trainers/fisher.png diff --git a/gfx/trainers/gentleman.2bpp.lz b/gfx/trainers/gentleman.2bpp.lz.d3d78e00 Binary files differindex 153720e71..153720e71 100644 --- a/gfx/trainers/gentleman.2bpp.lz +++ b/gfx/trainers/gentleman.2bpp.lz.d3d78e00 diff --git a/gfx/trainers/gentleman.pal b/gfx/trainers/gentleman.pal deleted file mode 100644 index c6faa0d33..000000000 --- a/gfx/trainers/gentleman.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 16, 12 - RGB 09, 09, 15 - diff --git a/gfx/trainers/gentleman.png b/gfx/trainers/gentleman.png Binary files differnew file mode 100644 index 000000000..2ae2eaf1c --- /dev/null +++ b/gfx/trainers/gentleman.png diff --git a/gfx/trainers/grunt_f.2bpp.lz b/gfx/trainers/grunt_f.2bpp.lz.522aecd7 Binary files differindex beee0721b..beee0721b 100644 --- a/gfx/trainers/grunt_f.2bpp.lz +++ b/gfx/trainers/grunt_f.2bpp.lz.522aecd7 diff --git a/gfx/trainers/grunt_f.pal b/gfx/trainers/grunt_f.pal deleted file mode 100644 index 746132411..000000000 --- a/gfx/trainers/grunt_f.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 19, 13 - RGB 19, 06, 08 - diff --git a/gfx/trainers/grunt_f.png b/gfx/trainers/grunt_f.png Binary files differnew file mode 100644 index 000000000..8c69953f7 --- /dev/null +++ b/gfx/trainers/grunt_f.png diff --git a/gfx/trainers/grunt_m.2bpp.lz b/gfx/trainers/grunt_m.2bpp.lz.916e09d2 Binary files differindex 5ac5597b0..5ac5597b0 100644 --- a/gfx/trainers/grunt_m.2bpp.lz +++ b/gfx/trainers/grunt_m.2bpp.lz.916e09d2 diff --git a/gfx/trainers/grunt_m.pal b/gfx/trainers/grunt_m.pal deleted file mode 100644 index f7dc95d8f..000000000 --- a/gfx/trainers/grunt_m.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 17, 15 - RGB 20, 08, 05 - diff --git a/gfx/trainers/grunt_m.png b/gfx/trainers/grunt_m.png Binary files differnew file mode 100644 index 000000000..909b25225 --- /dev/null +++ b/gfx/trainers/grunt_m.png diff --git a/gfx/trainers/guitarist.2bpp.lz b/gfx/trainers/guitarist.2bpp.lz.be5a9b71 Binary files differindex d67e6ea98..d67e6ea98 100644 --- a/gfx/trainers/guitarist.2bpp.lz +++ b/gfx/trainers/guitarist.2bpp.lz.be5a9b71 diff --git a/gfx/trainers/guitarist.pal b/gfx/trainers/guitarist.pal deleted file mode 100644 index d5c88a3bd..000000000 --- a/gfx/trainers/guitarist.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 22, 19 - RGB 31, 08, 05 - diff --git a/gfx/trainers/guitarist.png b/gfx/trainers/guitarist.png Binary files differnew file mode 100644 index 000000000..2fac74bd5 --- /dev/null +++ b/gfx/trainers/guitarist.png diff --git a/gfx/trainers/hiker.2bpp.lz b/gfx/trainers/hiker.2bpp.lz.07a4e386 Binary files differindex c7cecda28..c7cecda28 100644 --- a/gfx/trainers/hiker.2bpp.lz +++ b/gfx/trainers/hiker.2bpp.lz.07a4e386 diff --git a/gfx/trainers/hiker.pal b/gfx/trainers/hiker.pal deleted file mode 100644 index 8d0cb5c4c..000000000 --- a/gfx/trainers/hiker.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 23, 15, 09 - RGB 13, 08, 23 - diff --git a/gfx/trainers/hiker.png b/gfx/trainers/hiker.png Binary files differnew file mode 100644 index 000000000..ff1712cbc --- /dev/null +++ b/gfx/trainers/hiker.png diff --git a/gfx/trainers/janine.2bpp.lz b/gfx/trainers/janine.2bpp.lz.5350f3ce Binary files differindex d6249eba3..d6249eba3 100644 --- a/gfx/trainers/janine.2bpp.lz +++ b/gfx/trainers/janine.2bpp.lz.5350f3ce diff --git a/gfx/trainers/janine.pal b/gfx/trainers/janine.pal deleted file mode 100644 index e958004cb..000000000 --- a/gfx/trainers/janine.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 18, 15 - RGB 15, 08, 23 - diff --git a/gfx/trainers/janine.png b/gfx/trainers/janine.png Binary files differnew file mode 100644 index 000000000..4e041f1aa --- /dev/null +++ b/gfx/trainers/janine.png diff --git a/gfx/trainers/jasmine.2bpp.lz b/gfx/trainers/jasmine.2bpp.lz.dcd58308 Binary files differindex 7c08ded94..7c08ded94 100644 --- a/gfx/trainers/jasmine.2bpp.lz +++ b/gfx/trainers/jasmine.2bpp.lz.dcd58308 diff --git a/gfx/trainers/jasmine.pal b/gfx/trainers/jasmine.pal deleted file mode 100644 index 352d95673..000000000 --- a/gfx/trainers/jasmine.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 18, 10 - RGB 16, 09, 11 - diff --git a/gfx/trainers/jasmine.png b/gfx/trainers/jasmine.png Binary files differnew file mode 100644 index 000000000..25a7a9b5e --- /dev/null +++ b/gfx/trainers/jasmine.png diff --git a/gfx/trainers/juggler.2bpp.lz b/gfx/trainers/juggler.2bpp.lz.2d7625ba Binary files differindex d64ed1f0b..d64ed1f0b 100644 --- a/gfx/trainers/juggler.2bpp.lz +++ b/gfx/trainers/juggler.2bpp.lz.2d7625ba diff --git a/gfx/trainers/juggler.pal b/gfx/trainers/juggler.pal deleted file mode 100644 index ffee98b09..000000000 --- a/gfx/trainers/juggler.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 26, 15, 10 - RGB 09, 06, 31 - diff --git a/gfx/trainers/juggler.png b/gfx/trainers/juggler.png Binary files differnew file mode 100644 index 000000000..90001c3ce --- /dev/null +++ b/gfx/trainers/juggler.png diff --git a/gfx/trainers/karen.2bpp.lz b/gfx/trainers/karen.2bpp.lz.7fc3d941 Binary files differindex a0bd871f7..a0bd871f7 100644 --- a/gfx/trainers/karen.2bpp.lz +++ b/gfx/trainers/karen.2bpp.lz.7fc3d941 diff --git a/gfx/trainers/karen.pal b/gfx/trainers/karen.pal deleted file mode 100644 index 0eeb5fa2d..000000000 --- a/gfx/trainers/karen.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 18, 14 - RGB 21, 08, 07 - diff --git a/gfx/trainers/karen.png b/gfx/trainers/karen.png Binary files differnew file mode 100644 index 000000000..46081bdae --- /dev/null +++ b/gfx/trainers/karen.png diff --git a/gfx/trainers/kimono_girl.2bpp.lz b/gfx/trainers/kimono_girl.2bpp.lz.e8833d48 Binary files differindex 465ccb111..465ccb111 100644 --- a/gfx/trainers/kimono_girl.2bpp.lz +++ b/gfx/trainers/kimono_girl.2bpp.lz.e8833d48 diff --git a/gfx/trainers/kimono_girl.pal b/gfx/trainers/kimono_girl.pal deleted file mode 100644 index 334b11d21..000000000 --- a/gfx/trainers/kimono_girl.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 19, 15 - RGB 26, 09, 06 - diff --git a/gfx/trainers/kimono_girl.png b/gfx/trainers/kimono_girl.png Binary files differnew file mode 100644 index 000000000..8f55ab1b2 --- /dev/null +++ b/gfx/trainers/kimono_girl.png diff --git a/gfx/trainers/koga.2bpp.lz b/gfx/trainers/koga.2bpp.lz.7a066020 Binary files differindex bc4501f08..bc4501f08 100644 --- a/gfx/trainers/koga.2bpp.lz +++ b/gfx/trainers/koga.2bpp.lz.7a066020 diff --git a/gfx/trainers/koga.pal b/gfx/trainers/koga.pal deleted file mode 100644 index 096b1e131..000000000 --- a/gfx/trainers/koga.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 18, 14 - RGB 12, 07, 13 - diff --git a/gfx/trainers/koga.png b/gfx/trainers/koga.png Binary files differnew file mode 100644 index 000000000..ed77f264c --- /dev/null +++ b/gfx/trainers/koga.png diff --git a/gfx/trainers/lass.2bpp.lz b/gfx/trainers/lass.2bpp.lz.e3726508 Binary files differindex 0c7cffa79..0c7cffa79 100644 --- a/gfx/trainers/lass.2bpp.lz +++ b/gfx/trainers/lass.2bpp.lz.e3726508 diff --git a/gfx/trainers/lass.pal b/gfx/trainers/lass.pal deleted file mode 100644 index 1ca3149dc..000000000 --- a/gfx/trainers/lass.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 17, 06 - RGB 13, 08, 25 - diff --git a/gfx/trainers/lass.png b/gfx/trainers/lass.png Binary files differnew file mode 100644 index 000000000..18e375a21 --- /dev/null +++ b/gfx/trainers/lass.png diff --git a/gfx/trainers/lt_surge.2bpp.lz b/gfx/trainers/lt_surge.2bpp.lz.4ac586d0 Binary files differindex 9a3df5d3f..9a3df5d3f 100644 --- a/gfx/trainers/lt_surge.2bpp.lz +++ b/gfx/trainers/lt_surge.2bpp.lz.4ac586d0 diff --git a/gfx/trainers/lt_surge.pal b/gfx/trainers/lt_surge.pal deleted file mode 100644 index 6243fae58..000000000 --- a/gfx/trainers/lt_surge.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 17, 14 - RGB 09, 14, 10 - diff --git a/gfx/trainers/lt_surge.png b/gfx/trainers/lt_surge.png Binary files differnew file mode 100644 index 000000000..44e7db6dc --- /dev/null +++ b/gfx/trainers/lt_surge.png diff --git a/gfx/trainers/medium.2bpp.lz b/gfx/trainers/medium.2bpp.lz.db642b9e Binary files differindex 4aaa71326..4aaa71326 100644 --- a/gfx/trainers/medium.2bpp.lz +++ b/gfx/trainers/medium.2bpp.lz.db642b9e diff --git a/gfx/trainers/medium.pal b/gfx/trainers/medium.pal deleted file mode 100644 index e06b66f39..000000000 --- a/gfx/trainers/medium.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 17, 12 - RGB 09, 09, 14 - diff --git a/gfx/trainers/medium.png b/gfx/trainers/medium.png Binary files differnew file mode 100644 index 000000000..4828a771d --- /dev/null +++ b/gfx/trainers/medium.png diff --git a/gfx/trainers/misty.2bpp.lz b/gfx/trainers/misty.2bpp.lz.2ded1a10 Binary files differindex 1a96cdddd..1a96cdddd 100644 --- a/gfx/trainers/misty.2bpp.lz +++ b/gfx/trainers/misty.2bpp.lz.2ded1a10 diff --git a/gfx/trainers/misty.pal b/gfx/trainers/misty.pal deleted file mode 100644 index aab4b0849..000000000 --- a/gfx/trainers/misty.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 19, 16 - RGB 20, 10, 05 - diff --git a/gfx/trainers/misty.png b/gfx/trainers/misty.png Binary files differnew file mode 100644 index 000000000..64768409a --- /dev/null +++ b/gfx/trainers/misty.png diff --git a/gfx/trainers/morty.2bpp.lz b/gfx/trainers/morty.2bpp.lz.aec5773b Binary files differindex 67999aeb8..67999aeb8 100644 --- a/gfx/trainers/morty.2bpp.lz +++ b/gfx/trainers/morty.2bpp.lz.aec5773b diff --git a/gfx/trainers/morty.pal b/gfx/trainers/morty.pal deleted file mode 100644 index 736d93ba7..000000000 --- a/gfx/trainers/morty.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 17, 12 - RGB 12, 07, 22 - diff --git a/gfx/trainers/morty.png b/gfx/trainers/morty.png Binary files differnew file mode 100644 index 000000000..7f817e1a2 --- /dev/null +++ b/gfx/trainers/morty.png diff --git a/gfx/trainers/mysticalman.2bpp.lz b/gfx/trainers/mysticalman.2bpp.lz.35d01215 Binary files differindex 38296bc91..38296bc91 100644 --- a/gfx/trainers/mysticalman.2bpp.lz +++ b/gfx/trainers/mysticalman.2bpp.lz.35d01215 diff --git a/gfx/trainers/mysticalman.pal b/gfx/trainers/mysticalman.pal deleted file mode 100644 index 7e95414ae..000000000 --- a/gfx/trainers/mysticalman.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 20, 12 - RGB 16, 07, 16 - diff --git a/gfx/trainers/mysticalman.png b/gfx/trainers/mysticalman.png Binary files differnew file mode 100644 index 000000000..aac6bf026 --- /dev/null +++ b/gfx/trainers/mysticalman.png diff --git a/gfx/trainers/oak.2bpp.lz b/gfx/trainers/oak.2bpp.lz.91a27df3 Binary files differindex 276f7c533..276f7c533 100644 --- a/gfx/trainers/oak.2bpp.lz +++ b/gfx/trainers/oak.2bpp.lz.91a27df3 diff --git a/gfx/trainers/oak.pal b/gfx/trainers/oak.pal deleted file mode 100644 index a4be7ff97..000000000 --- a/gfx/trainers/oak.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 24, 19, 11 - RGB 13, 16, 00 - diff --git a/gfx/trainers/oak.png b/gfx/trainers/oak.png Binary files differnew file mode 100644 index 000000000..4b4fab1a3 --- /dev/null +++ b/gfx/trainers/oak.png diff --git a/gfx/trainers/officer.2bpp.lz b/gfx/trainers/officer.2bpp.lz.630b057a Binary files differindex e3e22f870..e3e22f870 100644 --- a/gfx/trainers/officer.2bpp.lz +++ b/gfx/trainers/officer.2bpp.lz.630b057a diff --git a/gfx/trainers/officer.pal b/gfx/trainers/officer.pal deleted file mode 100644 index a14a47917..000000000 --- a/gfx/trainers/officer.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 24, 08 - RGB 12, 09, 19 - diff --git a/gfx/trainers/officer.png b/gfx/trainers/officer.png Binary files differnew file mode 100644 index 000000000..a5afe293a --- /dev/null +++ b/gfx/trainers/officer.png diff --git a/gfx/trainers/picnicker.2bpp.lz b/gfx/trainers/picnicker.2bpp.lz.6842b86a Binary files differindex 81ee09ab7..81ee09ab7 100644 --- a/gfx/trainers/picnicker.2bpp.lz +++ b/gfx/trainers/picnicker.2bpp.lz.6842b86a diff --git a/gfx/trainers/picnicker.pal b/gfx/trainers/picnicker.pal deleted file mode 100644 index d0eec39f9..000000000 --- a/gfx/trainers/picnicker.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 19, 08 - RGB 10, 20, 02 - diff --git a/gfx/trainers/picnicker.png b/gfx/trainers/picnicker.png Binary files differnew file mode 100644 index 000000000..0721244f0 --- /dev/null +++ b/gfx/trainers/picnicker.png diff --git a/gfx/trainers/pokefan_f.2bpp.lz b/gfx/trainers/pokefan_f.2bpp.lz.9cbd3f20 Binary files differindex 2ab555a85..2ab555a85 100644 --- a/gfx/trainers/pokefan_f.2bpp.lz +++ b/gfx/trainers/pokefan_f.2bpp.lz.9cbd3f20 diff --git a/gfx/trainers/pokefan_f.pal b/gfx/trainers/pokefan_f.pal deleted file mode 100644 index 57d1b94cf..000000000 --- a/gfx/trainers/pokefan_f.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 17, 14 - RGB 15, 04, 15 - diff --git a/gfx/trainers/pokefan_f.png b/gfx/trainers/pokefan_f.png Binary files differnew file mode 100644 index 000000000..0bf45ace6 --- /dev/null +++ b/gfx/trainers/pokefan_f.png diff --git a/gfx/trainers/pokefan_m.2bpp.lz b/gfx/trainers/pokefan_m.2bpp.lz.5bc5a3e1 Binary files differindex 25b4a9ff7..25b4a9ff7 100644 --- a/gfx/trainers/pokefan_m.2bpp.lz +++ b/gfx/trainers/pokefan_m.2bpp.lz.5bc5a3e1 diff --git a/gfx/trainers/pokefan_m.pal b/gfx/trainers/pokefan_m.pal deleted file mode 100644 index 601ed4ae9..000000000 --- a/gfx/trainers/pokefan_m.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 29, 19, 13 - RGB 21, 08, 08 - diff --git a/gfx/trainers/pokefan_m.png b/gfx/trainers/pokefan_m.png Binary files differnew file mode 100644 index 000000000..d8cc8fc8e --- /dev/null +++ b/gfx/trainers/pokefan_m.png diff --git a/gfx/trainers/pokemaniac.2bpp.lz b/gfx/trainers/pokemaniac.2bpp.lz.786c5fce Binary files differindex 78fb417f4..78fb417f4 100644 --- a/gfx/trainers/pokemaniac.2bpp.lz +++ b/gfx/trainers/pokemaniac.2bpp.lz.786c5fce diff --git a/gfx/trainers/pokemaniac.pal b/gfx/trainers/pokemaniac.pal deleted file mode 100644 index f8e224ab8..000000000 --- a/gfx/trainers/pokemaniac.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 20, 13 - RGB 13, 05, 18 - diff --git a/gfx/trainers/pokemaniac.png b/gfx/trainers/pokemaniac.png Binary files differnew file mode 100644 index 000000000..8ab470877 --- /dev/null +++ b/gfx/trainers/pokemaniac.png diff --git a/gfx/trainers/pryce.2bpp.lz b/gfx/trainers/pryce.2bpp.lz.1a98cae8 Binary files differindex ca69273e0..ca69273e0 100644 --- a/gfx/trainers/pryce.2bpp.lz +++ b/gfx/trainers/pryce.2bpp.lz.1a98cae8 diff --git a/gfx/trainers/pryce.pal b/gfx/trainers/pryce.pal deleted file mode 100644 index ca319f05a..000000000 --- a/gfx/trainers/pryce.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 18, 16 - RGB 12, 09, 08 - diff --git a/gfx/trainers/pryce.png b/gfx/trainers/pryce.png Binary files differnew file mode 100644 index 000000000..2953fe32d --- /dev/null +++ b/gfx/trainers/pryce.png diff --git a/gfx/trainers/psychic_t.2bpp.lz b/gfx/trainers/psychic_t.2bpp.lz.ecd603f4 Binary files differindex c1123a84e..c1123a84e 100644 --- a/gfx/trainers/psychic_t.2bpp.lz +++ b/gfx/trainers/psychic_t.2bpp.lz.ecd603f4 diff --git a/gfx/trainers/psychic_t.pal b/gfx/trainers/psychic_t.pal deleted file mode 100644 index e19c4d817..000000000 --- a/gfx/trainers/psychic_t.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 10, 12, 19 - diff --git a/gfx/trainers/psychic_t.png b/gfx/trainers/psychic_t.png Binary files differnew file mode 100644 index 000000000..897c8385e --- /dev/null +++ b/gfx/trainers/psychic_t.png diff --git a/gfx/trainers/red.2bpp.lz b/gfx/trainers/red.2bpp.lz.51104ac6 Binary files differindex 15a8dcf88..15a8dcf88 100644 --- a/gfx/trainers/red.2bpp.lz +++ b/gfx/trainers/red.2bpp.lz.51104ac6 diff --git a/gfx/trainers/red.pal b/gfx/trainers/red.pal deleted file mode 100644 index 3ebf35fb7..000000000 --- a/gfx/trainers/red.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 18, 17 - RGB 22, 07, 08 - diff --git a/gfx/trainers/red.png b/gfx/trainers/red.png Binary files differnew file mode 100644 index 000000000..bd6d4a37d --- /dev/null +++ b/gfx/trainers/red.png diff --git a/gfx/trainers/rival1.2bpp.lz b/gfx/trainers/rival1.2bpp.lz.e43b32ef Binary files differindex 9a5b99abc..9a5b99abc 100644 --- a/gfx/trainers/rival1.2bpp.lz +++ b/gfx/trainers/rival1.2bpp.lz.e43b32ef diff --git a/gfx/trainers/rival1.pal b/gfx/trainers/rival1.pal deleted file mode 100644 index 190dc92e0..000000000 --- a/gfx/trainers/rival1.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 18, 07 - RGB 26, 04, 09 - diff --git a/gfx/trainers/rival1.png b/gfx/trainers/rival1.png Binary files differnew file mode 100644 index 000000000..60e29553d --- /dev/null +++ b/gfx/trainers/rival1.png diff --git a/gfx/trainers/rival2.2bpp.lz b/gfx/trainers/rival2.2bpp.lz.562de263 Binary files differindex 683ec66bb..683ec66bb 100644 --- a/gfx/trainers/rival2.2bpp.lz +++ b/gfx/trainers/rival2.2bpp.lz.562de263 diff --git a/gfx/trainers/rival2.pal b/gfx/trainers/rival2.pal deleted file mode 100644 index 190dc92e0..000000000 --- a/gfx/trainers/rival2.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 27, 18, 07 - RGB 26, 04, 09 - diff --git a/gfx/trainers/rival2.png b/gfx/trainers/rival2.png Binary files differnew file mode 100644 index 000000000..b3f0ec48e --- /dev/null +++ b/gfx/trainers/rival2.png diff --git a/gfx/trainers/sabrina.2bpp.lz b/gfx/trainers/sabrina.2bpp.lz.d09a2b46 Binary files differindex bee6dd0e9..bee6dd0e9 100644 --- a/gfx/trainers/sabrina.2bpp.lz +++ b/gfx/trainers/sabrina.2bpp.lz.d09a2b46 diff --git a/gfx/trainers/sabrina.pal b/gfx/trainers/sabrina.pal deleted file mode 100644 index 950be6902..000000000 --- a/gfx/trainers/sabrina.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 24, 07, 09 - diff --git a/gfx/trainers/sabrina.png b/gfx/trainers/sabrina.png Binary files differnew file mode 100644 index 000000000..815768c83 --- /dev/null +++ b/gfx/trainers/sabrina.png diff --git a/gfx/trainers/sage.2bpp.lz b/gfx/trainers/sage.2bpp.lz.2038324b Binary files differindex aff9d4589..aff9d4589 100644 --- a/gfx/trainers/sage.2bpp.lz +++ b/gfx/trainers/sage.2bpp.lz.2038324b diff --git a/gfx/trainers/sage.pal b/gfx/trainers/sage.pal deleted file mode 100644 index d61b39ec3..000000000 --- a/gfx/trainers/sage.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 08, 08, 20 - diff --git a/gfx/trainers/sage.png b/gfx/trainers/sage.png Binary files differnew file mode 100644 index 000000000..df7e3e4f4 --- /dev/null +++ b/gfx/trainers/sage.png diff --git a/gfx/trainers/sailor.2bpp.lz b/gfx/trainers/sailor.2bpp.lz.0f7f3386 Binary files differindex 425667a73..425667a73 100644 --- a/gfx/trainers/sailor.2bpp.lz +++ b/gfx/trainers/sailor.2bpp.lz.0f7f3386 diff --git a/gfx/trainers/sailor.pal b/gfx/trainers/sailor.pal deleted file mode 100644 index 33b3c02b1..000000000 --- a/gfx/trainers/sailor.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 24, 14, 07 - RGB 03, 07, 13 - diff --git a/gfx/trainers/sailor.png b/gfx/trainers/sailor.png Binary files differnew file mode 100644 index 000000000..09dee6b73 --- /dev/null +++ b/gfx/trainers/sailor.png diff --git a/gfx/trainers/schoolboy.2bpp.lz b/gfx/trainers/schoolboy.2bpp.lz.6d26b31b Binary files differindex 7d9bd00a3..7d9bd00a3 100644 --- a/gfx/trainers/schoolboy.2bpp.lz +++ b/gfx/trainers/schoolboy.2bpp.lz.6d26b31b diff --git a/gfx/trainers/schoolboy.pal b/gfx/trainers/schoolboy.pal deleted file mode 100644 index 5ba665e79..000000000 --- a/gfx/trainers/schoolboy.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 16, 11 - RGB 13, 10, 24 - diff --git a/gfx/trainers/schoolboy.png b/gfx/trainers/schoolboy.png Binary files differnew file mode 100644 index 000000000..3c154e6d5 --- /dev/null +++ b/gfx/trainers/schoolboy.png diff --git a/gfx/trainers/scientist.2bpp.lz b/gfx/trainers/scientist.2bpp.lz.2ef10474 Binary files differindex 033f421b5..033f421b5 100644 --- a/gfx/trainers/scientist.2bpp.lz +++ b/gfx/trainers/scientist.2bpp.lz.2ef10474 diff --git a/gfx/trainers/scientist.pal b/gfx/trainers/scientist.pal deleted file mode 100644 index 0661e50e8..000000000 --- a/gfx/trainers/scientist.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 24, 19, 11 - RGB 10, 13, 17 - diff --git a/gfx/trainers/scientist.png b/gfx/trainers/scientist.png Binary files differnew file mode 100644 index 000000000..3ba33aef4 --- /dev/null +++ b/gfx/trainers/scientist.png diff --git a/gfx/trainers/skier.2bpp.lz b/gfx/trainers/skier.2bpp.lz.399d4240 Binary files differindex 42be70abe..42be70abe 100644 --- a/gfx/trainers/skier.2bpp.lz +++ b/gfx/trainers/skier.2bpp.lz.399d4240 diff --git a/gfx/trainers/skier.pal b/gfx/trainers/skier.pal deleted file mode 100644 index 9201ca909..000000000 --- a/gfx/trainers/skier.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 19, 15 - RGB 24, 06, 14 - diff --git a/gfx/trainers/skier.png b/gfx/trainers/skier.png Binary files differnew file mode 100644 index 000000000..7f9466f1a --- /dev/null +++ b/gfx/trainers/skier.png diff --git a/gfx/trainers/super_nerd.2bpp.lz b/gfx/trainers/super_nerd.2bpp.lz.c5362664 Binary files differindex dbdb4ca46..dbdb4ca46 100644 --- a/gfx/trainers/super_nerd.2bpp.lz +++ b/gfx/trainers/super_nerd.2bpp.lz.c5362664 diff --git a/gfx/trainers/super_nerd.pal b/gfx/trainers/super_nerd.pal deleted file mode 100644 index 862d4e21e..000000000 --- a/gfx/trainers/super_nerd.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 30, 22, 17 - RGB 11, 09, 10 - diff --git a/gfx/trainers/super_nerd.png b/gfx/trainers/super_nerd.png Binary files differnew file mode 100644 index 000000000..8636f2262 --- /dev/null +++ b/gfx/trainers/super_nerd.png diff --git a/gfx/trainers/swimmer_f.2bpp.lz b/gfx/trainers/swimmer_f.2bpp.lz.c60d0ad6 Binary files differindex 3f27a6d42..3f27a6d42 100644 --- a/gfx/trainers/swimmer_f.2bpp.lz +++ b/gfx/trainers/swimmer_f.2bpp.lz.c60d0ad6 diff --git a/gfx/trainers/swimmer_f.pal b/gfx/trainers/swimmer_f.pal deleted file mode 100644 index 6bddcbcc3..000000000 --- a/gfx/trainers/swimmer_f.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 25, 16, 05 - RGB 06, 14, 04 - diff --git a/gfx/trainers/swimmer_f.png b/gfx/trainers/swimmer_f.png Binary files differnew file mode 100644 index 000000000..affef5f5e --- /dev/null +++ b/gfx/trainers/swimmer_f.png diff --git a/gfx/trainers/swimmer_m.2bpp.lz b/gfx/trainers/swimmer_m.2bpp.lz.2c1a716e Binary files differindex b162cadca..b162cadca 100644 --- a/gfx/trainers/swimmer_m.2bpp.lz +++ b/gfx/trainers/swimmer_m.2bpp.lz.2c1a716e diff --git a/gfx/trainers/swimmer_m.pal b/gfx/trainers/swimmer_m.pal deleted file mode 100644 index 164d2166b..000000000 --- a/gfx/trainers/swimmer_m.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 03, 04, 09 - RGB 21, 13, 01 - diff --git a/gfx/trainers/swimmer_m.png b/gfx/trainers/swimmer_m.png Binary files differnew file mode 100644 index 000000000..2c0442385 --- /dev/null +++ b/gfx/trainers/swimmer_m.png diff --git a/gfx/trainers/teacher.2bpp.lz b/gfx/trainers/teacher.2bpp.lz.1d131210 Binary files differindex 92151f891..92151f891 100644 --- a/gfx/trainers/teacher.2bpp.lz +++ b/gfx/trainers/teacher.2bpp.lz.1d131210 diff --git a/gfx/trainers/teacher.pal b/gfx/trainers/teacher.pal deleted file mode 100644 index a614be34c..000000000 --- a/gfx/trainers/teacher.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 20, 16 - RGB 08, 11, 07 - diff --git a/gfx/trainers/teacher.png b/gfx/trainers/teacher.png Binary files differnew file mode 100644 index 000000000..d9e1b25cd --- /dev/null +++ b/gfx/trainers/teacher.png diff --git a/gfx/trainers/twins.2bpp.lz b/gfx/trainers/twins.2bpp.lz.462fd733 Binary files differindex 1bdf29c7d..1bdf29c7d 100644 --- a/gfx/trainers/twins.2bpp.lz +++ b/gfx/trainers/twins.2bpp.lz.462fd733 diff --git a/gfx/trainers/twins.pal b/gfx/trainers/twins.pal deleted file mode 100644 index 47792418b..000000000 --- a/gfx/trainers/twins.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 31, 22, 08 - RGB 28, 03, 21 - diff --git a/gfx/trainers/twins.png b/gfx/trainers/twins.png Binary files differnew file mode 100644 index 000000000..4726f9599 --- /dev/null +++ b/gfx/trainers/twins.png diff --git a/gfx/trainers/whitney.2bpp.lz b/gfx/trainers/whitney.2bpp.lz.dcb46ea6 Binary files differindex 9564767a8..9564767a8 100644 --- a/gfx/trainers/whitney.2bpp.lz +++ b/gfx/trainers/whitney.2bpp.lz.dcb46ea6 diff --git a/gfx/trainers/whitney.pal b/gfx/trainers/whitney.pal deleted file mode 100644 index a51af5fda..000000000 --- a/gfx/trainers/whitney.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 18, 09 - RGB 21, 07, 02 - diff --git a/gfx/trainers/whitney.png b/gfx/trainers/whitney.png Binary files differnew file mode 100644 index 000000000..b9b4aa497 --- /dev/null +++ b/gfx/trainers/whitney.png diff --git a/gfx/trainers/will.2bpp.lz b/gfx/trainers/will.2bpp.lz.842af358 Binary files differindex 3de211cd4..3de211cd4 100644 --- a/gfx/trainers/will.2bpp.lz +++ b/gfx/trainers/will.2bpp.lz.842af358 diff --git a/gfx/trainers/will.pal b/gfx/trainers/will.pal deleted file mode 100644 index d27fd8069..000000000 --- a/gfx/trainers/will.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 23, 15, 09 - RGB 26, 04, 02 - diff --git a/gfx/trainers/will.png b/gfx/trainers/will.png Binary files differnew file mode 100644 index 000000000..599f7cce8 --- /dev/null +++ b/gfx/trainers/will.png diff --git a/gfx/trainers/youngster.2bpp.lz b/gfx/trainers/youngster.2bpp.lz.4bef139d Binary files differindex ec742f9f3..ec742f9f3 100644 --- a/gfx/trainers/youngster.2bpp.lz +++ b/gfx/trainers/youngster.2bpp.lz.4bef139d diff --git a/gfx/trainers/youngster.pal b/gfx/trainers/youngster.pal deleted file mode 100644 index a330d692f..000000000 --- a/gfx/trainers/youngster.pal +++ /dev/null @@ -1,4 +0,0 @@ - - RGB 28, 20, 09 - RGB 09, 12, 23 - diff --git a/gfx/trainers/youngster.png b/gfx/trainers/youngster.png Binary files differnew file mode 100644 index 000000000..9b6d96eea --- /dev/null +++ b/gfx/trainers/youngster.png diff --git a/gfx/unknown/011cb7.2bpp b/gfx/unknown/011cb7.2bpp Binary files differdeleted file mode 100644 index 5046cc61a..000000000 --- a/gfx/unknown/011cb7.2bpp +++ /dev/null diff --git a/gfx/unknown/011cb7.png b/gfx/unknown/011cb7.png Binary files differnew file mode 100644 index 000000000..36935ab82 --- /dev/null +++ b/gfx/unknown/011cb7.png diff --git a/gfx/unknown/011cc7.2bpp b/gfx/unknown/011cc7.2bpp Binary files differdeleted file mode 100644 index 852606f98..000000000 --- a/gfx/unknown/011cc7.2bpp +++ /dev/null diff --git a/gfx/unknown/011cc7.png b/gfx/unknown/011cc7.png Binary files differnew file mode 100644 index 000000000..a0429a3ad --- /dev/null +++ b/gfx/unknown/011cc7.png diff --git a/gfx/unknown/011e5d.1bpp b/gfx/unknown/011e5d.1bpp deleted file mode 100644 index 7bbee183b..000000000 --- a/gfx/unknown/011e5d.1bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/unknown/011e5d.png b/gfx/unknown/011e5d.png Binary files differnew file mode 100644 index 000000000..c8e132b92 --- /dev/null +++ b/gfx/unknown/011e5d.png diff --git a/gfx/unknown/011e65.1bpp b/gfx/unknown/011e65.1bpp Binary files differdeleted file mode 100644 index 9713c883a..000000000 --- a/gfx/unknown/011e65.1bpp +++ /dev/null diff --git a/gfx/unknown/011e65.png b/gfx/unknown/011e65.png Binary files differnew file mode 100644 index 000000000..a34e82bf1 --- /dev/null +++ b/gfx/unknown/011e65.png diff --git a/gfx/unknown/011e6d.1bpp b/gfx/unknown/011e6d.1bpp Binary files differdeleted file mode 100644 index 3da14ecbe..000000000 --- a/gfx/unknown/011e6d.1bpp +++ /dev/null diff --git a/gfx/unknown/011e6d.png b/gfx/unknown/011e6d.png Binary files differnew file mode 100644 index 000000000..e92cd4d6a --- /dev/null +++ b/gfx/unknown/011e6d.png diff --git a/gfx/unknown/0123fc.2bpp b/gfx/unknown/0123fc.2bpp Binary files differdeleted file mode 100644 index 1314e8c42..000000000 --- a/gfx/unknown/0123fc.2bpp +++ /dev/null diff --git a/gfx/unknown/0123fc.png b/gfx/unknown/0123fc.png Binary files differnew file mode 100644 index 000000000..dbf513487 --- /dev/null +++ b/gfx/unknown/0123fc.png diff --git a/gfx/unknown/016d9c.1bpp b/gfx/unknown/016d9c.1bpp Binary files differdeleted file mode 100644 index e24d140c4..000000000 --- a/gfx/unknown/016d9c.1bpp +++ /dev/null diff --git a/gfx/unknown/016d9c.png b/gfx/unknown/016d9c.png Binary files differnew file mode 100644 index 000000000..56252c423 --- /dev/null +++ b/gfx/unknown/016d9c.png diff --git a/gfx/unknown/016da4.1bpp b/gfx/unknown/016da4.1bpp Binary files differdeleted file mode 100644 index fc6de6973..000000000 --- a/gfx/unknown/016da4.1bpp +++ /dev/null diff --git a/gfx/unknown/016da4.png b/gfx/unknown/016da4.png Binary files differnew file mode 100644 index 000000000..8ce07a03c --- /dev/null +++ b/gfx/unknown/016da4.png diff --git a/gfx/unknown/017393.2bpp b/gfx/unknown/017393.2bpp deleted file mode 100644 index 4fc77ac3e..000000000 --- a/gfx/unknown/017393.2bpp +++ /dev/null @@ -1 +0,0 @@ - @@?1A~~<<
\ No newline at end of file diff --git a/gfx/unknown/017393.png b/gfx/unknown/017393.png Binary files differnew file mode 100644 index 000000000..e45921e1f --- /dev/null +++ b/gfx/unknown/017393.png diff --git a/gfx/unknown/029f54.2bpp b/gfx/unknown/029f54.2bpp Binary files differdeleted file mode 100644 index 4baf48889..000000000 --- a/gfx/unknown/029f54.2bpp +++ /dev/null diff --git a/gfx/unknown/029f54.png b/gfx/unknown/029f54.png Binary files differnew file mode 100644 index 000000000..d3ac169fc --- /dev/null +++ b/gfx/unknown/029f54.png diff --git a/gfx/unknown/0488c3.2bpp b/gfx/unknown/0488c3.2bpp Binary files differdeleted file mode 100644 index 6b869ba80..000000000 --- a/gfx/unknown/0488c3.2bpp +++ /dev/null diff --git a/gfx/unknown/0488c3.png b/gfx/unknown/0488c3.png Binary files differnew file mode 100644 index 000000000..e8b43de99 --- /dev/null +++ b/gfx/unknown/0488c3.png diff --git a/gfx/unknown/0488cb.2bpp b/gfx/unknown/0488cb.2bpp Binary files differdeleted file mode 100644 index c48668de6..000000000 --- a/gfx/unknown/0488cb.2bpp +++ /dev/null diff --git a/gfx/unknown/0488cb.png b/gfx/unknown/0488cb.png Binary files differnew file mode 100644 index 000000000..9eaaadd2d --- /dev/null +++ b/gfx/unknown/0488cb.png diff --git a/gfx/unknown/049c0c.2bpp b/gfx/unknown/049c0c.2bpp Binary files differdeleted file mode 100644 index 6aa4815e3..000000000 --- a/gfx/unknown/049c0c.2bpp +++ /dev/null diff --git a/gfx/unknown/049c0c.png b/gfx/unknown/049c0c.png Binary files differnew file mode 100644 index 000000000..ae6cba38d --- /dev/null +++ b/gfx/unknown/049c0c.png diff --git a/gfx/unknown/08940b.2bpp b/gfx/unknown/08940b.2bpp Binary files differdeleted file mode 100644 index 215a5536e..000000000 --- a/gfx/unknown/08940b.2bpp +++ /dev/null diff --git a/gfx/unknown/08940b.png b/gfx/unknown/08940b.png Binary files differnew file mode 100644 index 000000000..108be31b9 --- /dev/null +++ b/gfx/unknown/08940b.png diff --git a/gfx/unknown/08c893.2bpp b/gfx/unknown/08c893.2bpp Binary files differdeleted file mode 100644 index 9aeb905ce..000000000 --- a/gfx/unknown/08c893.2bpp +++ /dev/null diff --git a/gfx/unknown/08c893.png b/gfx/unknown/08c893.png Binary files differnew file mode 100644 index 000000000..4cbb595f7 --- /dev/null +++ b/gfx/unknown/08c893.png diff --git a/gfx/unknown/0908fb.2bpp b/gfx/unknown/0908fb.2bpp deleted file mode 100644 index 8663f7de5..000000000 --- a/gfx/unknown/0908fb.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/unknown/0908fb.png b/gfx/unknown/0908fb.png Binary files differnew file mode 100644 index 000000000..e2bd6299c --- /dev/null +++ b/gfx/unknown/0908fb.png diff --git a/gfx/unknown/090903.2bpp b/gfx/unknown/090903.2bpp Binary files differdeleted file mode 100644 index 6b869ba80..000000000 --- a/gfx/unknown/090903.2bpp +++ /dev/null diff --git a/gfx/unknown/090903.png b/gfx/unknown/090903.png Binary files differnew file mode 100644 index 000000000..d8cfc7f3f --- /dev/null +++ b/gfx/unknown/090903.png diff --git a/gfx/unknown/09090b.2bpp b/gfx/unknown/09090b.2bpp Binary files differdeleted file mode 100644 index c48668de6..000000000 --- a/gfx/unknown/09090b.2bpp +++ /dev/null diff --git a/gfx/unknown/09090b.png b/gfx/unknown/09090b.png Binary files differnew file mode 100644 index 000000000..33803e197 --- /dev/null +++ b/gfx/unknown/09090b.png diff --git a/gfx/unknown/0e0cdb.2bpp.lz b/gfx/unknown/0e0cdb.2bpp.lz.53679db7 Binary files differindex 12baf9a8f..12baf9a8f 100644 --- a/gfx/unknown/0e0cdb.2bpp.lz +++ b/gfx/unknown/0e0cdb.2bpp.lz.53679db7 diff --git a/gfx/unknown/0e0cdb.png b/gfx/unknown/0e0cdb.png Binary files differnew file mode 100644 index 000000000..227450963 --- /dev/null +++ b/gfx/unknown/0e0cdb.png diff --git a/gfx/unknown/0e0cf6.2bpp b/gfx/unknown/0e0cf6.2bpp deleted file mode 100644 index 0e7c66a32..000000000 --- a/gfx/unknown/0e0cf6.2bpp +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/gfx/unknown/0e0cf6.png b/gfx/unknown/0e0cf6.png Binary files differnew file mode 100644 index 000000000..ac5885644 --- /dev/null +++ b/gfx/unknown/0e0cf6.png diff --git a/gfx/unknown/0e0d06.2bpp b/gfx/unknown/0e0d06.2bpp deleted file mode 100644 index 18497c4fe..000000000 --- a/gfx/unknown/0e0d06.2bpp +++ /dev/null @@ -1 +0,0 @@ -ÁÁÁÁ
\ No newline at end of file diff --git a/gfx/unknown/0e0d06.png b/gfx/unknown/0e0d06.png Binary files differnew file mode 100644 index 000000000..cea1577ef --- /dev/null +++ b/gfx/unknown/0e0d06.png diff --git a/gfx/unknown/0e0d16.2bpp.lz b/gfx/unknown/0e0d16.2bpp.lz.86f267e8 Binary files differindex 8a60b966b..8a60b966b 100644 --- a/gfx/unknown/0e0d16.2bpp.lz +++ b/gfx/unknown/0e0d16.2bpp.lz.86f267e8 diff --git a/gfx/unknown/0e0d16.png b/gfx/unknown/0e0d16.png Binary files differnew file mode 100644 index 000000000..ab3c6594f --- /dev/null +++ b/gfx/unknown/0e0d16.png diff --git a/gfx/unknown/0e0ea8.2bpp.lz b/gfx/unknown/0e0ea8.2bpp.lz.6a6c671d Binary files differindex f238c797c..f238c797c 100644 --- a/gfx/unknown/0e0ea8.2bpp.lz +++ b/gfx/unknown/0e0ea8.2bpp.lz.6a6c671d diff --git a/gfx/unknown/0e0ea8.png b/gfx/unknown/0e0ea8.png Binary files differnew file mode 100755 index 000000000..531417385 --- /dev/null +++ b/gfx/unknown/0e0ea8.png diff --git a/gfx/unknown/0e2221.2bpp.lz b/gfx/unknown/0e2221.2bpp.lz.821ba441 Binary files differindex b01fe34df..b01fe34df 100644 --- a/gfx/unknown/0e2221.2bpp.lz +++ b/gfx/unknown/0e2221.2bpp.lz.821ba441 diff --git a/gfx/unknown/0e2221.png b/gfx/unknown/0e2221.png Binary files differnew file mode 100644 index 000000000..e0f1d3256 --- /dev/null +++ b/gfx/unknown/0e2221.png diff --git a/gfx/unknown/0f89b0.2bpp b/gfx/unknown/0f89b0.2bpp Binary files differdeleted file mode 100644 index b53cb7234..000000000 --- a/gfx/unknown/0f89b0.2bpp +++ /dev/null diff --git a/gfx/unknown/0f89b0.png b/gfx/unknown/0f89b0.png Binary files differnew file mode 100644 index 000000000..151704af5 --- /dev/null +++ b/gfx/unknown/0f89b0.png diff --git a/gfx/unknown/0f8aa0.2bpp b/gfx/unknown/0f8aa0.2bpp Binary files differdeleted file mode 100644 index 1260c40be..000000000 --- a/gfx/unknown/0f8aa0.2bpp +++ /dev/null diff --git a/gfx/unknown/0f8aa0.png b/gfx/unknown/0f8aa0.png Binary files differnew file mode 100644 index 000000000..252bdd990 --- /dev/null +++ b/gfx/unknown/0f8aa0.png diff --git a/gfx/unknown/0f8ea4.2bpp b/gfx/unknown/0f8ea4.2bpp Binary files differdeleted file mode 100644 index 93e0572a7..000000000 --- a/gfx/unknown/0f8ea4.2bpp +++ /dev/null diff --git a/gfx/unknown/0f8ea4.png b/gfx/unknown/0f8ea4.png Binary files differnew file mode 100644 index 000000000..6eeb69b11 --- /dev/null +++ b/gfx/unknown/0f8ea4.png diff --git a/gfx/unknown/0f8f34.png b/gfx/unknown/0f8f34.png Binary files differnew file mode 100644 index 000000000..e02b91ce2 --- /dev/null +++ b/gfx/unknown/0f8f34.png diff --git a/gfx/unknown/0f8f34.w64.1bpp b/gfx/unknown/0f8f34.w64.1bpp Binary files differdeleted file mode 100644 index 7209b2608..000000000 --- a/gfx/unknown/0f8f34.w64.1bpp +++ /dev/null diff --git a/gfx/unknown/0f9424.2bpp b/gfx/unknown/0f9424.2bpp Binary files differdeleted file mode 100644 index de5e58609..000000000 --- a/gfx/unknown/0f9424.2bpp +++ /dev/null diff --git a/gfx/unknown/0f9424.png b/gfx/unknown/0f9424.png Binary files differnew file mode 100644 index 000000000..6f2b957f0 --- /dev/null +++ b/gfx/unknown/0f9424.png diff --git a/gfx/unknown/0fbbbb.2bpp b/gfx/unknown/0fbbbb.2bpp Binary files differdeleted file mode 100644 index fba5d65c7..000000000 --- a/gfx/unknown/0fbbbb.2bpp +++ /dev/null diff --git a/gfx/unknown/0fbbbb.png b/gfx/unknown/0fbbbb.png Binary files differnew file mode 100644 index 000000000..60f319eb3 --- /dev/null +++ b/gfx/unknown/0fbbbb.png diff --git a/gfx/unknown/1032a2.2bpp b/gfx/unknown/1032a2.2bpp Binary files differdeleted file mode 100644 index 36d29b975..000000000 --- a/gfx/unknown/1032a2.2bpp +++ /dev/null diff --git a/gfx/unknown/1032a2.png b/gfx/unknown/1032a2.png Binary files differnew file mode 100644 index 000000000..cdf1bd118 --- /dev/null +++ b/gfx/unknown/1032a2.png diff --git a/gfx/unknown/106514.2bpp b/gfx/unknown/106514.2bpp Binary files differdeleted file mode 100644 index ee0c829d2..000000000 --- a/gfx/unknown/106514.2bpp +++ /dev/null diff --git a/gfx/unknown/106514.png b/gfx/unknown/106514.png Binary files differnew file mode 100644 index 000000000..faadc6f9c --- /dev/null +++ b/gfx/unknown/106514.png diff --git a/gfx/unknown/1065ad.2bpp b/gfx/unknown/1065ad.2bpp Binary files differdeleted file mode 100644 index b2bc8cc56..000000000 --- a/gfx/unknown/1065ad.2bpp +++ /dev/null diff --git a/gfx/unknown/1065ad.png b/gfx/unknown/1065ad.png Binary files differnew file mode 100644 index 000000000..106c712dd --- /dev/null +++ b/gfx/unknown/1065ad.png diff --git a/gfx/unknown/106dad.png b/gfx/unknown/106dad.png Binary files differnew file mode 100644 index 000000000..726178132 --- /dev/null +++ b/gfx/unknown/106dad.png diff --git a/gfx/unknown/108d27.2bpp.lz b/gfx/unknown/108d27.2bpp.lz.eef1e11d Binary files differindex b499f4abf..b499f4abf 100644 --- a/gfx/unknown/108d27.2bpp.lz +++ b/gfx/unknown/108d27.2bpp.lz.eef1e11d diff --git a/gfx/unknown/108d27.png b/gfx/unknown/108d27.png Binary files differnew file mode 100644 index 000000000..db774bf28 --- /dev/null +++ b/gfx/unknown/108d27.png diff --git a/gfx/unknown/108da7.2bpp.lz b/gfx/unknown/108da7.2bpp.lz.aad8592b Binary files differindex 4d860f055..4d860f055 100644 --- a/gfx/unknown/108da7.2bpp.lz +++ b/gfx/unknown/108da7.2bpp.lz.aad8592b diff --git a/gfx/unknown/108da7.png b/gfx/unknown/108da7.png Binary files differnew file mode 100644 index 000000000..da41217d8 --- /dev/null +++ b/gfx/unknown/108da7.png diff --git a/gfx/unknown/108fe7.tilemap b/gfx/unknown/108fe7.tilemap Binary files differnew file mode 100644 index 000000000..bb67a49f4 --- /dev/null +++ b/gfx/unknown/108fe7.tilemap diff --git a/gfx/unknown/108fe7.tilemap.lz b/gfx/unknown/108fe7.tilemap.lz.12882d37 Binary files differindex 94069f2fa..94069f2fa 100644 --- a/gfx/unknown/108fe7.tilemap.lz +++ b/gfx/unknown/108fe7.tilemap.lz.12882d37 diff --git a/gfx/unknown/1090a7.tilemap b/gfx/unknown/1090a7.tilemap Binary files differnew file mode 100644 index 000000000..6f4843dde --- /dev/null +++ b/gfx/unknown/1090a7.tilemap diff --git a/gfx/unknown/1090a7.tilemap.lz b/gfx/unknown/1090a7.tilemap.lz.ea4f2cbe Binary files differindex 933762c80..933762c80 100644 --- a/gfx/unknown/1090a7.tilemap.lz +++ b/gfx/unknown/1090a7.tilemap.lz.ea4f2cbe diff --git a/gfx/unknown/1091c7.2bpp b/gfx/unknown/1091c7.2bpp Binary files differdeleted file mode 100644 index bc36edc73..000000000 --- a/gfx/unknown/1091c7.2bpp +++ /dev/null diff --git a/gfx/unknown/1091c7.png b/gfx/unknown/1091c7.png Binary files differnew file mode 100644 index 000000000..8def47f76 --- /dev/null +++ b/gfx/unknown/1091c7.png diff --git a/gfx/unknown/1092c7.2bpp b/gfx/unknown/1092c7.2bpp Binary files differdeleted file mode 100644 index 05db6cf13..000000000 --- a/gfx/unknown/1092c7.2bpp +++ /dev/null diff --git a/gfx/unknown/1092c7.png b/gfx/unknown/1092c7.png Binary files differnew file mode 100644 index 000000000..d48a5ee51 --- /dev/null +++ b/gfx/unknown/1092c7.png diff --git a/gfx/unknown/11601a.2bpp b/gfx/unknown/11601a.2bpp Binary files differdeleted file mode 100644 index 02dafd2f7..000000000 --- a/gfx/unknown/11601a.2bpp +++ /dev/null diff --git a/gfx/unknown/11601a.png b/gfx/unknown/11601a.png Binary files differnew file mode 100644 index 000000000..a6a7598f8 --- /dev/null +++ b/gfx/unknown/11601a.png diff --git a/gfx/unknown/16c173.2bpp b/gfx/unknown/16c173.2bpp Binary files differdeleted file mode 100644 index eba6e28f3..000000000 --- a/gfx/unknown/16c173.2bpp +++ /dev/null diff --git a/gfx/unknown/16c173.png b/gfx/unknown/16c173.png Binary files differnew file mode 100755 index 000000000..d54b68cdf --- /dev/null +++ b/gfx/unknown/16c173.png diff --git a/gfx/unknown/16cca3.2bpp b/gfx/unknown/16cca3.2bpp Binary files differdeleted file mode 100644 index 487a2556d..000000000 --- a/gfx/unknown/16cca3.2bpp +++ /dev/null diff --git a/gfx/unknown/16cca3.png b/gfx/unknown/16cca3.png Binary files differnew file mode 100644 index 000000000..d5ad353d8 --- /dev/null +++ b/gfx/unknown/16cca3.png diff --git a/gfx/unknown/16cfc1.2bpp b/gfx/unknown/16cfc1.2bpp Binary files differdeleted file mode 100644 index cc9b9a87e..000000000 --- a/gfx/unknown/16cfc1.2bpp +++ /dev/null diff --git a/gfx/unknown/16cfc1.png b/gfx/unknown/16cfc1.png Binary files differnew file mode 100644 index 000000000..390b107fd --- /dev/null +++ b/gfx/unknown/16cfc1.png diff --git a/gfx/unknown/170d16.2bpp.lz b/gfx/unknown/170d16.2bpp.lz.5d6d2ad4 Binary files differindex 4d50c6bcf..4d50c6bcf 100644 --- a/gfx/unknown/170d16.2bpp.lz +++ b/gfx/unknown/170d16.2bpp.lz.5d6d2ad4 diff --git a/gfx/unknown/170d16.png b/gfx/unknown/170d16.png Binary files differnew file mode 100644 index 000000000..2832fdb6a --- /dev/null +++ b/gfx/unknown/170d16.png diff --git a/gfx/unknown/1715a4.2bpp.lz b/gfx/unknown/1715a4.2bpp.lz.3eaf004f Binary files differindex b4fabff15..b4fabff15 100644 --- a/gfx/unknown/1715a4.2bpp.lz +++ b/gfx/unknown/1715a4.2bpp.lz.3eaf004f diff --git a/gfx/unknown/1715a4.png b/gfx/unknown/1715a4.png Binary files differnew file mode 100644 index 000000000..3e1c0bb46 --- /dev/null +++ b/gfx/unknown/1715a4.png diff --git a/gfx/unknown/1715a4_nonmatching.png b/gfx/unknown/1715a4_nonmatching.png Binary files differnew file mode 100755 index 000000000..44ea166ef --- /dev/null +++ b/gfx/unknown/1715a4_nonmatching.png diff --git a/gfx/unknown/171848.2bpp b/gfx/unknown/171848.2bpp Binary files differdeleted file mode 100644 index fee9b216e..000000000 --- a/gfx/unknown/171848.2bpp +++ /dev/null diff --git a/gfx/unknown/171848.png b/gfx/unknown/171848.png Binary files differnew file mode 100644 index 000000000..f0c0f64e9 --- /dev/null +++ b/gfx/unknown/171848.png diff --git a/gfx/unknown/171db1.2bpp b/gfx/unknown/171db1.2bpp Binary files differdeleted file mode 100644 index 78d4e0a31..000000000 --- a/gfx/unknown/171db1.2bpp +++ /dev/null diff --git a/gfx/unknown/171db1.png b/gfx/unknown/171db1.png Binary files differnew file mode 100644 index 000000000..1c32d2bda --- /dev/null +++ b/gfx/unknown/171db1.png diff --git a/gfx/unknown/172f1f.2bpp b/gfx/unknown/172f1f.2bpp Binary files differdeleted file mode 100644 index 55a3c7521..000000000 --- a/gfx/unknown/172f1f.2bpp +++ /dev/null diff --git a/gfx/unknown/172f1f.png b/gfx/unknown/172f1f.png Binary files differnew file mode 100644 index 000000000..0e324906d --- /dev/null +++ b/gfx/unknown/172f1f.png diff --git a/gfx/unknown/17afa5.2bpp b/gfx/unknown/17afa5.2bpp Binary files differdeleted file mode 100644 index 3c0795de0..000000000 --- a/gfx/unknown/17afa5.2bpp +++ /dev/null diff --git a/gfx/unknown/17afa5.png b/gfx/unknown/17afa5.png Binary files differnew file mode 100644 index 000000000..fc6459040 --- /dev/null +++ b/gfx/unknown/17afa5.png diff --git a/gfx/unknown/17eb7e.2bpp b/gfx/unknown/17eb7e.2bpp Binary files differdeleted file mode 100644 index 15320a0c1..000000000 --- a/gfx/unknown/17eb7e.2bpp +++ /dev/null diff --git a/gfx/unknown/17eb7e.png b/gfx/unknown/17eb7e.png Binary files differnew file mode 100644 index 000000000..3a4a6bd4b --- /dev/null +++ b/gfx/unknown/17eb7e.png diff --git a/gfx/unknown/1dd805.2bpp.lz b/gfx/unknown/1dd805.2bpp.lz.7b56f7e5 Binary files differindex 5c35bb6e1..5c35bb6e1 100644 --- a/gfx/unknown/1dd805.2bpp.lz +++ b/gfx/unknown/1dd805.2bpp.lz.7b56f7e5 diff --git a/gfx/unknown/1dd805.png b/gfx/unknown/1dd805.png Binary files differnew file mode 100644 index 000000000..768bbf913 --- /dev/null +++ b/gfx/unknown/1dd805.png diff --git a/gfx/unown_puzzle/aerodactyl.2bpp.lz b/gfx/unown_puzzle/aerodactyl.2bpp.lz.f546fb5e Binary files differindex cc73411f9..cc73411f9 100644 --- a/gfx/unown_puzzle/aerodactyl.2bpp.lz +++ b/gfx/unown_puzzle/aerodactyl.2bpp.lz.f546fb5e diff --git a/gfx/unown_puzzle/aerodactyl.png b/gfx/unown_puzzle/aerodactyl.png Binary files differnew file mode 100644 index 000000000..c7b37bbbb --- /dev/null +++ b/gfx/unown_puzzle/aerodactyl.png diff --git a/gfx/unown_puzzle/cursor.2bpp b/gfx/unown_puzzle/cursor.2bpp Binary files differdeleted file mode 100644 index dc42cfc79..000000000 --- a/gfx/unown_puzzle/cursor.2bpp +++ /dev/null diff --git a/gfx/unown_puzzle/cursor.png b/gfx/unown_puzzle/cursor.png Binary files differnew file mode 100644 index 000000000..c10b810fe --- /dev/null +++ b/gfx/unown_puzzle/cursor.png diff --git a/gfx/unown_puzzle/hooh.2bpp.lz b/gfx/unown_puzzle/hooh.2bpp.lz.e440a572 Binary files differindex d8c899e86..d8c899e86 100644 --- a/gfx/unown_puzzle/hooh.2bpp.lz +++ b/gfx/unown_puzzle/hooh.2bpp.lz.e440a572 diff --git a/gfx/unown_puzzle/hooh.png b/gfx/unown_puzzle/hooh.png Binary files differnew file mode 100644 index 000000000..bb8be6cfa --- /dev/null +++ b/gfx/unown_puzzle/hooh.png diff --git a/gfx/unown_puzzle/kabuto.2bpp.lz b/gfx/unown_puzzle/kabuto.2bpp.lz.0ed9882d Binary files differindex a94050316..a94050316 100644 --- a/gfx/unown_puzzle/kabuto.2bpp.lz +++ b/gfx/unown_puzzle/kabuto.2bpp.lz.0ed9882d diff --git a/gfx/unown_puzzle/kabuto.png b/gfx/unown_puzzle/kabuto.png Binary files differnew file mode 100644 index 000000000..823401cc5 --- /dev/null +++ b/gfx/unown_puzzle/kabuto.png diff --git a/gfx/unown_puzzle/omanyte.2bpp.lz b/gfx/unown_puzzle/omanyte.2bpp.lz.27bfcbde Binary files differindex 5bdd993dc..5bdd993dc 100644 --- a/gfx/unown_puzzle/omanyte.2bpp.lz +++ b/gfx/unown_puzzle/omanyte.2bpp.lz.27bfcbde diff --git a/gfx/unown_puzzle/omanyte.png b/gfx/unown_puzzle/omanyte.png Binary files differnew file mode 100644 index 000000000..83ba6774f --- /dev/null +++ b/gfx/unown_puzzle/omanyte.png diff --git a/gfx/unown_puzzle/start_cancel.2bpp.lz b/gfx/unown_puzzle/start_cancel.2bpp.lz.e07fe7bd Binary files differindex 96fbb1fbb..96fbb1fbb 100644 --- a/gfx/unown_puzzle/start_cancel.2bpp.lz +++ b/gfx/unown_puzzle/start_cancel.2bpp.lz.e07fe7bd diff --git a/gfx/unown_puzzle/start_cancel.png b/gfx/unown_puzzle/start_cancel.png Binary files differnew file mode 100644 index 000000000..66455dccb --- /dev/null +++ b/gfx/unown_puzzle/start_cancel.png diff --git a/gfx/unown_puzzle/tile_borders.2bpp b/gfx/unown_puzzle/tile_borders.2bpp Binary files differdeleted file mode 100644 index 570244c82..000000000 --- a/gfx/unown_puzzle/tile_borders.2bpp +++ /dev/null diff --git a/gfx/unown_puzzle/tile_borders.png b/gfx/unown_puzzle/tile_borders.png Binary files differnew file mode 100644 index 000000000..8706905f7 --- /dev/null +++ b/gfx/unown_puzzle/tile_borders.png @@ -1178,10 +1178,10 @@ INCLUDE "engine/wildmons.asm" INCLUDE "battle/link_result.asm" ChrisBackpic: ; 2ba1a -INCBIN "gfx/misc/player.6x6.2bpp.lz" +INCBIN "gfx/misc/player.2bpp.lz" DudeBackpic: ; 2bbaa -INCBIN "gfx/misc/dude.6x6.2bpp.lz" +INCBIN "gfx/misc/dude.2bpp.lz" SECTION "bankB", ROMX, BANK[$B] @@ -4664,7 +4664,7 @@ Unknown_53d84: ; unreferenced UnknownEggPic:: ; 53d9c ; Another egg pic. This is shifted up a few pixels. -INCBIN "gfx/misc/unknown_egg.5x5.2bpp.lz" +INCBIN "gfx/misc/unknown_egg.2bpp.lz" SECTION "bank19", ROMX, BANK[$19] @@ -4857,10 +4857,10 @@ GetCardPic: ; 8833e ret ChrisCardPic: ; 88365 -INCBIN "gfx/misc/chris_card.5x7.2bpp" +INCBIN "gfx/misc/chris_card.2bpp" KrisCardPic: ; 88595 -INCBIN "gfx/misc/kris_card.5x7.2bpp" +INCBIN "gfx/misc/kris_card.2bpp" CardGFX: ; 887c5 INCBIN "gfx/misc/trainer_card.2bpp" @@ -4943,10 +4943,10 @@ DrawIntroPlayerPic: ; 88874 ret ChrisPic: ; 888a9 -INCBIN "gfx/misc/chris.7x7.2bpp" +INCBIN "gfx/misc/chris.2bpp" KrisPic: ; 88bb9 -INCBIN "gfx/misc/kris.7x7.2bpp" +INCBIN "gfx/misc/kris.2bpp" GetKrisBackpic: ; 88ec9 ; Kris's backpic is uncompressed. @@ -4957,7 +4957,7 @@ GetKrisBackpic: ; 88ec9 ret KrisBackpic: ; 88ed6 -INCBIN "gfx/misc/kris_back.6x6.2bpp" +INCBIN "gfx/misc/kris_back.2bpp" String_89116: db "-----@" diff --git a/misc/gbc_only.asm b/misc/gbc_only.asm index cae976a1c..f4b3eba8b 100644 --- a/misc/gbc_only.asm +++ b/misc/gbc_only.asm @@ -145,5 +145,5 @@ GBCOnlyString: ; 4eb38 GBCOnlyGFX: ; 4eb76 -INCBIN "gfx/misc/gbc_only.w112.2bpp.lz" +INCBIN "gfx/misc/gbc_only.2bpp.lz" ; 4f0bc diff --git a/misc/mobile_41.asm b/misc/mobile_41.asm index 331242d88..ff661b1bc 100755 --- a/misc/mobile_41.asm +++ b/misc/mobile_41.asm @@ -1116,16 +1116,18 @@ INCBIN "gfx/unknown/106514.2bpp" LoadOverworldFont:: ; 106594 - ld de, .bgfont + ld de, .font ld hl, VTiles1 - lb bc, BANK(.bgfont), $80 + lb bc, BANK(.font), $80 call Get2bpp - ld de, .bgfont + $80 tiles + ld de, .space ld hl, VTiles2 tile $7f - lb bc, BANK(.bgfont), 1 + lb bc, BANK(.space), 1 call Get2bpp ret ; 1065ad -.bgfont +.font INCBIN "gfx/unknown/1065ad.2bpp" +.space +INCBIN "gfx/unknown/106dad.2bpp" diff --git a/tools/Makefile b/tools/Makefile index 4a04027fc..57a4d84ce 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,13 +1,16 @@ .PHONY: all +CFLAGS := -std=c99 + all: \ lzcomp \ png_dimensions \ scan_includes \ palette \ pokemon_animation \ - pokemon_animation_graphics + pokemon_animation_graphics \ + gfx @: %: %.c - $(CC) -o $@ $< + $(CC) $(CFLAGS) -o $@ $< diff --git a/tools/common.h b/tools/common.h new file mode 100644 index 000000000..bc877ccb9 --- /dev/null +++ b/tools/common.h @@ -0,0 +1,37 @@ +#ifndef GUARD_COMMON_H +#define GUARD_COMMON_H + +int __getopt_long_i__; +#define getopt_long(c, v, s, l) getopt_long(c, v, s, l, &__getopt_long_i__) + +FILE *fopen_verbose(char *filename, char *mode) { + FILE *f = fopen(filename, mode); + if (!f) { + fprintf(stderr, "Could not open file: \"%s\"\n", filename); + } + return f; +} + +uint8_t *read_u8(char *filename, int *size) { + FILE *f = fopen_verbose(filename, "rb"); + if (!f) { + exit(1); + } + fseek(f, 0, SEEK_END); + *size = ftell(f); + rewind(f); + uint8_t *data = malloc(*size); + fread(data, 1, *size, f); + fclose(f); + return data; +} + +void write_u8(char *filename, uint8_t *data, int size) { + FILE *f = fopen_verbose(filename, "wb"); + if (f) { + fwrite(data, 1, size, f); + fclose(f); + } +} + +#endif // GUARD_COMMON_H diff --git a/tools/gfx.c b/tools/gfx.c new file mode 100644 index 000000000..0e6864e91 --- /dev/null +++ b/tools/gfx.c @@ -0,0 +1,271 @@ +#include <stdio.h> +#include <stdlib.h> +#include <stdbool.h> +#include <getopt.h> +#include <string.h> +#include <stdint.h> + +#include "common.h" + +static void usage(void) { + fprintf(stderr, "Usage: gfx [--trim-whitespace] [--remove-whitespace] [--interleave] [--remove-duplicates [--keep-whitespace]] [--remove-xflip] [--remove-yflip] [-w width] [-d depth] [-h] [-o outfile] infile\n"); +} + +static void error(char *message) { + fprintf(stderr, message); + fprintf(stderr, "\n"); +} + +struct Options { + int trim_whitespace; + int remove_whitespace; + int help; + char *outfile; + int depth; + int interleave; + int width; + int remove_duplicates; + int keep_whitespace; + int remove_xflip; + int remove_yflip; +}; + +struct Options Options = { + .depth = 2, +}; + +void get_args(int argc, char *argv[]) { + struct option long_options[] = { + {"remove-whitespace", no_argument, &Options.remove_whitespace, 1}, + {"trim-whitespace", no_argument, &Options.trim_whitespace, 1}, + {"interleave", no_argument, &Options.interleave, 1}, + {"remove-duplicates", no_argument, &Options.remove_duplicates, 1}, + {"keep-whitespace", no_argument, &Options.keep_whitespace, 1}, + {"remove-xflip", no_argument, &Options.remove_xflip, 1}, + {"remove-yflip", no_argument, &Options.remove_yflip, 1}, + {"width", required_argument, 0, 'w'}, + {"depth", required_argument, 0, 'd'}, + {"help", no_argument, 0, 'h'}, + {0} + }; + for (int opt = 0; opt != -1;) { + switch (opt = getopt_long(argc, argv, "ho:d:", long_options)) { + case 'h': + Options.help = true; + break; + case 'o': + Options.outfile = optarg; + break; + case 'd': + Options.depth = strtoul(optarg, NULL, 0); + break; + case 'w': + Options.width = strtoul(optarg, NULL, 0); + break; + case 0: + case -1: + break; + default: + usage(); + exit(1); + break; + } + } +} + +struct Graphic { + int size; + uint8_t *data; +}; + +bool is_whitespace(uint8_t *tile, int tile_size) { + uint8_t WHITESPACE = 0; + for (int i = 0; i < tile_size; i++) { + if (tile[i] != WHITESPACE) { + return false; + } + } + return true; +} + +void trim_whitespace(struct Graphic *graphic) { + int tile_size = Options.depth * 8; + for (int i = graphic->size - tile_size; i > 0; i -= tile_size) { + if (is_whitespace(&graphic->data[i], tile_size)) { + graphic->size = i; + } else { + break; + } + } +} + +void remove_whitespace(struct Graphic *graphic) { + int tile_size = Options.depth * 8; + if (Options.interleave) tile_size *= 2; + int i = 0; + for (int j = 0; i < graphic->size && j < graphic->size; i += tile_size, j += tile_size) { + while (is_whitespace(&graphic->data[j], tile_size)) { + j += tile_size; + } + if (j >= graphic->size) { + break; + } + if (j > i) { + memcpy(&graphic->data[i], &graphic->data[j], tile_size); + } + } + graphic->size = i; +} + +bool tile_exists(uint8_t *tile, uint8_t *tiles, int tile_size, int num_tiles) { + for (int i = 0; i < num_tiles; i++) { + bool match = true; + for (int j = 0; j < tile_size; j++) { + if (tile[j] != tiles[i * tile_size + j]) { + match = false; + } + } + if (match) { + return true; + } + } + return false; +} + +void remove_duplicates(struct Graphic *graphic) { + int tile_size = Options.depth * 8; + if (Options.interleave) tile_size *= 2; + int num_tiles = 0; + for (int i = 0, j = 0; i < graphic->size && j < graphic->size; i += tile_size, j += tile_size) { + while (tile_exists(&graphic->data[j], graphic->data, tile_size, num_tiles)) { + if (Options.keep_whitespace && is_whitespace(&graphic->data[j], tile_size)) { + break; + } + j += tile_size; + } + if (j >= graphic->size) { + break; + } + if (j > i) { + memcpy(&graphic->data[i], &graphic->data[j], tile_size); + } + num_tiles++; + } + graphic->size = num_tiles * tile_size; +} + +bool flip_exists(uint8_t *tile, uint8_t *tiles, int tile_size, int num_tiles, bool xflip, bool yflip) { + uint8_t *flip = calloc(tile_size, 1); + int half_size = tile_size / 2; + for (int i = 0; i < tile_size; i++) { + int byte = i; + if (yflip) { + byte = tile_size - 1 - (i ^ 1); + if (Options.interleave && i < half_size) { + byte = half_size - 1 - (i ^ 1); + } + } + if (xflip) { + for (int bit = 0; bit < 8; bit++) { + flip[byte] |= ((tile[i] >> bit) & 1) << (7 - bit); + } + } else { + flip[byte] = tile[i]; + } + } + if (tile_exists(flip, tiles, tile_size, num_tiles)) { + return true; + } + return false; +} + +void remove_flip(struct Graphic *graphic, bool xflip, bool yflip) { + int tile_size = Options.depth * 8; + if (Options.interleave) tile_size *= 2; + int num_tiles = 0; + for (int i = 0, j = 0; i < graphic->size && j < graphic->size; i += tile_size, j += tile_size) { + while (flip_exists(&graphic->data[j], graphic->data, tile_size, num_tiles, xflip, yflip)) { + if (Options.keep_whitespace && is_whitespace(&graphic->data[j], tile_size)) { + break; + } + j += tile_size; + } + if (j >= graphic->size) { + break; + } + if (j > i) { + memcpy(&graphic->data[i], &graphic->data[j], tile_size); + } + num_tiles++; + } + graphic->size = num_tiles * tile_size; +} + +void interleave(struct Graphic *graphic, int width) { + int tile_size = Options.depth * 8; + int width_tiles = width / 8; + int num_tiles = graphic->size / tile_size; + uint8_t *interleaved = malloc(graphic->size); + for (int i = 0; i < num_tiles; i++) { + int tile = i * 2; + int row = i / width_tiles; + tile -= width_tiles * row; + if (row % 2) { + tile -= width_tiles; + tile += 1; + } + memcpy(&interleaved[tile * tile_size], &graphic->data[i * tile_size], tile_size); + } + graphic->size = num_tiles * tile_size; + memcpy(graphic->data, interleaved, graphic->size); + free(interleaved); +} + + +int main(int argc, char *argv[]) { + get_args(argc, argv); + argc -= optind; + argv += optind; + if (Options.help) { + usage(); + return 0; + } + if (argc < 1) { + usage(); + exit(1); + } + char *infile = argv[0]; + struct Graphic graphic; + graphic.data = read_u8(infile, &graphic.size); + if (Options.trim_whitespace) { + trim_whitespace(&graphic); + } + if (Options.interleave) { + if (!Options.width) { + error("interleave: must set --width to a nonzero value"); + usage(); + exit(1); + } + interleave(&graphic, Options.width); + } + if (Options.remove_duplicates) { + remove_duplicates(&graphic); + } + if (Options.remove_xflip) { + remove_flip(&graphic, true, false); + } + if (Options.remove_yflip) { + remove_flip(&graphic, false, true); + } + if (Options.remove_xflip && Options.remove_yflip) { + remove_flip(&graphic, true, true); + } + if (Options.remove_whitespace) { + remove_whitespace(&graphic); + } + if (Options.outfile) { + write_u8(Options.outfile, graphic.data, graphic.size); + } + free(graphic.data); + return 0; +} diff --git a/tools/palette.c b/tools/palette.c index c1beb40e4..39837a096 100644 --- a/tools/palette.c +++ b/tools/palette.c @@ -3,6 +3,7 @@ #include <stdint.h> #include <stdlib.h> #include <stdbool.h> +#include <getopt.h> void usage(void) { printf("Usage: palette palfile\n"); diff --git a/tools/pokemon_animation.c b/tools/pokemon_animation.c index 835160c24..0728788ec 100644 --- a/tools/pokemon_animation.c +++ b/tools/pokemon_animation.c @@ -4,6 +4,7 @@ #include <string.h> #include <stdint.h> #include <stdbool.h> +#include <getopt.h> struct Frame { uint8_t* data; |