The Big Bad Bugs and the Lunar Lord!

This commit is contained in:
Misty Violet 2023-10-28 01:46:11 -04:00
parent 56bf3ef2b0
commit 672cefbd96
60 changed files with 302 additions and 40 deletions

View file

@ -32,6 +32,7 @@ NidoqueenBitmasks: INCLUDE "gfx/pokemon/nidoqueen/bitmask.asm"
NidoranMBitmasks: INCLUDE "gfx/pokemon/nidoran_m/bitmask.asm"
NidorinoBitmasks: INCLUDE "gfx/pokemon/nidorino/bitmask.asm"
NidokingBitmasks: INCLUDE "gfx/pokemon/nidoking/bitmask.asm"
NidoreignBitmasks: INCLUDE "gfx/pokemon/nidoreign/bitmask.asm"
ClefairyBitmasks: INCLUDE "gfx/pokemon/clefairy/bitmask.asm"
ClefableBitmasks: INCLUDE "gfx/pokemon/clefable/bitmask.asm"
VulpixBitmasks: INCLUDE "gfx/pokemon/vulpix/bitmask.asm"
@ -69,7 +70,7 @@ MachampBitmasks: INCLUDE "gfx/pokemon/machamp/bitmask.asm"
BellsproutBitmasks: INCLUDE "gfx/pokemon/bellsprout/bitmask.asm"
WeepinbellBitmasks: INCLUDE "gfx/pokemon/weepinbell/bitmask.asm"
VictreebelBitmasks: INCLUDE "gfx/pokemon/victreebel/bitmask.asm"
BellignanBitmasks: INCLUDE "gfx/pokemon/bellignan/bitmask.asm"
BellignanBitmasks: INCLUDE "gfx/pokemon/bellignan/bitmask.asm"
TentacoolBitmasks: INCLUDE "gfx/pokemon/tentacool/bitmask.asm"
TentacruelBitmasks: INCLUDE "gfx/pokemon/tentacruel/bitmask.asm"
GeodudeBitmasks: INCLUDE "gfx/pokemon/geodude/bitmask.asm"
@ -124,10 +125,12 @@ StaryuBitmasks: INCLUDE "gfx/pokemon/staryu/bitmask.asm"
StarmieBitmasks: INCLUDE "gfx/pokemon/starmie/bitmask.asm"
MrMimeBitmasks: INCLUDE "gfx/pokemon/mr__mime/bitmask.asm"
ScytherBitmasks: INCLUDE "gfx/pokemon/scyther/bitmask.asm"
KleavorBitmasks: INCLUDE "gfx/pokemon/kleavor/bitmask.asm"
JynxBitmasks: INCLUDE "gfx/pokemon/jynx/bitmask.asm"
ElectabuzzBitmasks: INCLUDE "gfx/pokemon/electabuzz/bitmask.asm"
MagmarBitmasks: INCLUDE "gfx/pokemon/magmar/bitmask.asm"
PinsirBitmasks: INCLUDE "gfx/pokemon/pinsir/bitmask.asm"
TriculesBitmasks: INCLUDE "gfx/pokemon/tricules/bitmask.asm"
TaurosBitmasks: INCLUDE "gfx/pokemon/tauros/bitmask.asm"
MagikarpBitmasks: INCLUDE "gfx/pokemon/magikarp/bitmask.asm"
GyaradosBitmasks: INCLUDE "gfx/pokemon/gyarados/bitmask.asm"