TOTARTLE AND BLASTYKEgit status! (+Viridian Forest & Debug Stuff)

This commit is contained in:
Misty Violet 2023-10-25 23:52:47 -04:00
parent c6a4f3245b
commit d1e9accd44
46 changed files with 215 additions and 60 deletions

View file

@ -8,7 +8,7 @@ CharmeleonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charmeleon.asm"
CharizardPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charizard.asm"
SquirtlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/squirtle.asm"
WartortlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/wartortle.asm"
BlastoisePokedexEntry:: INCLUDE "data/pokemon/dex_entries/blastoise.asm"
TotartlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/totartle.asm"
CaterpiePokedexEntry:: INCLUDE "data/pokemon/dex_entries/caterpie.asm"
MetapodPokedexEntry:: INCLUDE "data/pokemon/dex_entries/metapod.asm"
ButterfreePokedexEntry:: INCLUDE "data/pokemon/dex_entries/butterfree.asm"
@ -121,6 +121,8 @@ TangelaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tangela.asm"
KangaskhanPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kangaskhan.asm"
HorseaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/horsea.asm"
SeadraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/seadra.asm"
BlastykePokedexEntry:: INCLUDE "data/pokemon/dex_entries/blastyke.asm"
BlastoisePokedexEntry:: INCLUDE "data/pokemon/dex_entries/blastoise.asm"
GoldeenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/goldeen.asm"
SeakingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/seaking.asm"
StaryuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/staryu.asm"