mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
The Road To Violet City!
This commit is contained in:
parent
b60dbd5afb
commit
e85c0ac4d6
127 changed files with 1034 additions and 127 deletions
|
|
@ -221,6 +221,8 @@ TogepiPokedexEntry:: INCLUDE "data/pokemon/dex_entries/togepi.asm"
|
|||
TogeticPokedexEntry:: INCLUDE "data/pokemon/dex_entries/togetic.asm"
|
||||
NatuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/natu.asm"
|
||||
XatuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/xatu.asm"
|
||||
MoibellePokedexEntry:: INCLUDE "data/pokemon/dex_entries/moibelle.asm"
|
||||
BelledamPokedexEntry:: INCLUDE "data/pokemon/dex_entries/belledam.asm"
|
||||
MareepPokedexEntry:: INCLUDE "data/pokemon/dex_entries/mareep.asm"
|
||||
FlaaffyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/flaaffy.asm"
|
||||
AmpharosPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ampharos.asm"
|
||||
|
|
@ -235,6 +237,7 @@ JumpluffPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jumpluff.asm"
|
|||
AipomPokedexEntry:: INCLUDE "data/pokemon/dex_entries/aipom.asm"
|
||||
SunkernPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sunkern.asm"
|
||||
SunfloraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sunflora.asm"
|
||||
AercrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/aercrow.asm"
|
||||
|
||||
|
||||
SECTION "Pokedex Entries 193-251", ROMX
|
||||
|
|
@ -250,12 +253,19 @@ SylveonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sylveon.asm"
|
|||
MurkrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/murkrow.asm"
|
||||
SlowkingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slowking.asm"
|
||||
MisdreavusPokedexEntry:: INCLUDE "data/pokemon/dex_entries/misdreavus.asm"
|
||||
MismagiusPokedexEntry:: INCLUDE "data/pokemon/dex_entries/mismagius.asm"
|
||||
StromenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/stromen.asm"
|
||||
PhandarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/phandarin.asm"
|
||||
UnownPokedexEntry:: INCLUDE "data/pokemon/dex_entries/unown.asm"
|
||||
WobbuffetPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wobbuffet.asm"
|
||||
BipullaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bipulla.asm"
|
||||
CalflacPokedexEntry:: INCLUDE "data/pokemon/dex_entries/calflac.asm"
|
||||
GirafarigPokedexEntry:: INCLUDE "data/pokemon/dex_entries/girafarig.asm"
|
||||
FarigirafPokedexEntry:: INCLUDE "data/pokemon/dex_entries/farigiraf.asm"
|
||||
PinecoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pineco.asm"
|
||||
ForretressPokedexEntry:: INCLUDE "data/pokemon/dex_entries/forretress.asm"
|
||||
DunsparcePokedexEntry:: INCLUDE "data/pokemon/dex_entries/dunsparce.asm"
|
||||
DudunsparcePokedexEntry:: INCLUDE "data/pokemon/dex_entries/dudunsparce.asm"
|
||||
GligarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gligar.asm"
|
||||
SteelixPokedexEntry:: INCLUDE "data/pokemon/dex_entries/steelix.asm"
|
||||
SnubbullPokedexEntry:: INCLUDE "data/pokemon/dex_entries/snubbull.asm"
|
||||
|
|
@ -267,6 +277,7 @@ HeracrossPokedexEntry:: INCLUDE "data/pokemon/dex_entries/heracross.asm"
|
|||
SneaselPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sneasel.asm"
|
||||
TeddiursaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/teddiursa.asm"
|
||||
UrsaringPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ursaring.asm"
|
||||
UrsalunaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ursaluna.asm"
|
||||
SlugmaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slugma.asm"
|
||||
MagcargoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magcargo.asm"
|
||||
SwinubPokedexEntry:: INCLUDE "data/pokemon/dex_entries/swinub.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue