mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
Walking Wake and the Guardian Beast!
- Added preliminary data for Walking Wake and the new Legendary Pokemon Shi-Shi. - Changed Bellignan's dex entry to reference how Sprout Tower was constructed. - Changed some dialogue in Sprout Tower to reflect this. Wake sprite by EyeDonutz Shi-Shi sprite by me, but still unfinished. Will definitely rework sometime.
This commit is contained in:
parent
a4854f63ba
commit
d4170f5fa8
45 changed files with 225 additions and 21 deletions
|
|
@ -260,9 +260,11 @@ BlisseyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/blissey.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"
|
||||
LugiaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/lugia.asm"
|
||||
HoOhPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ho_oh.asm"
|
||||
ShiShiPokedexEntry:: INCLUDE "data/pokemon/dex_entries/shi_shi.asm"
|
||||
CelebiPokedexEntry:: INCLUDE "data/pokemon/dex_entries/celebi.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue