Commit graph

29 commits

Author SHA1 Message Date
Liamjd14
e9c0784dc0
Gen 9 Follower pokemon sprites (#5304)
* Gen 9 Follower Sprites
2024-09-05 22:31:14 +02:00
Eduardo Quezada
88028c0c37
Split Pokémon Object Events from Following Pokémon functionality (#4761)
* Split Pokémon Object Events from Following Pokémon functionality

* Renamed follower pngs and palettes

* Define renames

* Reorder configs

* Renaming: SpeciesInfo fields, macros and palettes.
2024-06-13 22:46:27 +02:00
Eduardo Quezada
ddd92b9672 Removed unused garbage 2024-05-17 14:41:14 -04:00
Eduardo Quezada
6061400073 Added separate palette data for followers 2024-04-20 18:35:55 -04:00
Eduardo Quezada
3d9c7732f6 Merge branch '_RHH/upcoming' into _RHH/pr/upcoming/merrpFollowers
# Conflicts:
#	include/event_object_movement.h
#	src/data.c
#	src/data/graphics/pokemon.h
#	src/data/pokemon/species_info/gen_4_families.h
2024-04-20 13:23:14 -04:00
kittenchilly
88ce33c864
Add further icon sprite changes and fixes (#4413) 2024-04-20 09:41:01 +02:00
kittenchilly
77db5d9d1e
Update almost all Gen 9 icon sprites + add the missing ones (#4290)
* Ogerpon form icons

* Sprigatito family

* Fuecoco family

* Quaxly family

* Lechonk family

* Tarountula family

* Nymble family

* Pawmi family

* Tandemaus family

* Fidough family

* Smoliv family

* Squawkabilly forms

* Nacli family

* Charcadet family

* Tadbulb family

* Wattrel family

* Maschiff family

* Shroodle family

* Bramblin family

* Toedscool family

* Klawf

* Capsakid family

* Rellor family

* Flittle family

* Tinkatink family

* Wiglett family

* Bombirdier

* Finizen family

* Varoom family

* Cyclizar

* Orthworm

* Glimmet family

* Greavard family

* Flamigo

* Cetoddle family

* Veluza

* Dondozo

* Tatsugiri forms

* Annihilape

* Clodsire

* Farigiraf

* Dudunsparce

* Kingambit

* Great Tusk

* Scream Tail

* Brute Bonnet

* Flutter Mane

* Slither Wing

* Sandy Shocks

* Iron Treads

* Iron Bundle

* Iron Hands

* Iron Jugulis

* Iron Moth

* Iron Thorns

* Frigibax family

* Gimmighoul family

* Treasures of Ruin

* Roaring Moon

* Iron Valiant

* Paradox duo

* Walking Wake

* Iron Leaves

* Dipplin

* Poltchageist family

* The Loyal Three

* Ursaluna Bloodmoon

* Revert "Ursaluna Bloodmoon"

This reverts commit 33486816cf.

* Revert "Revert "Ursaluna Bloodmoon""

This reverts commit 2d0e90e51d.

* Oops, out of order :(

* Paldean Tauros breeds

* PLA New Pokemon

* PLA Hisuian Forms

* Archaludon

* Hydrapple

* Gouging Fire

* Raging Bolt

* Iron Boulder

* Iron Crown

* Terapagos forms

* Pecharunt

* Partner Pikachu

* Partner Eevee

* Address reviews

* Arboliva tweak
2024-04-06 11:26:16 +02:00
Eduardo Quezada
e479fa1007 Merge with latest merrp branch + starting to move the functionality of separate palettes to gSpeciesInfo 2024-03-25 16:03:56 -03:00
Eduardo Quezada
c29a33ea78 Moved follower sprites to graphics/pokemon folder 2024-01-23 14:04:16 -03:00
Alex
5b5b9e7e50
Revert "Organized pokemon graphics by generation (#3868)" (#3959)
This reverts commit b077d92731.
2024-01-10 15:49:58 -03:00
MartyKen
b077d92731
Organized pokemon graphics by generation (#3868)
* VSync BENCHMARKs and avoid AdvanceRandom in tests (#3867)

* Organized pokemon graphics per generation

title says it all

---------

Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
2024-01-08 20:48:12 +01:00
Eduardo Quezada D'Ottone
4adc2dcb16
Species Simplifier™ - Part 3 (#3562)
* Added SpeciesInfo fields

# Conflicts:
#	include/pokemon.h

* Added missing comments

* Renamed gigantamax to isGigantamax

* Converted species flags to agbcc bit flags

* Added padding after flags

* Pikachu form config

* Dex text

* Reordered Paradox flag

* Missing Pikachu ifdef comments

* Moved P_GEN_x_POKEMON settings to the species_families file

* Gen 1 Dex entries

* Renamed file to species_enabled.h

* Prevent Pokémon from evolving if their evolution is disabled

* Prevent Pokémon from being affected by Eviolite if their evolution is disabled

* Prevent Pokémon offspring if they're disabled

* Corrected imprementation of evolution prevention

It could potentially overwrite items by accident

* Cross-evo configs

* Gen 2 dex entries

* Changed cry table to use assignable IDs

# Conflicts:
#	include/pokemon.h

* Form table pointers

* Beginning support for moving data to gSpeciesInfo

* Pokédexes reads text from gSpeciesInfo

* Reading species names from gSpeciesInfo

* Fixed erroneous copy-paste

* Moved Bulbasaur to Raichu Family data do gSpeciesinfo

* Added female pic sizes

* Macros for Front, Back, Palette and Learnsets

* Sandshrew to Dugtrio Families

* Obtains Height/Weight from gSpeciesInfo

* Read category from gSpeciesInfo

* Removed unused data from pokedex_entries.h

* Moved Gen 1 data to gSpeciesInfo

* Moved Gen 2 data to gSpeciesInfo + fixed Ursaluna Bloodmoon not producing Teddiursa eggs

* Moved Gen 3 data to gSpeciesInfo

* Moved Gen 4 data to gSpeciesInfo

* HGSS dex properly shows form sprites

* Fixed data type for GetSpeciesHeight/Weight

* Reading Pokédex Size data from gSpeciesInfo

* Cleaned up mon graphic decompression function

* Reading Front Pics gSpeciesInfo

* Reading Back Pics gSpeciesInfo

* Updated uses of GetMonSpritePalStruct to allow loading the data directly instead of reading the struct

* Reading palettes from gSpeciesInfo

* Reading animation delay from gSpeciesInfo

* Fixed Pokémon Debug Menu not reading animation delay

* Reading front anim Id from gSpeciesInfo

* Reading back anim Id from gSpeciesInfo

* Reading Animation Frames from gSpeciesInfo

* Reading Icon Sprites from gSpeciesInfo

* Reading Icon Palette IDs from gSpeciesInfo

* Reading Footprints from gSpeciesInfo

* Reading Mon Pic sizes from gSpeciesInfo

* Separate mon pic sizes for female mon

* Reading Level Up Learnsets from gSpeciesInfo

* Reading Teachable Learnsets from gSpeciesInfo

* Reading National Dex Number from gSpeciesInfo

* Reading Enemy Mon Elevation from gSpeciesInfo

* Reading Evolutions from gSpeciesInfo

* Reading form table from gSpeciesInfo

* Fixed button label inconsistency in pokémon debug menu

* Reading form change table from gSpeciesInfo

* Removed need to define mon graphics in include/graphics.h

* Reordered mon graphics by family

* Fixed National dex number offset

* gFrontierBannedSpecies now checks IsSpeciesEnabled

* Added 3 more toggles for Fusions, Primal Reversions and Ultra Burst

* Gen 3 & 4 family toggles for dex entries

* Fixed missing Mr. Rime data

* Gen 1 dex descriptions as compound strings

* Gen 2 dex descriptions as compound strings

* Gen 3 dex descriptions as compound strings

* Gen 4 dex descriptions as compound strings

* Fixed compile in agbcc

* Moved Gen 5 data to gSpeciesInfo

* Using PLACEHOLDER_ANIM_SINGLE_FRAME when needed (same hash)

* Renamed PLACEHOLDER_TWO_FRAME_ANIMATION to PLACEHOLDER_ANIM_TWO_FRAMES

* Fixed capitalization for front pic anims

* Fixed `CanEvolve`

* Moved Gen 6 data to gSpeciesInfo

* Gen 7 without macros

* Gen 8 without macros

* Gen 9 without macros

* Fixed Gen 9 sound data

* Finished moving Gen 7 data in macros (by Alex)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>

* Ultra Necrozma is now included in the fusion forms define

* Cries are now properly excluded from the rom when disabling species

* Removed P_GEN_x_POKEMON from form_change_tables.h

* Fixed Yanmega's cry ignoring the P_GEN_4_CROSS_EVOS setting

* Added P_NEW_EVOS_IN_REGIONAL_DEX setting

* Automatic ASSUMPTION_FAIL when used species are disabled

* Finished moving Gen 8 data in macros (by Alex)

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>

* Expanded Alcremie macro

* Finished moving Gen 9 data in macros (by Alex)

* Fixed missing data for Komala and Marshadow

* Form species id tables use family toggles + added missing Ursaluna form species id table

* Fixed Genesect palettes

* Fixed Flabébé family graphics

* Fixed Minior Graphics

* Fixed missing Calyrex data

* Family toggles in mon graphcis (By Jasper/Bassoonian)

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Fixed missing Ogerpon data

* Ordered Level Up Learnsets (missing toggles)

Also added White Basculin learnset

* Added more Minior synonyms

* Fixed enamorus order

* Reordered teachable learnsets

* Removed sSpeciesXXX level up learnsets + reordered

* Removed unneeded assumes

* Removed unused extra animations

* Family toggles in mon level up learnsets (By Jasper/Bassoonian)

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Fixed Phione graphics inclusion

* Family toggles for Teachable Learnsets

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Ordered Front Pic Anims

* Family toggles for front pic animations

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Fixed HGSS dex incorrectly showing the wrong mon when catching it

* Family toggles for Egg Moves + reodered

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>

* Fixed HGSS not checking for null footprints

* Review changes

* Fixed Female difference mon not using their macros

* Fixed Alcremie Macro

* Fixed compile error when disabling the Bulbasaur family

* Fixed Turtwig and Chimchar family + Houndour and Mareep cries not being excluded properly

* Re-added missing Egg graphical data

* Fixed crash during the Birch Intro when Lotad is disabled

* Renamed PALLETE to PALETTES

* Removed extra spacing for YOffsets

* Fixed compile when only disabling cross-gen evolutions

* Added Tera Forms define (Ogerpon and Terapagos)

* Fixed Necrozma macro

* Removed .noFlip = FALSE

* Fixed dex number in summary screen for forms when nat dex is disabled

* Fixed Paldean form paths

---------

Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2023-12-08 15:05:10 +01:00
Eduardo Quezada D'Ottone
a502427a7f
Merge pull request #18 from AlexOn1ine/speciesReorderItems
(cherry picked from commit 6dc58dcc17)
2023-10-18 14:34:00 -04:00
Eduardo Quezada D'Ottone
76075ffe57
Revert unneeded sprite changes from 3051 (#3205) 2023-08-25 16:33:15 -04:00
ghoulslash
5de84d9a2f
Killed the bKGD invalid index warnings and fixed the bit depth of the species sprites (#3051) 2023-06-24 13:27:40 -04:00
LOuroboros
d385ae3d5e Killed the bKGD invalid index warning
Special thanks to:
-Blackforest for the tips on how to go about fixing the sprites with GIMP.
-Dat.S.H for a tip on how to make the conversion process easier to perform.
-Psf for actually going and doing it.
2023-06-07 23:13:07 -03:00
Eduardo Quezada
4c57b84cd9 Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230602
# Conflicts:
#	graphics/pokemon/mawile/footprint.png
#	src/battle_gfx_sfx_util.c
#	src/fldeff_sweetscent.c
#	src/pokedex.c
2023-06-02 11:45:28 -04:00
GriffinR
41ac28b210 Index pokemon footprint pngs 2023-05-09 22:43:48 -04:00
Jaizu
83ef5a229d Center gen 1 pokémon icons 2023-04-01 08:19:38 +02:00
Eduardo Quezada
501cff84b9 Removed unused single-frame front pics 2023-02-27 18:09:54 -03:00
Eduardo Quezada
c2f284a1d3 Apply official palettes for Gen 1 Pokémon. #2593
commit 136016ee4f
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:58:50 2023 +0100

    Fix Kangaskhan

commit 77c618a2ab
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:58:40 2023 +0100

    Fix Rhyhorn

commit 4c55bf6534
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:58:26 2023 +0100

    Fix Mewtwo

commit 281161396e
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:58:18 2023 +0100

    Fix Omanyte

commit a3616fc74e
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:58:06 2023 +0100

    Fix Starmie

commit a383a4e2ff
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:57:57 2023 +0100

    Fix Vaporeon

commit a7950a1f34
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:55:04 2023 +0100

    Fix Voltorb sprite

commit f0d8f5091f
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:54:53 2023 +0100

    Fix Rhydon sprite

commit b0d260e689
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:54:44 2023 +0100

    Fix Tauros sprite

commit 092132b3e4
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:54:31 2023 +0100

    Fix Tangela sprite

commit 348006fc98
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:53 2023 +0100

    Fix Seaking

commit 08e1b2a70e
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:42 2023 +0100

    Fix Snorlax

commit 0eb0c22154
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:30 2023 +0100

    Fix Weezing

commit 734e26d09e
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:22 2023 +0100

    Fix Zapdos

commit f64a73f055
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:13 2023 +0100

    Fix Jynx

commit 6df3de03c1
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:52:04 2023 +0100

    Fix Hitmonchan

commit 011727960a
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:51:54 2023 +0100

    Fix Moltres

commit bac77a1bd8
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:51:43 2023 +0100

    Fix Seadra

commit 9c3ac9253d
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:51:31 2023 +0100

    Fix Scyther, including its shiny

commit 4004956d55
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:50:31 2023 +0100

    Fix Pinsir

commit aaad68ad62
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:50:20 2023 +0100

    Fix Mr. Mime

commit 42df7c97b6
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:50:11 2023 +0100

    Fix Flareon

commit 9d4b768571
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:58 2023 +0100

    Fix Marowak

commit 5c357f209c
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:44 2023 +0100

    Fix Charizard

commit 67a098eea1
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:33 2023 +0100

    Fix Magikarp

commit c4750f39ed
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:26 2023 +0100

    Fix Magikarp

commit 3792029c61
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:13 2023 +0100

    Fix Mew

commit d66d0a727c
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:49:01 2023 +0100

    Fix Magmar

commit d43a68ee30
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:53 2023 +0100

    Fix Kingler

commit be1a79d4ff
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:46 2023 +0100

    Fix Koffing

commit 1c0e2dd055
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:37 2023 +0100

    Fix Krabby

commit 40245f8880
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:30 2023 +0100

    Fix Lapras

commit 9b55067bb7
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:23 2023 +0100

    Fix Horsea

commit 818b337dfd
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:14 2023 +0100

    Fix Dragonite

commit 49ac05e98e
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:48:06 2023 +0100

    Fix Articuno

commit 1ffb74e878
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:47:54 2023 +0100

    Fix Chansey

commit 0fd6e6df1f
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:47:45 2023 +0100

    Fix Electrode

commit c25f6dc173
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:47:38 2023 +0100

    Fix Staryu

commit be89da7316
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:47:22 2023 +0100

    Fix Jolteon

commit 02c6ee40c6
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:47:11 2023 +0100

    Fix hitmonlee

commit 739c6a2b45
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:57 2023 +0100

    Fix Gyarados

commit effa1a8d1f
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:49 2023 +0100

    Fix exeggcute

commit 381e036259
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:38 2023 +0100

    Exeggutor

commit 38f97d7856
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:26 2023 +0100

    Fix Cubone

commit 0cb9cdcd4f
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:18 2023 +0100

    Fix Eevee

commit e677911485
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 14:46:07 2023 +0100

    Fix Aerodactyl

commit 7d8e96a32d
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:37:36 2023 +0100

    Fix Onix

commit 8839619e71
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:36:32 2023 +0100

    Fix Gengar

commit 7c8f940b41
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:36:27 2023 +0100

    Fix Gastly

commit 604f7deec5
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:32:17 2023 +0100

    Fix Cloyster

commit 8f2765fa0d
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:30:35 2023 +0100

    Fix Muk

commit de855a235a
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:29:13 2023 +0100

    Fix Grimer

commit 04188aa7f3
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:28:20 2023 +0100

    Fix Dewgong

commit 8b10788053
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:27:08 2023 +0100

    Fix Seel

commit 2a73093423
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:27:02 2023 +0100

    Fix Dodrio

commit 859bfa4c9b
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:23:15 2023 +0100

    Fix Farfetch'd

commit 17943ebb05
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:21:57 2023 +0100

    Fix Magneton

commit f548e0d22c
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:20:22 2023 +0100

    Fix Magnemite

commit dff56dad0d
Author: Jaizu <jaizu85@gmail.com>
Date:   Sun Feb 5 13:18:16 2023 +0100

    Fix Slowbro

commit 8ea99acbc9
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:15:13 2023 +0100

    Fix Golem

commit 8c70cfbb92
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:12:12 2023 +0100

    Fix Graveler

commit 50ce5a477d
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:11:51 2023 +0100

    Fix Geodude

commit 6480770d40
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:10:16 2023 +0100

    Fix Tentacruel

commit 14705cee71
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:09:20 2023 +0100

    Fix Tentacool

commit f086270028
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:08:16 2023 +0100

    Fix Victreebel

commit 466f0243ba
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:06:40 2023 +0100

    Fix Weepinbell

commit 7dfa5a42b3
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:05:04 2023 +0100

    Fix Bellsprout

commit e28baaf465
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 18:03:44 2023 +0100

    Fix Machamp

commit 8283537acc
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:59:00 2023 +0100

    Fix Machoke

commit b9aca57833
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:55:02 2023 +0100

    Fix Machop

commit bfb122483c
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:54:08 2023 +0100

    Fix Alakazam

commit c8a0705562
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:52:56 2023 +0100

    Fix Kadabra

commit 565a8f8ca6
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:51:23 2023 +0100

    Fix Abra

commit 5cf78bc025
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:49:49 2023 +0100

    Fix Poliwrath

commit 887f7c8c5f
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:48:46 2023 +0100

    Fix Poliwhirl

commit 2fa3606401
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:47:17 2023 +0100

    Fix Poliwag

commit fa6561101e
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:45:11 2023 +0100

    Fix Arcanine

commit ceb0a9423b
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:42:46 2023 +0100

    Fix Growlithe

commit 4052e2b36d
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:40:09 2023 +0100

    Fix Primeape

commit b7c752fd6f
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:38:33 2023 +0100

    Fix Mankey

commit 76f5bb40c5
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:35:59 2023 +0100

    Fix Golduck

commit eb658c62dd
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:34:45 2023 +0100

    Fix Psyduck

commit a7d8055bbc
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:33:13 2023 +0100

    Fix Meowth

commit 773678e933
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:26:23 2023 +0100

    Fix Dugtrio palette

commit e8a17bd3d0
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:25:33 2023 +0100

    Fix Diglett

commit 6b1c09e362
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:24:30 2023 +0100

    Fix Venomoth

commit 474e83c2a2
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:22:09 2023 +0100

    Fix Venonat

commit 0f7e1a2388
Author: Jaizu <jaizu85@gmail.com>
Date:   Mon Jan 30 17:17:56 2023 +0100

    Fix Paras

commit 0134efd983
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:34:12 2023 +0100

    Fix Ninetales

commit de5d8407ad
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:34:03 2023 +0100

    Fix Vulpix

commit 24d81ccf96
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:56 2023 +0100

    Fix Jigglypuff

commit dd9c63d6f2
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:47 2023 +0100

    Fix Golbat

commit 94c9e3a943
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:38 2023 +0100

    Fix Gloom

commit 43a45d18d8
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:29 2023 +0100

    Fix Vileplume

commit 4573f1b48d
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:19 2023 +0100

    Fix Oddish

commit 6d9e26270d
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:33:07 2023 +0100

    Fix Wigglytuff

commit 1817d85a2b
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:32:51 2023 +0100

    Fix Zubat

commit fca339f5e0
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:13:30 2023 +0100

    Fix Clefable

commit c8e0d3fce1
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:13:19 2023 +0100

    Fix Clefairy

commit a6e462b20c
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:13:11 2023 +0100

    Fix Nidoking

commit d71f5fd81d
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:12:58 2023 +0100

    Fix Nidoqueen

commit a1a3e1d68a
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:12:51 2023 +0100

    Fix Nidoran f

commit bbaa397c78
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:12:42 2023 +0100

    Fix Nidoran m

commit d1432e4517
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:12:31 2023 +0100

    Fix Nidorina

commit 9dd0560bfa
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 15:12:21 2023 +0100

    Fix Nidorino

commit 9c6ba83269
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:53:52 2023 +0100

    Fix Sandslash

commit 7cecb0e0ee
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:53:46 2023 +0100

    Fix Snadshrew

commit 4718cf91a5
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:49:40 2023 +0100

    Fix Raichu

commit 4c84431a76
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:49:35 2023 +0100

    Fix Pikachu

commit 2fb719541a
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:49:28 2023 +0100

    Fix Arbok

commit a926d6741a
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:49:19 2023 +0100

    Fix Ekans

commit bf4c126663
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:43:34 2023 +0100

    Fix Fearow palettes

commit bc45dccdc7
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:34:09 2023 +0100

    Fix Spearow

commit fa13bf6b7f
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:34:02 2023 +0100

    Fix Raticate

commit d3c43ab392
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:33:54 2023 +0100

    Fix Rattata

commit 518d4c7fba
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:27:36 2023 +0100

    Fix Pidgeot

commit cc19533975
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:25:30 2023 +0100

    Fix Pidgeotto

commit 90a10d8857
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:20:34 2023 +0100

    Fix Beedrill

commit 7510b413bd
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:20:22 2023 +0100

    Fix Kakuna

commit 2ea6620202
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:20:10 2023 +0100

    Fix Pidgey

commit 492add1200
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:20:01 2023 +0100

    Fix Weedle

commit 2f32c7b41e
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:10:39 2023 +0100

    Fix Butterfree

commit 5c7431c443
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:10:28 2023 +0100

    Fix Caterpie

commit d7af028d57
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:04:55 2023 +0100

    Fix Blastoise sprite

commit b304d60da0
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:04:47 2023 +0100

    Fix Wartortle sprite

commit a581b63cdc
Author: Jaizu <jaizu85@gmail.com>
Date:   Tue Jan 24 14:04:37 2023 +0100

    Fix Squirtle sprite
2023-02-06 10:25:36 -03:00
Blackforest92
7ae424eac8 Palette conversion GEN1 2021-11-29 23:18:57 +07:00
Eduardo Quezada D'Ottone
80d8e4cfd4
Revert "Fix the 'bKGD: invalid index' error" 2021-10-17 07:32:49 -03:00
LOuroboros
1c59586e67 Fixed the 'bKGD: invalid index' error 2021-09-21 22:06:01 -03:00
BuffelSaft
06788896d2
Fix and Update Pokemon Sprites (#489)
* Fix broken sprites from Gen I-IV

Fix second frames with missing colors and some sprites having too many colors.

* Add more second frames

Added a second frame sprite for the following Pokemon: Beartic, Bouffalant, Cinccino, Galvantula, Golett, Golurk, Gurdurr, Minccino, Scolipede, Timburr, Zebstrika, Zekrom.
Fixed second frames for Chespin and Reshiram.

* Restore front sprites
2020-08-27 09:52:42 +02:00
DizzyEggg
7c6077ef8b Add icons for gen1-gen6 mons 2019-04-11 18:20:03 +02:00
DizzyEggg
b407967cea Gen5 sprites and icon placeholder data 2019-04-04 12:57:01 +02:00
DizzyEggg
0d6b13759a Change gen1-gen3 sprites to sugimori palettes 2019-04-03 21:04:23 +02:00
garak
d0115db565 move pokemon graphics to mon-specific directories 2019-03-16 12:21:47 -05:00