mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-08 00:55:28 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -34,6 +34,7 @@ NidoqueenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoqueen.asm"
|
|||
NidoranMPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoran_m.asm"
|
||||
NidorinoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidorino.asm"
|
||||
NidokingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoking.asm"
|
||||
NidoreignPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoreign.asm"
|
||||
ClefairyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefairy.asm"
|
||||
ClefablePokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefable.asm"
|
||||
VulpixPokedexEntry:: INCLUDE "data/pokemon/dex_entries/vulpix.asm"
|
||||
|
|
@ -130,10 +131,12 @@ StaryuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/staryu.asm"
|
|||
StarmiePokedexEntry:: INCLUDE "data/pokemon/dex_entries/starmie.asm"
|
||||
MrMimePokedexEntry:: INCLUDE "data/pokemon/dex_entries/mr__mime.asm"
|
||||
ScytherPokedexEntry:: INCLUDE "data/pokemon/dex_entries/scyther.asm"
|
||||
KleavorPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kleavor.asm"
|
||||
JynxPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jynx.asm"
|
||||
ElectabuzzPokedexEntry:: INCLUDE "data/pokemon/dex_entries/electabuzz.asm"
|
||||
MagmarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magmar.asm"
|
||||
PinsirPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pinsir.asm"
|
||||
TriculesPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tricules.asm"
|
||||
TaurosPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tauros.asm"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue