Update dex_entries.asm

Shit, needed to push this too. Also fixed a glitch involving Pressio and Donmarin's entries.
This commit is contained in:
Martha Schilling 2024-07-21 22:49:58 +01:00
parent fe1911b5c8
commit 608863c365

View file

@ -221,8 +221,8 @@ CubburnPokedexEntry:: INCLUDE "data/pokemon/dex_entries/cubburn.asm"
FlambearPokedexEntry:: INCLUDE "data/pokemon/dex_entries/flambear.asm"
BruinousPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bruinous.asm"
PalssioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/palssio.asm"
PressioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/flambear.asm"
DonmarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bruinous.asm"
PressioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pressio.asm"
DonmarinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/donmarin.asm"
SentretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sentret.asm"
FurretPokedexEntry:: INCLUDE "data/pokemon/dex_entries/furret.asm"
HoothootPokedexEntry:: INCLUDE "data/pokemon/dex_entries/hoothoot.asm"
@ -306,7 +306,7 @@ SnubbullPokedexEntry:: INCLUDE "data/pokemon/dex_entries/snubbull.asm"
GranbullPokedexEntry:: INCLUDE "data/pokemon/dex_entries/granbull.asm"
CaretorkerPokedexEntry:: INCLUDE "data/pokemon/dex_entries/caretorker.asm"
QwilfishPokedexEntry:: INCLUDE "data/pokemon/dex_entries/qwilfish.asm"
KazeppelinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kazeppelin.asm"
KazappelinPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kazappelin.asm"
QwilfatherPokedexEntry:: INCLUDE "data/pokemon/dex_entries/qwilfather.asm"
ScizorPokedexEntry:: INCLUDE "data/pokemon/dex_entries/scizor.asm"
ShucklePokedexEntry:: INCLUDE "data/pokemon/dex_entries/shuckle.asm"