Violet Waters and Lush Trees! (#19)

This commit is contained in:
Misty 2024-07-04 05:28:47 -04:00 committed by GitHub
parent a03a7e4f7a
commit afbd0f7680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
169 changed files with 1340 additions and 244 deletions

View file

@ -99,6 +99,10 @@ SlowpokeFrames: INCLUDE "gfx/pokemon/slowpoke/frames.asm"
SlowbroFrames: INCLUDE "gfx/pokemon/slowbro/frames.asm"
MagnemiteFrames: INCLUDE "gfx/pokemon/magnemite/frames.asm"
MagnetonFrames: INCLUDE "gfx/pokemon/magneton/frames.asm"
CheepFrames: INCLUDE "gfx/pokemon/cheep/frames.asm"
JabettaFrames: INCLUDE "gfx/pokemon/jabetta/frames.asm"
RibbitoFrames: INCLUDE "gfx/pokemon/ribbito/frames.asm"
CroakozunaFrames: INCLUDE "gfx/pokemon/croakozuna/frames.asm"
FarfetchDFrames: INCLUDE "gfx/pokemon/farfetch_d/frames.asm"
DoduoFrames: INCLUDE "gfx/pokemon/doduo/frames.asm"
DodrioFrames: INCLUDE "gfx/pokemon/dodrio/frames.asm"
@ -108,6 +112,7 @@ GrimerFrames: INCLUDE "gfx/pokemon/grimer/frames.asm"
MukFrames: INCLUDE "gfx/pokemon/muk/frames.asm"
ShellderFrames: INCLUDE "gfx/pokemon/shellder/frames.asm"
CloysterFrames: INCLUDE "gfx/pokemon/cloyster/frames.asm"
DisturbanFrames: INCLUDE "gfx/pokemon/disturban/frames.asm"
GastlyFrames: INCLUDE "gfx/pokemon/gastly/frames.asm"
HaunterFrames: INCLUDE "gfx/pokemon/haunter/frames.asm"
GengarFrames: INCLUDE "gfx/pokemon/gengar/frames.asm"