mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 17:15:24 +13:00
These Fires be Gouging, yo
The bolts are also raging but they look fucking dumb so who cares - Adds Gouging Fire and Raging Bolt, complete with sprites and learnsets. Gouging Fire was done by Zeta_Null, and Raging Bolt was done by Albatross, who did a great job at making the giraffe-necked smilodon look less ridiculous. - Added a proper dex entry for Wake, based on the ones added in SV's Indigo Disk DLC. - Fixed a bug with Lickilicky and Lickilord's dex entries where they weren't terminated correcly - Made Rock Slash less obscene, now acting like Stone Edge without the raised crit chance. - Changed the layout of the Beginning World (Debug Room) ever so slightly.
This commit is contained in:
parent
0116edcb25
commit
51a7593d6f
49 changed files with 229 additions and 66 deletions
|
|
@ -304,10 +304,12 @@ ElekidPokedexEntry:: INCLUDE "data/pokemon/dex_entries/elekid.asm"
|
|||
MagbyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magby.asm"
|
||||
MiltankPokedexEntry:: INCLUDE "data/pokemon/dex_entries/miltank.asm"
|
||||
BlisseyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/blissey.asm"
|
||||
RagingBoltPokedexEntry:: INCLUDE "data/pokemon/dex_entries/raging_bolt.asm"
|
||||
GougingFirePokedexEntry:: INCLUDE "data/pokemon/dex_entries/gouging_fire.asm"
|
||||
WalkingWakePokedexEntry:: INCLUDE "data/pokemon/dex_entries/walking_wake.asm"
|
||||
RaikouPokedexEntry:: INCLUDE "data/pokemon/dex_entries/raikou.asm"
|
||||
EnteiPokedexEntry:: INCLUDE "data/pokemon/dex_entries/entei.asm"
|
||||
SuicunePokedexEntry:: INCLUDE "data/pokemon/dex_entries/suicune.asm"
|
||||
WalkingWakePokedexEntry:: INCLUDE "data/pokemon/dex_entries/walking_wake.asm"
|
||||
LarvitarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/larvitar.asm"
|
||||
PupitarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pupitar.asm"
|
||||
TyranitarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tyranitar.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue