Charmada!

This required moving the base stat and cry files. Not tested, so someone ought to check...
This commit is contained in:
Llinos Evans 2024-07-06 19:45:20 +01:00
parent 4972915076
commit b451ca81ce
35 changed files with 84 additions and 2 deletions

View file

@ -6,6 +6,7 @@ VenusaurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venusaur.asm"
CharmanderPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charmander.asm"
CharmeleonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charmeleon.asm"
CharizardPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charizard.asm"
CharmadaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/charmada.asm"
SquirtlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/squirtle.asm"
WartortlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/wartortle.asm"
TotartlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/totartle.asm"