mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25:24 +13:00
The Big Bad Bugs and the Lunar Lord!
This commit is contained in:
parent
56bf3ef2b0
commit
672cefbd96
60 changed files with 302 additions and 40 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue