231 Commits

Author SHA1 Message Date
Eduardo Quezada
fb73f7333a Set evolution methods closer to the actual games. 2020-06-13 02:37:29 -04:00
Eduardo Alvaro Quezada D'Ottone
c2b51cf17a
Added missing Primal/Mega Weather Trio base stats. (#376)
* Added missing Mega Rayquaza Base Stats.

* Added Primal Kyogre/Groudon's missing base stats.
2020-05-24 10:21:49 +02:00
AsparagusEduardo
179d84dcd7 Using ability constants for OLD_UNOWN stats 2020-05-16 18:08:56 -04:00
AsparagusEduardo
f6932518b0 Ordered OLD_UNOWN in the same way as the other base stats. 2020-05-03 00:00:01 -04:00
LOuroboros
cda92e066a
Remove Zygarde from src/data/pokemon/evolution.h (#357)
Zygarde doesn't evolve into anything. It definitely doesn't evolve into nothing at Lv100, lol.
2020-04-29 09:05:28 +02:00
Eduardo Alvaro Quezada D'Ottone
e232f6bf03
Fix for Dark Type in party evolution. (#329) 2020-04-16 09:07:31 +02:00
LOuroboros
a387121e4a
Restored the .noFlip parameter to src/data/pokemon/base_stats.h (#325)
* Restored the .noFlip parameter of src/data/pokemon/base_stats.h

* A few noFlip tweaks
2020-04-15 19:38:19 +02:00
GriffinR
b1d131ace2 Convert base_stats.h to UTF-8 2020-02-25 12:46:03 -06:00
Eduardo Alvaro Quezada D'Ottone
70ebc6b55b
Lycanroc forms (#268)
* Midnight Lycanroc

* Dusk Lycanroc
2020-02-22 23:42:16 +01:00
Eduardo Alvaro Quezada D'Ottone
bb10a69f81
Busted Mimikyu (#254)
* Busted Mimikyu

* Fixed back sprite coords.
2020-02-08 19:32:01 +01:00
Eduardo Alvaro Quezada D'Ottone
98867f0cb3
Dex Text Fixes (#253)
- Fixed decap error in Eevee's Pokédex text.
- Fixed missing decap in Mew's Pokédex text.
2020-02-08 15:52:25 +01:00
DizzyEggg
62755e2501 Fix Eevee evolutions no ability 2020-01-18 20:42:04 +01:00
LOuroboros
d1d3ca5312 Various Forms Data (#226)
* Defined species for Shaymin's Sky Form and Giratina's Origin Form

* Defined the sprites for Shaymin's and Giratina's forms

* Added coordinates and entries for the forms of Shaymin and Giratina in the sprite data tables

* Set the InGame names for Shaymin's and Giratina's forms

* Added the base stats of Shaymin's and Giratina's forms

* Set the level up learnsets for the forms of Shaymin and Giratina

* Defined the paths of the sprites for the forms of Shaymin and Giratina

* Linked the icons to the species of Shaymin's and Giratina's forms

* Added the sprites of Shaymin's Sky Form and Giratina's Origin Form

* Added the icons of Shaymin's and Giratina's forms

* Fixed silly mistakes.

* Alright, fixed silly mistakes. For good now.

* Added the data for a lot of Pokémon's forms.
-Darmanitan Zen Mode
-Tornadus, Thundurus and Landorus Therian Forms
-Meloetta Pirouette Form
-Aegislash Blade Form
-Hoopa Unbound Form
-Minior Core Form
-Wishiwashi School Form

* Added the sprites of the Pokémon forms that were just inserted

* Added the sprites for the Black and White Forms of Kyurem
2020-01-01 15:07:56 +01:00
DizzyEggg
f228764545 Remove duplicate Rockruff egg moves 2019-12-30 14:07:31 +01:00
DizzyEggg
89a2ee5be6 Merge branch 'pokemon_expansion' of https://github.com/DizzyEggg/pokeemerald into pokemon_expansion 2019-12-30 13:54:25 +01:00
DizzyEggg
cd4c3b38b5 Merge branch 'master' of https://github.com/DizzyEggg/pokeemerald into pokemon_expansion 2019-12-30 13:53:59 +01:00
Pokestia
e4731b1289 Pokemon expansion (#211)
* Define species Meltan and Melmetal

Also shifted a few other species numbers

* Define Meltan and Melmetal Sprites

* Add Meltan and Melmetal coordinates and table entries

* Set Meltan and Melmetal ingame names

* Add Meltan and Melmetal base stats

* Add Meltan and Melmetal level up learnsets

* Set Meltan and Melmetal TM learnset

It is still blank because LGPE TMs don't match USUM TMs

* Define Meltan and Melmetal sprite paths

* Add Meltan and Melmetal sprite, icon and front animation

* Fix typo in bas stats

* Add Meltan and Melmetal pokedex entries

* Tab to space learnsets

* Tab to space pokedex text

This includes all mons with tabs in their dex entries.
2019-12-30 13:48:50 +01:00
GriffinR
749965d56b Document item_use.c 2019-12-21 21:39:30 -05:00
LOuroboros
060a3566e2
Swapped the item number ID for the actual name of the item in Lopunny-to-Mega Lopunny's evolution method.
Title.
Every single other Mega Evolution is defined with their item's name. Why would this be an exception?
2019-12-19 22:50:52 -03:00
DizzyEggg
1a5c610b5c
Merge pull request #206 from LOuroboros/alolan_forms
Alolan Forms
2019-11-30 15:35:12 +01:00
LOuroboros
ad7cda9169 Replaced the level up learnsets of the Alolan Forms with the same placeholder that many other new Pokémon use. 2019-11-30 09:29:30 -03:00
DizzyEggg
7ff3f32a95 Merge 2019-11-29 21:05:44 +01:00
AJ Fontaine
2d1a780dd8
Fix Hondrew Berry typo 2019-11-28 11:44:13 -05:00
GriffinR
63ee15fc28 Document Frontier Util 2019-11-25 18:37:48 -06:00
GriffinR
fc3783b739 WIP Document apprentice 2019-11-16 12:28:49 -05:00
LOuroboros
884f542798 Fixed a typo and added entries for the Alolan Forms in src/pokemon.c 2019-11-13 14:29:26 -03:00
LOuroboros
f47bc95990 Set the TM/HM learnsets for the Alolan Forms. 2019-11-12 22:38:13 -03:00
LOuroboros
788efccf79 Set the level up learnsets for the Alolan Forms. 2019-11-12 19:04:06 -03:00
LOuroboros
05013586d7 Set the evolution conditions for the Alolan Forms. 2019-11-12 18:25:28 -03:00
LOuroboros
1791ec28c9 Set the egg moves for the Alolan Forms. 2019-11-12 17:26:54 -03:00
LOuroboros
fecc6737e0 Added the Alolan Forms' base stats. 2019-11-12 16:58:44 -03:00
DizzyEggg
ab2de0342b
Merge pull request #201 from AsparagusEduardo/PokedexOrders
Updated Alphabetical, Weight and Height orders.
2019-11-10 16:50:20 +01:00
DizzyEggg
4c462a726e Merge with master and learnsets 2019-10-06 15:57:33 +02:00
Eduardo Quezada D'Ottone
e52eb48929 Updated Alphabetical, Weight and Height orders. 2019-09-29 09:55:34 -03:00
GriffinR
6ab192e739 Review changes for #807 2019-09-17 16:50:17 -05:00
GriffinR
aac9658a8e Document some field_specials data 2019-09-17 16:50:17 -05:00
LOuroboros
64ec9f4d03 Fixed the 2 Nidoran having the wrong egg move learnset in egg_moves.h 2019-09-16 17:16:02 -03:00
Gamer2020
d2ac94f1e4 Fixing commented out item names. 2019-08-16 18:38:41 -04:00
PikalaxALT
71dff6dbf1 Remove unnecessary tutor learnset casts 2019-07-10 16:38:05 -04:00
DizzyEggg
fffeefd0e2
Merge pull request #159 from LOuroboros/patch-2
Update base_stats.h
2019-06-09 11:50:12 +02:00
LOuroboros
68b744b3e4
Update base_stats.h
Corrected the label of the Razor Claw in 3 instances, so people can comment things out more easily.
2019-06-07 08:25:15 -03:00
LOuroboros
7cb5ebcb8d
Update evolution.h
Fixed a typo and corrected the label of the Shiny and Dusk Stones in 2 instances, so people can comment things out more easily.
2019-06-07 08:14:16 -03:00
DizzyEggg
1c60387968 Merge with master, placeholder back anims 2019-06-03 11:24:10 +02:00
DizzyEggg
a074f36766 USE PROTAG 2019-05-25 08:26:40 -05:00
DizzyEggg
e706280503 Rename PKMN TRAINER CALSS 4 2019-05-25 08:26:40 -05:00
DizzyEggg
ad6093f5bc Merge with master, fix conflicts 2019-05-17 10:15:30 +02:00
DizzyEggg
4ae1e014bc Change abilities in base stats to array 2019-05-16 17:09:43 -05:00
DizzyEggg
26e4b52fe8 Dummy learnsets for forms 2019-05-16 10:16:00 +02:00
DizzyEggg
6367269ce9 Add dummy learnsets 2019-05-15 13:47:33 +02:00
DizzyEggg
38b320eaa5 Data for hidden abilities 2019-05-14 13:20:10 +02:00