The Swines, A Dragonfly and the changed Giraffe

- Adds Mamoswine, alongside the new Hirsuswine, a slower and more tanky alternate evolution. Design by me, sprite by zuperZACH.

- Adds the framework for an alternate Yanma evolution, currently dubbed Pending03. It's designed to be based on a clubtail, albeit one that uses its tail like an actual weapon.

- Adds the framework for Emordrome, an alternate Normal/Ghost Girafarig evolution where the dark head grows and takes control. In order to not make the line any more complicated, Calflac has been removed entirely.

- Added cries for the Cubburn line.
This commit is contained in:
Martha Schilling 2024-07-31 20:35:18 +01:00
parent 1d41bfa2f8
commit ff9243c7fb
67 changed files with 363 additions and 85 deletions

View file

@ -109,25 +109,24 @@ If you use our implementations of anything at all, it is encouraged to submit Pu
### JEP Developers
JEP-affiliated spriters require sprites to be used with direct credit for non-commerical purposes. Credit the artist in any case of using them.
- Zeta_Null: Topaz sprites, numerous tileset bits, Omegadge, Qatu, Phandarin, Stromen, Lickilord,
- Martha's Against Humanity: Shi-Shi, Fossil Aerodactyl, Fossil Kabutops, Calflac (with inspiration from KmiE_821)
- zuperZACH: Clodsire (front), Mismagius, Alolan Vulpix, Alolan Ninetales
- Martha's Against Humanity: Shi-Shi, Fossil Aerodactyl, Fossil Kabutops
- zuperZACH: Clodsire (front), Mismagius, Alolan Vulpix, Alolan Ninetales, Hirsuswine
- Shawesome: Alolan Geodude
- EyeDonutz: Walking Wake
- Plague von Karma: Overworld Arbok, Koffing, Voltorb, Gengar, Diglett, and Cat sprites, adapted from the slot machine's sprites (originally made for KEP).
- LadyMisticus: Sprite edits of Imposter Oak, Archer, Ariana, Prof.Blue, Giovanni (both), Green; Cal (original)
### Unaffiliated
- nuuk: Azurill, Electivire, Farigiraf, Glaceon, Honchkrow, Leafeon, Magmortar, Magnezone, Porygon-Z, Sylveon, Togekiss, Wyrdeer, Clodsire (back)
- nuuk: Azurill, Electivire, Farigiraf, Glaceon, Honchkrow, Leafeon, Magmortar, Magnezone, Mamoswine, Porygon-Z, Sylveon, Togekiss, Wyrdeer, Clodsire (back)
- Scarlax, Pix, BloodlessNX, Kam, Poket, BimbelyGimbly: Animated sprites from [Pokemon October](https://github.com/pokeachromicdevs/pokeoctober): Bellignan, Caretorker (Adbarstork), Inoshika (Aggroswine), Bipulla, Sonegg (Clefling), Kolta (Coalta), Coinpur, Dodaerie, Bundra (Germifrost), Kiwooked (Kiwacki), Eucala (Koalyptus), Trebir, Burgela, Gorotora, Moibelle, Molambino, Dokuroar (Necrorex), Orfry, Blossomole (Petamole), Smujj
- Gorotora is edited from RacieBeep's Yellow sprite in the Helix Chamber PokeThon ROM Hack. A full list of Helix Chamber sprites are available [here](https://cdn.discordapp.com/attachments/1014321591657709569/1015347305483878521/unknown.png). Helix Chamber spriters have a "must credit" policy.
- SoupPotato et al: Various sprites from [Pokemon Gold & Silver '97 Reforged](https://github.com/SoupPotato/gold97); Palssio (Cruize), Pressio (Aquallo) Donmarin (Aquarius), Grenmar (Bombsheal, with edits), Jungela (Gelania), Elebebi (Elebabe), Mimmeo (Metto), Kazappelin (Numbpuff), Disturban (Turban), Angore (Anchorage), Trebir (Mallody), Folage (Silkane)
- SCMidna: Munchlax
- SageDeoxys: Iron Bundle, Raging Bolt, Scream Tail, Dudunsparce (both forms)
- Pokets: Terrados
- KmiE_821: Calflac design inspiration
- Tom Wang: Gold/Chris running sprite
- Seasick: Kris running sprite
- Pigu-A, RevoSucks, walle303 - Contributors to Pokemon Anniversary Red's repository, where we reused the Green/FemC sprites.
- Pigu-A, RevoSucks, walle303 - Contributors to Pokemon Anniversary Red's repository, where we reused the Green/FeMC sprites.
## Other Sources
- Nob Ogasawara (Many prototype Pokemon names)

View file

@ -295,6 +295,7 @@ DEF JOHTO_POKEMON EQU const_value
const FOXFIRE
const YANMA ; c1
const YANMEGA
const PENDING03
const WOOPER ; c2
const QUAGSIRE ; c3
const ESPEON ; c4
@ -313,9 +314,9 @@ DEF JOHTO_POKEMON EQU const_value
const WYNAUT
const WOBBUFFET ; ca
const BIPULLA
const CALFLAC
const GIRAFARIG ; cb
const FARIGIRAF
const EMORDROME
const PINECO ; cc
const FORRETRESS ; cd
const DUNSPARCE ; ce
@ -340,6 +341,8 @@ DEF JOHTO_POKEMON EQU const_value
const MAGCARGO ; db
const SWINUB ; dc
const PILOSWINE ; dd
const MAMOSWINE
const HIRSUSWINE
const CORSOLA ; de
const REMORAID ; df
const OCTILLERY ; e0

View file

@ -302,6 +302,7 @@ INCLUDE "data/pokemon/base_stats/aercrow.asm"
INCLUDE "data/pokemon/base_stats/foxfire.asm"
INCLUDE "data/pokemon/base_stats/yanma.asm"
INCLUDE "data/pokemon/base_stats/yanmega.asm"
INCLUDE "data/pokemon/base_stats/pending03.asm"
INCLUDE "data/pokemon/base_stats/wooper.asm"
INCLUDE "data/pokemon/base_stats/quagsire.asm"
INCLUDE "data/pokemon/base_stats/espeon.asm"
@ -320,9 +321,9 @@ INCLUDE "data/pokemon/base_stats/unown.asm"
INCLUDE "data/pokemon/base_stats/wynaut.asm"
INCLUDE "data/pokemon/base_stats/wobbuffet.asm"
INCLUDE "data/pokemon/base_stats/bipulla.asm"
INCLUDE "data/pokemon/base_stats/calflac.asm"
INCLUDE "data/pokemon/base_stats/girafarig.asm"
INCLUDE "data/pokemon/base_stats/farigiraf.asm"
INCLUDE "data/pokemon/base_stats/emordrome.asm"
INCLUDE "data/pokemon/base_stats/pineco.asm"
INCLUDE "data/pokemon/base_stats/forretress.asm"
INCLUDE "data/pokemon/base_stats/dunsparce.asm"
@ -347,6 +348,8 @@ INCLUDE "data/pokemon/base_stats/slugma.asm"
INCLUDE "data/pokemon/base_stats/magcargo.asm"
INCLUDE "data/pokemon/base_stats/swinub.asm"
INCLUDE "data/pokemon/base_stats/piloswine.asm"
INCLUDE "data/pokemon/base_stats/mamoswine.asm"
INCLUDE "data/pokemon/base_stats/hirsuswine.asm"
INCLUDE "data/pokemon/base_stats/corsola.asm"
INCLUDE "data/pokemon/base_stats/remoraid.asm"
INCLUDE "data/pokemon/base_stats/octillery.asm"

View file

@ -0,0 +1,21 @@
db 0 ; species ID placeholder
db 75, 60, 70, 90, 105, 120
; hp atk def spd sat sdf
db NORMAL, GHOST ; type
db 45 ; catch rate
db 197 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/emordrome/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_MEDIUM_FAST ; growth rate
dn EGG_GROUND, EGG_INDETERMINATE ; egg groups
; tm/hm learnset
tmhm HEADBUTT, CURSE, TOXIC, ZAP_CANNON, ROCK_SMASH, PSYCH_UP, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, ENDURE, FRUSTRATION, IRON_TAIL, THUNDER, EARTHQUAKE, RETURN, PSYCHIC_M, SHADOW_BALL, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DREAM_EATER, REST, ATTRACT, THIEF, NIGHTMARE, STRENGTH, THUNDERBOLT
; end

View file

@ -5,7 +5,7 @@
db NORMAL, PSYCHIC_TYPE ; type
db 45 ; catch rate
db 255 ; base exp
db 197 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1

View file

@ -0,0 +1,21 @@
db 0 ; species ID placeholder
db 100, 110, 120, 20, 60, 120
; hp atk def spd sat sdf
db ICE, GROUND ; type
db 50 ; catch rate
db 207 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/hirsuswine/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_SLOW ; growth rate
dn EGG_GROUND, EGG_GROUND ; egg groups
; tm/hm learnset
tmhm HEADBUTT, CURSE, ROAR, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, HYPER_BEAM, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, EARTHQUAKE, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, DEFENSE_CURL, DETECT, REST, ATTRACT, STRENGTH, ICE_BEAM
; end

View file

@ -0,0 +1,21 @@
db 0 ; species ID placeholder
db 110, 130, 80, 80, 70, 60
; hp atk def spd sat sdf
db ICE, GROUND ; type
db 50 ; catch rate
db 207 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/mamoswine/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_SLOW ; growth rate
dn EGG_GROUND, EGG_GROUND ; egg groups
; tm/hm learnset
tmhm HEADBUTT, CURSE, ROAR, TOXIC, ROCK_SMASH, HIDDEN_POWER, SNORE, BLIZZARD, HYPER_BEAM, ICY_WIND, PROTECT, RAIN_DANCE, ENDURE, FRUSTRATION, EARTHQUAKE, RETURN, MUD_SLAP, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, DEFENSE_CURL, DETECT, REST, ATTRACT, STRENGTH, ICE_BEAM
; end

View file

@ -0,0 +1,21 @@
db 0 ; species ID placeholder
db 95, 115, 75, 85, 80, 65
; hp atk def spd sat sdf
db BUG, FLYING ; type
db 30 ; catch rate
db 198 ; base exp
db NO_ITEM, NO_ITEM ; items
db GENDER_F50 ; gender ratio
db 100 ; unknown 1
db 20 ; step cycles to hatch
db 5 ; unknown 2
INCBIN "gfx/pokemon/pending03/front.dimensions"
dw NULL, NULL ; unused (beta front/back pics)
db GROWTH_MEDIUM_FAST ; growth rate
dn EGG_BUG, EGG_BUG ; egg groups
; tm/hm learnset
tmhm HEADBUTT, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, PSYCHIC_M, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, FLASH
; end

View file

@ -1,4 +1,4 @@
db YANMEGA ; species ID placeholder
db 0 ; species ID placeholder
db 86, 76, 86, 95, 116, 56
; hp atk def spd sat sdf
@ -17,5 +17,5 @@
dn EGG_BUG, EGG_BUG ; egg groups
; tm/hm learnset
tmhm HEADBUTT, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, FLASH
tmhm HEADBUTT, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, HYPER_BEAM, PROTECT, GIGA_DRAIN, ENDURE, FRUSTRATION, SOLARBEAM, RETURN, PSYCHIC_M, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, SWIFT, DETECT, REST, ATTRACT, THIEF, FLASH
; end

View file

@ -227,9 +227,9 @@ PokemonCries::
mon_cry CRY_TOTODILE, 1132, 232 ; TOTODILE
mon_cry CRY_TOTODILE, 1088, 272 ; CROCONAW
mon_cry CRY_TOTODILE, 1020, 384 ; FERALIGATR
mon_cry CRY_NIDORAN_M, 0, 0 ; CUBBURN (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; FLAMBEAR (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; BRUINOUS (incomplete)
mon_cry CRY_MARILL, 160, 128 ; CUBBURN
mon_cry CRY_TOTODILE, 752, 160 ; FLAMBEAR
mon_cry CRY_TOTODILE, 3558, 496 ; BRUINOUS
mon_cry CRY_NIDORAN_M, 0, 0 ; PALSSIO (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; PRESSIO (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; DONMARIN (incomplete)
@ -281,6 +281,7 @@ PokemonCries::
mon_cry CRY_NIDORAN_M, 0, 0 ; FOXFIRE (incomplete)
mon_cry CRY_TOTODILE, 49, 200 ; YANMA
mon_cry CRY_NIDORAN_M, 0, 0 ; YANMEGA (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; PENDING03 (incomplete)
mon_cry CRY_WOOPER, 147, 175 ; WOOPER
mon_cry CRY_WOOPER, -198, 320 ; QUAGSIRE
mon_cry CRY_AIPOM, 162, 320 ; ESPEON
@ -298,10 +299,10 @@ PokemonCries::
mon_cry CRY_HOOTHOOT, 354, 256 ; UNOWN
mon_cry CRY_NIDORAN_M, 0, 0 ; WYNAUT (incomplete)
mon_cry CRY_AMPHAROS, 635, 324 ; WOBBUFFET
mon_cry CRY_NIDORAN_M, 0, 0 ; BIPULLA (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; CALFLAC (incomplete)
mon_cry CRY_GIRAFARIG, 48, 256 ; BIPULLA
mon_cry CRY_GIRAFARIG, 65, 512 ; GIRAFARIG
mon_cry CRY_NIDORAN_M, 0, 0 ; FARIGIRAF (incomplete)
mon_cry CRY_NIDORAN_M, 0, 0 ; EMORDROME (incomplete)
mon_cry CRY_SLOWKING, 128, 256 ; PINECO
mon_cry CRY_SLOWKING, 0, 384 ; FORRETRESS
mon_cry CRY_DUNSPARCE, 452, 256 ; DUNSPARCE
@ -326,6 +327,8 @@ PokemonCries::
mon_cry CRY_MAGCARGO, -525, 448 ; MAGCARGO
mon_cry CRY_CYNDAQUIL, 510, 320 ; SWINUB
mon_cry CRY_MAGCARGO, -265, 256 ; PILOSWINE
mon_cry CRY_NIDORAN_M, 0, 0 ; MAMOSWINE (incomplete)
mon_cry CRY_MAGCARGO, -781, 512 ; HIRSUSWINE
mon_cry CRY_MAGCARGO, 161, 232 ; CORSOLA
mon_cry CRY_SUNFLORA, 13, 256 ; REMORAID
mon_cry CRY_TOTODILE, 0, 384 ; OCTILLERY

View file

@ -274,14 +274,15 @@ FoxfirePokedexEntry:: INCLUDE "data/pokemon/dex_entries/foxfire.asm"
SECTION "Pokedex Entries 193-251", ROMX
YanmaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/yanma.asm"
YanmegaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magneton.asm"
YanmegaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/yanmega.asm"
Pending03PokedexEntry:: INCLUDE "data/pokemon/dex_entries/pending03.asm"
WooperPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wooper.asm"
QuagsirePokedexEntry:: INCLUDE "data/pokemon/dex_entries/quagsire.asm"
EspeonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/espeon.asm"
UmbreonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/umbreon.asm"
LeafeonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/leafeon.asm"
LeafeonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/leafeon.asm"
GlaceonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/glaceon.asm"
SylveonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sylveon.asm"
SylveonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sylveon.asm"
MurkrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/murkrow.asm"
HonchkrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/honchkrow.asm"
SlowkingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slowking.asm"
@ -293,9 +294,9 @@ UnownPokedexEntry:: INCLUDE "data/pokemon/dex_entries/unown.asm"
WynautPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wynaut.asm"
WobbuffetPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wobbuffet.asm"
BipullaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bipulla.asm"
CalflacPokedexEntry:: INCLUDE "data/pokemon/dex_entries/calflac.asm"
GirafarigPokedexEntry:: INCLUDE "data/pokemon/dex_entries/girafarig.asm"
FarigirafPokedexEntry:: INCLUDE "data/pokemon/dex_entries/farigiraf.asm"
EmordromePokedexEntry:: INCLUDE "data/pokemon/dex_entries/emordrome.asm"
PinecoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pineco.asm"
ForretressPokedexEntry:: INCLUDE "data/pokemon/dex_entries/forretress.asm"
DunsparcePokedexEntry:: INCLUDE "data/pokemon/dex_entries/dunsparce.asm"
@ -320,6 +321,8 @@ SlugmaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slugma.asm"
MagcargoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magcargo.asm"
SwinubPokedexEntry:: INCLUDE "data/pokemon/dex_entries/swinub.asm"
PiloswinePokedexEntry:: INCLUDE "data/pokemon/dex_entries/piloswine.asm"
MamoswinePokedexEntry:: INCLUDE "data/pokemon/dex_entries/mamoswine.asm"
HirsuswinePokedexEntry:: INCLUDE "data/pokemon/dex_entries/hirsuswine.asm"
CorsolaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/corsola.asm"
RemoraidPokedexEntry:: INCLUDE "data/pokemon/dex_entries/remoraid.asm"
OctilleryPokedexEntry:: INCLUDE "data/pokemon/dex_entries/octillery.asm"

View file

@ -1,10 +0,0 @@
db "CALF@" ; species name
dw 311, 350 ; height, weight
db "Both of BIPULLA's"
next "halves joined to"
next "become CALFLAC."
page "However, its two"
next "brains struggle"
next "to cooperate.@"

View file

@ -0,0 +1,10 @@
db "CONJOINED@" ; species name
dw 703, 1870 ; height, weight
db "GIRAFARIG's small"
next "head gained enough"
next "power to take over"
page "control, much to"
next "the dismay of the"
next "original head.@"

View file

@ -1,5 +1,5 @@
db "LONG NECK@" ; species name
dw 1006, 3527 ; height, weight
dw 1006, 3520 ; height, weight
db "The tail having"
next "consumed the head,"

View file

@ -0,0 +1,10 @@
db "WAR PIG@" ; species name
dw 611, 3290 ; height, weight
db "Its battle-scarred"
next "tusks are a symbol"
next "of its bravery."
page "Only the hardiest"
next "of PILOSWINE can"
next "evolve into it.@"

View file

@ -0,0 +1,10 @@
db "TWIN TUSK@" ; species name
dw 802, 6410 ; height, weight
db "Once thought to be"
next "extinct following"
next "the ice age, one"
page "was found frozen"
next "in ice dating back"
next "10,000 years.@"

View file

@ -0,0 +1,10 @@
db "CLUBTAIL@" ; species name
dw 503, 1560 ; height, weight
db "It stuns its prey"
next "by striking them"
next "with its heavy"
page "tail, then tears"
next "them apart with"
next "its mandibles.@"

View file

@ -1,10 +1,10 @@
db "OGRE DARNER@" ; species name
dw 603, 1135 ; height, weight
dw 603, 1130 ; height, weight
db "Filled with"
next "primeval power,"
next "the sound of its"
db "Filled with prim-"
next "eval power, the"
next "sound of its wings"
page "wings is often"
page "beating is often"
next "mistaken for that"
next "of a helicopter.@"

View file

@ -276,6 +276,7 @@ PokedexDataPointerTable:
dba FoxfirePokedexEntry
dba YanmaPokedexEntry
dba YanmegaPokedexEntry
dba Pending03PokedexEntry
dba WooperPokedexEntry
dba QuagsirePokedexEntry
dba EspeonPokedexEntry
@ -294,9 +295,9 @@ PokedexDataPointerTable:
dba WynautPokedexEntry
dba WobbuffetPokedexEntry
dba BipullaPokedexEntry
dba CalflacPokedexEntry
dba GirafarigPokedexEntry
dba FarigirafPokedexEntry
dba EmordromePokedexEntry
dba PinecoPokedexEntry
dba ForretressPokedexEntry
dba DunsparcePokedexEntry
@ -321,6 +322,8 @@ PokedexDataPointerTable:
dba MagcargoPokedexEntry
dba SwinubPokedexEntry
dba PiloswinePokedexEntry
dba MamoswinePokedexEntry
dba HirsuswinePokedexEntry
dba CorsolaPokedexEntry
dba RemoraidPokedexEntry
dba OctilleryPokedexEntry

View file

@ -39,7 +39,6 @@ AlphabeticalPokedexOrder:
dw BUTTERFREE
dw BUU
dw CACAWPHONY
dw CALFLAC
dw CARAPTHOR
dw CARETORKER
dw CATERPIE
@ -91,6 +90,7 @@ AlphabeticalPokedexOrder:
dw ELECTIVIRE
dw ELECTRODE
dw ELEKID
dw EMORDROME
dw ENTEI
dw ESPEON
dw EUCALA
@ -140,6 +140,7 @@ AlphabeticalPokedexOrder:
dw HAUNTER
dw HERACROSS
dw HIPPUNK
dw HIRSUSWINE
dw HITMONCHAN
dw HITMONLEE
dw HITMONTOP
@ -206,6 +207,7 @@ AlphabeticalPokedexOrder:
dw MAGNETON
dw MAGNETITE
dw MAGNEZONE
dw MAMOSWINE
dw MANKEY
dw MANTINE
dw MANTYKE
@ -393,6 +395,7 @@ AlphabeticalPokedexOrder:
dw XYLODON
dw XYLOFIN
dw YANMA
dw PENDING03 ; this thing's gonna start with Yan, surely, so I'm putting it here.
dw YANMEGA
dw ZAPDOS
dw ZUBAT

View file

@ -132,6 +132,7 @@ NewPokedexOrder:
dw NIDOREIGN
dw YANMA
dw YANMEGA
dw PENDING03
dw SUNKERN
dw SUNBUD
dw SUNFLORA
@ -199,9 +200,9 @@ NewPokedexOrder:
dw HITMONCHAN
dw HITMONTOP
dw BIPULLA
dw CALFLAC
dw GIRAFARIG
dw FARIGIRAF
dw EMORDROME
dw TAUROS
dw MILTANK
dw MAGBY
@ -281,6 +282,8 @@ NewPokedexOrder:
dw DELIBIRD
dw SWINUB
dw PILOSWINE
dw MAMOSWINE
dw HIRSUSWINE
dw TEDDIURSA
dw URSARING
dw URSALUNA

View file

@ -64,6 +64,7 @@ EggMovePointers2::
dw FoxfireEggMoves
dw YanmaEggMoves
dw NoEggMoves2 ; Yanmega
dw NoEggMoves2 ; Pending03
dw WooperEggMoves
dw NoEggMoves2
dw NoEggMoves2
@ -82,9 +83,9 @@ EggMovePointers2::
dw NoEggMoves2 ; Wynaut
dw NoEggMoves2
dw BipullaEggMoves
dw NoEggMoves2 ; Calflac
dw NoEggMoves2 ; Girafarig
dw NoEggMoves2 ; Farigiraf
dw NoEggMoves2 ; Emordrome
dw PinecoEggMoves
dw NoEggMoves2
dw DunsparceEggMoves
@ -109,6 +110,8 @@ EggMovePointers2::
dw NoEggMoves2
dw SwinubEggMoves
dw NoEggMoves2
dw NoEggMoves2 ; Mamoswine
dw NoEggMoves2 ; Hirsuswine
dw CorsolaEggMoves
dw RemoraidEggMoves
dw NoEggMoves2

View file

@ -64,6 +64,7 @@ EvosAttacksPointers2::
dw FoxfireEvosAttacks
dw YanmaEvosAttacks
dw YanmegaEvosAttacks
dw Pending03EvosAttacks
dw WooperEvosAttacks
dw QuagsireEvosAttacks
dw EspeonEvosAttacks
@ -82,9 +83,9 @@ EvosAttacksPointers2::
dw WynautEvosAttacks
dw WobbuffetEvosAttacks
dw BipullaEvosAttacks
dw CalflacEvosAttacks
dw GirafarigEvosAttacks
dw FarigirafEvosAttacks
dw EmordromeEvosAttacks
dw PinecoEvosAttacks
dw ForretressEvosAttacks
dw DunsparceEvosAttacks
@ -109,6 +110,8 @@ EvosAttacksPointers2::
dw MagcargoEvosAttacks
dw SwinubEvosAttacks
dw PiloswineEvosAttacks
dw MamoswineEvosAttacks
dw HirsuswineEvosAttacks
dw CorsolaEvosAttacks
dw RemoraidEvosAttacks
dw OctilleryEvosAttacks
@ -990,7 +993,8 @@ FoxfireEvosAttacks:
db 0 ; no more level-up moves
YanmaEvosAttacks:
dbbw EVOLVE_LEVEL, 34, YANMEGA ; to be changed
dbbw EVOLVE_LEVEL, 33, YANMEGA ; to be changed
dbbw EVOLVE_LEVEL, 10, PENDING03 ; to be changed
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, FORESIGHT
@ -1019,6 +1023,25 @@ YanmegaEvosAttacks:
dbw 37, WING_ATTACK
dbw 43, SCREECH
db 0 ; no more level-up moves
Pending03EvosAttacks:
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, FORESIGHT
dbw 1, CONFUSION
dbw 1, FLAIL
dbw 7, QUICK_ATTACK
dbw 13, DOUBLE_TEAM
dbw 19, SONICBOOM
dbw 25, DETECT
dbw 29, SUPERSONIC
dbw 33, POISONPOWDER
dbw 33, SLEEP_POWDER
dbw 33, STUN_SPORE
dbw 37, SLASH
dbw 37, WING_ATTACK
dbw 43, SCREECH
db 0 ; no more level-up moves
WooperEvosAttacks:
dbbw EVOLVE_LEVEL, 20, QUAGSIRE
@ -1127,7 +1150,6 @@ MurkrowEvosAttacks:
db 0 ; no more level-up moves
HonchkrowEvosAttacks:
dbbw EVOLVE_ITEM, DUSK_STONE, HONCHKROW
db 0 ; no more evolutions
dbw 1, PECK
dbw 1, PURSUIT
@ -1225,7 +1247,7 @@ WobbuffetEvosAttacks:
db 0 ; no more level-up moves
BipullaEvosAttacks:
dbbw EVOLVE_LEVEL, 17, CALFLAC
dbbw EVOLVE_LEVEL, 24, GIRAFARIG
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, GROWL
@ -1238,23 +1260,9 @@ BipullaEvosAttacks:
dbw 45, PSYCHIC_M
db 0 ; no more level-up moves
CalflacEvosAttacks:
dbbw EVOLVE_LEVEL, 29, GIRAFARIG
db 0 ; no more Evolutions
dbw 1, TACKLE
dbw 1, GROWL
dbw 7, CONFUSION
dbw 13, LICK
dbw 17, STOMP
dbw 22, AGILITY
dbw 31, BATON_PASS
dbw 41, PSYBEAM
dbw 50, CRUNCH
dbw 55, PSYCHIC_M
db 0 ; no more level-up moves
GirafarigEvosAttacks:
dbbw EVOLVE_LEVEL, 44, FARIGIRAF
dbbw EVOLVE_ITEM, DUSK_STONE, EMORDROME ; to be changed maybe?
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, GROWL
@ -1281,6 +1289,21 @@ FarigirafEvosAttacks:
dbw 56, CRUNCH
dbw 65, PSYCHIC_M
db 0 ; no more level-up moves
EmordromeEvosAttacks:
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, GROWL
dbw 1, SPITE
dbw 7, CONFUSION
dbw 13, LICK
dbw 17, STOMP
dbw 22, AGILITY
dbw 32, BATON_PASS
dbw 44, SHADOW_BALL
dbw 56, CRUNCH
dbw 65, DESTINY_BOND
db 0 ; no more level-up moves
PinecoEvosAttacks:
dbbw EVOLVE_LEVEL, 31, FORRETRESS
@ -1594,18 +1617,50 @@ SwinubEvosAttacks:
db 0 ; no more level-up moves
PiloswineEvosAttacks:
dbbw EVOLVE_LEVEL, 43, MAMOSWINE ; to be changed
dbbw EVOLVE_LEVEL, 42, HIRSUSWINE
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, HORN_ATTACK
dbw 1, POWDER_SNOW
dbw 1, ENDURE
dbw 10, POWDER_SNOW
dbw 19, ENDURE
dbw 28, TAKE_DOWN
dbw 33, FURY_ATTACK
dbw 42, MIST
dbw 42, ANCIENTPOWER
dbw 47, MIST
dbw 56, BLIZZARD
dbw 70, AMNESIA
db 0 ; no more level-up moves
MamoswineEvosAttacks:
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, HORN_ATTACK
dbw 10, POWDER_SNOW
dbw 19, ENDURE
dbw 28, TAKE_DOWN
dbw 33, FURY_ATTACK
dbw 42, ANCIENTPOWER
dbw 49, MIST
dbw 53, EARTHQUAKE
dbw 58, BLIZZARD
dbw 65, SCARY_FACE
dbw 73, AMNESIA
db 0 ; no more level-up moves
HirsuswineEvosAttacks:
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, HORN_ATTACK
dbw 10, POWDER_SNOW
dbw 19, ENDURE
dbw 28, TAKE_DOWN
dbw 33, FURY_ATTACK
dbw 42, HORN_DRILL
dbw 49, MIST
dbw 58, BLIZZARD
dbw 73, AMNESIA
db 0 ; no more level-up moves
CorsolaEvosAttacks:
db 0 ; no more evolutions

View file

@ -276,6 +276,7 @@ FirstEvoStages::
dw FOXFIRE
dw YANMA
dw YANMA
dw YANMA
dw WOOPER
dw WOOPER
dw EEVEE
@ -321,6 +322,8 @@ FirstEvoStages::
dw SLUGMA
dw SWINUB
dw SWINUB
dw SWINUB
dw SWINUB
dw CORSOLA
dw REMORAID
dw REMORAID ;e0

View file

@ -247,6 +247,7 @@ Pokered_MonIndices:
db SUNFLORA
db AERCROW
db YANMA
db PENDING03
db WOOPER
db QUAGSIRE
db ESPEON
@ -261,9 +262,9 @@ Pokered_MonIndices:
db WYNAUT
db WOBBUFFET
db BIPULLA
db CALFLAC
db GIRAFARIG
db FARIGIRAF
db EMORDROME
db PINECO
db FORRETRESS
db DUNSPARCE
@ -393,4 +394,6 @@ Pokered_MonIndices:
db FERADACTYL
db DECILLA
db GAWARHED
db MAMOSWINE
db HIRSUSWINE
assert_table_length NUM_POKEMON - 1

View file

@ -277,6 +277,7 @@ MonMenuIcons:
db ICON_FOX ; FOXFIRE
db ICON_BUG ; YANMA
db ICON_BUG ; YANMEGA
db ICON_BUG ; PENDING03
db ICON_MONSTER ; WOOPER
db ICON_MONSTER ; QUAGSIRE
db ICON_FOX ; ESPEON
@ -295,9 +296,9 @@ MonMenuIcons:
db ICON_GHOST ; WYNAUT
db ICON_GHOST ; WOBBUFFET
db ICON_GHOST ; BIPULLA
db ICON_EQUINE ; CALFLAC
db ICON_EQUINE ; GIRAFARIG
db ICON_EQUINE ; FARIGIRAF
db ICON_EQUINE ; EMORDROME
db ICON_BUG ; PINECO
db ICON_BUG ; FORRETRESS
db ICON_SERPENT ; DUNSPARCE
@ -322,6 +323,8 @@ MonMenuIcons:
db ICON_BLOB ; MAGCARGO
db ICON_EQUINE ; SWINUB
db ICON_EQUINE ; PILOSWINE
db ICON_EQUINE ; MAMOSWINE
db ICON_EQUINE ; HIRSUSWINE
db ICON_SHELL ; CORSOLA
db ICON_FISH ; REMORAID
db ICON_FISH ; OCTILLERY

View file

@ -279,6 +279,7 @@ PokemonNames::
db "FOXFIRE@@@"
db "YANMA@@@@@"
db "YANMEGA@@@"
db "PENDING03@"
db "WOOPER@@@@"
db "QUAGSIRE@@"
db "ESPEON@@@@"
@ -297,9 +298,9 @@ PokemonNames::
db "WYNAUT@@@@"
db "WOBBUFFET@"
db "BIPULLA@@@"
db "CALFLAC@@@"
db "GIRAFARIG@"
db "FARIGIRAF@"
db "EMORDROME@"
db "PINECO@@@@"
db "FORRETRESS"
db "DUNSPARCE@"
@ -324,6 +325,8 @@ PokemonNames::
db "MAGCARGO@@"
db "SWINUB@@@@"
db "PILOSWINE@"
db "MAMOSWINE@"
db "HIRSUSWINE"
db "CORSOLA@@@"
db "REMORAID@@"
db "OCTILLERY@"

View file

@ -583,6 +583,8 @@ INCBIN "gfx/pokemon/yanma/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/yanma/shiny.pal"
INCBIN "gfx/pokemon/yanmega/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/yanmega/shiny.pal"
INCBIN "gfx/pokemon/pending03/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/pending03/shiny.pal"
INCBIN "gfx/pokemon/wooper/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/wooper/shiny.pal"
INCBIN "gfx/pokemon/quagsire/front.gbcpal", middle_colors
@ -619,12 +621,12 @@ INCBIN "gfx/pokemon/wobbuffet/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/wobbuffet/shiny.pal"
INCBIN "gfx/pokemon/bipulla/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/bipulla/shiny.pal"
INCBIN "gfx/pokemon/calflac/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/calflac/shiny.pal"
INCBIN "gfx/pokemon/girafarig/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/girafarig/shiny.pal"
INCBIN "gfx/pokemon/farigiraf/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/farigiraf/shiny.pal"
INCBIN "gfx/pokemon/emordrome/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/emordrome/shiny.pal"
INCBIN "gfx/pokemon/pineco/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/pineco/shiny.pal"
INCBIN "gfx/pokemon/forretress/front.gbcpal", middle_colors
@ -673,6 +675,10 @@ INCBIN "gfx/pokemon/swinub/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/swinub/shiny.pal"
INCBIN "gfx/pokemon/piloswine/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/piloswine/shiny.pal"
INCBIN "gfx/pokemon/mamoswine/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/mamoswine/shiny.pal"
INCBIN "gfx/pokemon/hirsuswine/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/hirsuswine/shiny.pal"
INCBIN "gfx/pokemon/corsola/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/corsola/shiny.pal"
INCBIN "gfx/pokemon/remoraid/front.gbcpal", middle_colors

View file

@ -563,6 +563,8 @@ PokemonPicPointers::
dba YanmaBackpic
dba YanmegaFrontpic
dba YanmegaBackpic
dba Pending03Frontpic
dba Pending03Backpic
dba WooperFrontpic
dba WooperBackpic
dba QuagsireFrontpic
@ -602,12 +604,12 @@ PokemonPicPointers::
dba WobbuffetBackpic
dba BipullaFrontpic
dba BipullaBackpic
dba CalflacFrontpic
dba CalflacBackpic
dba GirafarigFrontpic
dba GirafarigBackpic
dba FarigirafFrontpic
dba FarigirafBackpic
dba EmordromeFrontpic
dba EmordromeBackpic
dba PinecoFrontpic
dba PinecoBackpic
dba ForretressFrontpic
@ -656,6 +658,10 @@ PokemonPicPointers::
dba SwinubBackpic
dba PiloswineFrontpic
dba PiloswineBackpic
dba MamoswineFrontpic
dba MamoswineBackpic
dba HirsuswineFrontpic
dba HirsuswineBackpic
dba CorsolaFrontpic
dba CorsolaBackpic
dba RemoraidFrontpic

View file

@ -384,19 +384,19 @@ JohtoGrassWildMons:
; morn
dbw 24, SMEARGLE
dbw 26, QATU
dbw 24, CALFLAC
dbw 24, QATU
dbw 27, QATU
dbw 25, SMEARGLE
dbw 25, CALFLAC
dbw 26, CALFLAC
dbw 25, GIRAFARIG
dbw 26, GIRAFARIG
; day
dbw 24, SMEARGLE
dbw 26, QATU
dbw 24, CALFLAC
dbw 24, QATU
dbw 27, QATU
dbw 25, SMEARGLE
dbw 25, CALFLAC
dbw 26, CALFLAC
dbw 25, GIRAFARIG
dbw 26, GIRAFARIG
; nite
dbw 24, QUAGSIRE
dbw 26, QATU

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View file

@ -64,6 +64,7 @@ INCBIN "gfx/footprints/aercrow.1bpp"
INCBIN "gfx/footprints/foxfire.1bpp"
INCBIN "gfx/footprints/yanma.1bpp"
INCBIN "gfx/footprints/yanmega.1bpp"
INCBIN "gfx/footprints/pending03.1bpp"
INCBIN "gfx/footprints/wooper.1bpp"
INCBIN "gfx/footprints/quagsire.1bpp"
INCBIN "gfx/footprints/espeon.1bpp"
@ -82,9 +83,9 @@ INCBIN "gfx/footprints/unown.1bpp"
INCBIN "gfx/footprints/wynaut.1bpp"
INCBIN "gfx/footprints/wobbuffet.1bpp"
INCBIN "gfx/footprints/bipulla.1bpp"
INCBIN "gfx/footprints/calflac.1bpp"
INCBIN "gfx/footprints/girafarig.1bpp"
INCBIN "gfx/footprints/farigiraf.1bpp"
INCBIN "gfx/footprints/emordrome.1bpp"
INCBIN "gfx/footprints/pineco.1bpp"
INCBIN "gfx/footprints/forretress.1bpp"
INCBIN "gfx/footprints/dunsparce.1bpp"
@ -109,6 +110,8 @@ INCBIN "gfx/footprints/slugma.1bpp"
INCBIN "gfx/footprints/magcargo.1bpp"
INCBIN "gfx/footprints/swinub.1bpp"
INCBIN "gfx/footprints/piloswine.1bpp"
INCBIN "gfx/footprints/mamoswine.1bpp"
INCBIN "gfx/footprints/hirsuswine.1bpp"
INCBIN "gfx/footprints/corsola.1bpp"
INCBIN "gfx/footprints/remoraid.1bpp"
INCBIN "gfx/footprints/octillery.1bpp"

View file

@ -741,14 +741,18 @@ TangrowthFrontpic: INCBIN "gfx/pokemon/tangrowth/front.animated.2bpp.lz"
TangrowthBackpic: INCBIN "gfx/pokemon/tangrowth/back.2bpp.lz"
JungelaFrontpic: INCBIN "gfx/pokemon/jungela/front.animated.2bpp.lz"
JungelaBackpic: INCBIN "gfx/pokemon/jungela/back.2bpp.lz"
MamoswineFrontpic: INCBIN "gfx/pokemon/mamoswine/front.animated.2bpp.lz"
MamoswineBackpic: INCBIN "gfx/pokemon/mamoswine/back.2bpp.lz"
HirsuswineFrontpic: INCBIN "gfx/pokemon/hirsuswine/front.animated.2bpp.lz"
HirsuswineBackpic: INCBIN "gfx/pokemon/hirsuswine/back.2bpp.lz"
SECTION "Pics 20", ROMX
BipullaFrontpic: INCBIN "gfx/pokemon/bipulla/front.animated.2bpp.lz"
BipullaBackpic: INCBIN "gfx/pokemon/bipulla/back.2bpp.lz"
CalflacFrontpic: INCBIN "gfx/pokemon/calflac/front.animated.2bpp.lz"
CalflacBackpic: INCBIN "gfx/pokemon/calflac/back.2bpp.lz"
EmordromeFrontpic: INCBIN "gfx/pokemon/emordrome/front.animated.2bpp.lz"
EmordromeBackpic: INCBIN "gfx/pokemon/emordrome/back.2bpp.lz"
FarigirafFrontpic: INCBIN "gfx/pokemon/farigiraf/front.animated.2bpp.lz"
FarigirafBackpic: INCBIN "gfx/pokemon/farigiraf/back.2bpp.lz"
DudunsparceFrontpic: INCBIN "gfx/pokemon/dudunsparce/front.animated.2bpp.lz"
@ -846,6 +850,8 @@ FoxfireFrontpic: INCBIN "gfx/pokemon/foxfire/front.animated.2bpp.lz"
FoxfireBackpic: INCBIN "gfx/pokemon/foxfire/back.2bpp.lz"
YanmegaFrontpic: INCBIN "gfx/pokemon/yanmega/front.animated.2bpp.lz"
YanmegaBackpic: INCBIN "gfx/pokemon/yanmega/back.2bpp.lz"
Pending03Frontpic: INCBIN "gfx/pokemon/pending03/front.animated.2bpp.lz"
Pending03Backpic: INCBIN "gfx/pokemon/pending03/back.2bpp.lz"
KazappelinFrontpic: INCBIN "gfx/pokemon/kazappelin/front.animated.2bpp.lz"
KazappelinBackpic: INCBIN "gfx/pokemon/kazappelin/back.2bpp.lz"
QwilfatherFrontpic: INCBIN "gfx/pokemon/qwilfather/front.animated.2bpp.lz"

View file

@ -275,6 +275,7 @@ AnimationPointers:
dw FoxfireAnimation
dw YanmaAnimation
dw YanmegaAnimation
dw Pending03Animation
dw WooperAnimation
dw QuagsireAnimation
dw EspeonAnimation
@ -293,9 +294,9 @@ AnimationPointers:
dw WynautAnimation
dw WobbuffetAnimation
dw BipullaAnimation
dw CalflacAnimation
dw GirafarigAnimation
dw FarigirafAnimation
dw EmordromeAnimation
dw PinecoAnimation
dw ForretressAnimation
dw DunsparceAnimation
@ -320,6 +321,8 @@ AnimationPointers:
dw MagcargoAnimation
dw SwinubAnimation
dw PiloswineAnimation
dw MamoswineAnimation
dw HirsuswineAnimation
dw CorsolaAnimation
dw RemoraidAnimation
dw OctilleryAnimation

View file

@ -273,6 +273,7 @@ AercrowAnimation: INCLUDE "gfx/pokemon/aercrow/anim.asm"
FoxfireAnimation: INCLUDE "gfx/pokemon/magneton/anim.asm"
YanmaAnimation: INCLUDE "gfx/pokemon/yanma/anim.asm"
YanmegaAnimation: INCLUDE "gfx/pokemon/yanmega/anim.asm"
Pending03Animation: INCLUDE "gfx/pokemon/pending03/anim.asm"
WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
@ -291,9 +292,9 @@ UnownAnimation: INCLUDE "gfx/pokemon/unown/anim.asm"
WynautAnimation: INCLUDE "gfx/pokemon/wynaut/anim.asm"
WobbuffetAnimation: INCLUDE "gfx/pokemon/wobbuffet/anim.asm"
BipullaAnimation: INCLUDE "gfx/pokemon/bipulla/anim.asm"
CalflacAnimation: INCLUDE "gfx/pokemon/calflac/anim.asm"
GirafarigAnimation: INCLUDE "gfx/pokemon/girafarig/anim.asm"
FarigirafAnimation: INCLUDE "gfx/pokemon/farigiraf/anim.asm"
EmordromeAnimation: INCLUDE "gfx/pokemon/emordrome/anim.asm"
PinecoAnimation: INCLUDE "gfx/pokemon/pineco/anim.asm"
ForretressAnimation: INCLUDE "gfx/pokemon/forretress/anim.asm"
DunsparceAnimation: INCLUDE "gfx/pokemon/dunsparce/anim.asm"
@ -318,6 +319,8 @@ SlugmaAnimation: INCLUDE "gfx/pokemon/slugma/anim.asm"
MagcargoAnimation: INCLUDE "gfx/pokemon/magcargo/anim.asm"
SwinubAnimation: INCLUDE "gfx/pokemon/swinub/anim.asm"
PiloswineAnimation: INCLUDE "gfx/pokemon/piloswine/anim.asm"
MamoswineAnimation: INCLUDE "gfx/pokemon/mamoswine/anim.asm"
HirsuswineAnimation: INCLUDE "gfx/pokemon/hirsuswine/anim.asm"
CorsolaAnimation: INCLUDE "gfx/pokemon/corsola/anim.asm"
RemoraidAnimation: INCLUDE "gfx/pokemon/remoraid/anim.asm"
OctilleryAnimation: INCLUDE "gfx/pokemon/octillery/anim.asm"

View file

@ -275,6 +275,7 @@ BitmasksPointers:
dw FoxfireBitmasks
dw YanmaBitmasks
dw YanmegaBitmasks
dw Pending03Bitmasks
dw WooperBitmasks
dw QuagsireBitmasks
dw EspeonBitmasks
@ -293,9 +294,9 @@ BitmasksPointers:
dw WynautBitmasks
dw WobbuffetBitmasks
dw BipullaBitmasks
dw CalflacBitmasks
dw GirafarigBitmasks
dw FarigirafBitmasks
dw EmordromeBitmasks
dw PinecoBitmasks
dw ForretressBitmasks
dw DunsparceBitmasks
@ -320,6 +321,8 @@ BitmasksPointers:
dw MagcargoBitmasks
dw SwinubBitmasks
dw PiloswineBitmasks
dw MamoswineBitmasks
dw HirsuswineBitmasks
dw CorsolaBitmasks
dw RemoraidBitmasks
dw OctilleryBitmasks

View file

@ -273,6 +273,7 @@ AercrowBitmasks: INCLUDE "gfx/pokemon/aercrow/bitmask.asm"
FoxfireBitmasks: INCLUDE "gfx/pokemon/foxfire/bitmask.asm"
YanmaBitmasks: INCLUDE "gfx/pokemon/yanma/bitmask.asm"
YanmegaBitmasks: INCLUDE "gfx/pokemon/yanmega/bitmask.asm"
Pending03Bitmasks: INCLUDE "gfx/pokemon/pending03/bitmask.asm"
WooperBitmasks: INCLUDE "gfx/pokemon/wooper/bitmask.asm"
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
@ -291,9 +292,9 @@ UnownBitmasks: INCLUDE "gfx/pokemon/unown/bitmask.asm"
WynautBitmasks: INCLUDE "gfx/pokemon/wynaut/bitmask.asm"
WobbuffetBitmasks: INCLUDE "gfx/pokemon/wobbuffet/bitmask.asm"
BipullaBitmasks: INCLUDE "gfx/pokemon/bipulla/bitmask.asm"
CalflacBitmasks: INCLUDE "gfx/pokemon/calflac/bitmask.asm"
GirafarigBitmasks: INCLUDE "gfx/pokemon/girafarig/bitmask.asm"
FarigirafBitmasks: INCLUDE "gfx/pokemon/farigiraf/bitmask.asm"
EmordromeBitmasks: INCLUDE "gfx/pokemon/emordrome/bitmask.asm"
PinecoBitmasks: INCLUDE "gfx/pokemon/pineco/bitmask.asm"
ForretressBitmasks: INCLUDE "gfx/pokemon/forretress/bitmask.asm"
DunsparceBitmasks: INCLUDE "gfx/pokemon/dunsparce/bitmask.asm"
@ -318,6 +319,8 @@ SlugmaBitmasks: INCLUDE "gfx/pokemon/slugma/bitmask.asm"
MagcargoBitmasks: INCLUDE "gfx/pokemon/magcargo/bitmask.asm"
SwinubBitmasks: INCLUDE "gfx/pokemon/swinub/bitmask.asm"
PiloswineBitmasks: INCLUDE "gfx/pokemon/piloswine/bitmask.asm"
MamoswineBitmasks: INCLUDE "gfx/pokemon/mamoswine/bitmask.asm"
HirsuswineBitmasks: INCLUDE "gfx/pokemon/hirsuswine/bitmask.asm"
CorsolaBitmasks: INCLUDE "gfx/pokemon/corsola/bitmask.asm"
RemoraidBitmasks: INCLUDE "gfx/pokemon/remoraid/bitmask.asm"
OctilleryBitmasks: INCLUDE "gfx/pokemon/octillery/bitmask.asm"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -275,6 +275,7 @@ FramesPointers:
dba FoxfireFrames
dba YanmaFrames
dba YanmegaFrames
dba Pending03Frames
dba WooperFrames
dba QuagsireFrames
dba EspeonFrames
@ -293,9 +294,9 @@ FramesPointers:
dba WynautFrames
dba WobbuffetFrames
dba BipullaFrames
dba CalflacFrames
dba GirafarigFrames
dba FarigirafFrames
dba EmordromeFrames
dba PinecoFrames
dba ForretressFrames
dba DunsparceFrames
@ -320,6 +321,8 @@ FramesPointers:
dba MagcargoFrames
dba SwinubFrames
dba PiloswineFrames
dba MamoswineFrames
dba HirsuswineFrames
dba CorsolaFrames
dba RemoraidFrames
dba OctilleryFrames

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 692 B

View file

@ -0,0 +1,4 @@
RGB 22, 25, 10
RGB 10, 13, 10

View file

@ -275,6 +275,7 @@ AnimationIdlePointers:
dw FoxfireAnimationIdle
dw YanmaAnimationIdle
dw YanmegaAnimationIdle
dw Pending03AnimationIdle
dw WooperAnimationIdle
dw QuagsireAnimationIdle
dw EspeonAnimationIdle
@ -293,9 +294,9 @@ AnimationIdlePointers:
dw WynautAnimationIdle
dw WobbuffetAnimationIdle
dw BipullaAnimationIdle
dw CalflacAnimationIdle
dw GirafarigAnimationIdle
dw FarigirafAnimationIdle
dw EmordromeAnimationIdle
dw PinecoAnimationIdle
dw ForretressAnimationIdle
dw DunsparceAnimationIdle
@ -320,6 +321,8 @@ AnimationIdlePointers:
dw MagcargoAnimationIdle
dw SwinubAnimationIdle
dw PiloswineAnimationIdle
dw MamoswineAnimationIdle
dw HirsuswineAnimationIdle
dw CorsolaAnimationIdle
dw RemoraidAnimationIdle
dw OctilleryAnimationIdle

View file

@ -273,6 +273,7 @@ AercrowAnimationIdle: INCLUDE "gfx/pokemon/aercrow/anim_idle.asm"
FoxfireAnimationIdle: INCLUDE "gfx/pokemon/foxfire/anim_idle.asm"
YanmaAnimationIdle: INCLUDE "gfx/pokemon/yanma/anim_idle.asm"
YanmegaAnimationIdle: INCLUDE "gfx/pokemon/yanmega/anim_idle.asm"
Pending03AnimationIdle: INCLUDE "gfx/pokemon/pending03/anim_idle.asm"
WooperAnimationIdle: INCLUDE "gfx/pokemon/wooper/anim_idle.asm"
QuagsireAnimationIdle: INCLUDE "gfx/pokemon/quagsire/anim_idle.asm"
EspeonAnimationIdle: INCLUDE "gfx/pokemon/espeon/anim_idle.asm"
@ -291,9 +292,9 @@ UnownAnimationIdle: INCLUDE "gfx/pokemon/unown/anim_idle.asm"
WynautAnimationIdle: INCLUDE "gfx/pokemon/wynaut/anim_idle.asm"
WobbuffetAnimationIdle: INCLUDE "gfx/pokemon/wobbuffet/anim_idle.asm"
BipullaAnimationIdle: INCLUDE "gfx/pokemon/bipulla/anim_idle.asm"
CalflacAnimationIdle: INCLUDE "gfx/pokemon/calflac/anim_idle.asm"
GirafarigAnimationIdle: INCLUDE "gfx/pokemon/girafarig/anim_idle.asm"
FarigirafAnimationIdle: INCLUDE "gfx/pokemon/farigiraf/anim_idle.asm"
EmordromeAnimationIdle: INCLUDE "gfx/pokemon/emordrome/anim_idle.asm"
PinecoAnimationIdle: INCLUDE "gfx/pokemon/pineco/anim_idle.asm"
ForretressAnimationIdle: INCLUDE "gfx/pokemon/forretress/anim_idle.asm"
DunsparceAnimationIdle: INCLUDE "gfx/pokemon/dunsparce/anim_idle.asm"
@ -318,6 +319,8 @@ SlugmaAnimationIdle: INCLUDE "gfx/pokemon/slugma/anim_idle.asm"
MagcargoAnimationIdle: INCLUDE "gfx/pokemon/magcargo/anim_idle.asm"
SwinubAnimationIdle: INCLUDE "gfx/pokemon/swinub/anim_idle.asm"
PiloswineAnimationIdle: INCLUDE "gfx/pokemon/piloswine/anim_idle.asm"
MamoswineAnimationIdle: INCLUDE "gfx/pokemon/mamoswine/anim_idle.asm"
HirsuswineAnimationIdle: INCLUDE "gfx/pokemon/hirsuswine/anim_idle.asm"
CorsolaAnimationIdle: INCLUDE "gfx/pokemon/corsola/anim_idle.asm"
RemoraidAnimationIdle: INCLUDE "gfx/pokemon/remoraid/anim_idle.asm"
OctilleryAnimationIdle: INCLUDE "gfx/pokemon/octillery/anim_idle.asm"

View file

@ -63,6 +63,7 @@ AercrowFrames: INCLUDE "gfx/pokemon/aercrow/frames.asm"
FoxfireFrames: INCLUDE "gfx/pokemon/foxfire/frames.asm"
YanmaFrames: INCLUDE "gfx/pokemon/yanma/frames.asm"
YanmegaFrames: INCLUDE "gfx/pokemon/yanmega/frames.asm"
Pending03Frames: INCLUDE "gfx/pokemon/pending03/frames.asm"
WooperFrames: INCLUDE "gfx/pokemon/wooper/frames.asm"
QuagsireFrames: INCLUDE "gfx/pokemon/quagsire/frames.asm"
EspeonFrames: INCLUDE "gfx/pokemon/espeon/frames.asm"
@ -81,9 +82,9 @@ UnownFrames: INCLUDE "gfx/pokemon/unown/frames.asm"
WynautFrames: INCLUDE "gfx/pokemon/wynaut/frames.asm"
WobbuffetFrames: INCLUDE "gfx/pokemon/wobbuffet/frames.asm"
BipullaFrames: INCLUDE "gfx/pokemon/bipulla/frames.asm"
CalflacFrames: INCLUDE "gfx/pokemon/calflac/frames.asm"
GirafarigFrames: INCLUDE "gfx/pokemon/girafarig/frames.asm"
FarigirafFrames: INCLUDE "gfx/pokemon/farigiraf/frames.asm"
EmordromeFrames: INCLUDE "gfx/pokemon/emordrome/frames.asm"
PinecoFrames: INCLUDE "gfx/pokemon/pineco/frames.asm"
ForretressFrames: INCLUDE "gfx/pokemon/forretress/frames.asm"
DunsparceFrames: INCLUDE "gfx/pokemon/dunsparce/frames.asm"
@ -108,6 +109,8 @@ SlugmaFrames: INCLUDE "gfx/pokemon/slugma/frames.asm"
MagcargoFrames: INCLUDE "gfx/pokemon/magcargo/frames.asm"
SwinubFrames: INCLUDE "gfx/pokemon/swinub/frames.asm"
PiloswineFrames: INCLUDE "gfx/pokemon/piloswine/frames.asm"
MamoswineFrames: INCLUDE "gfx/pokemon/mamoswine/frames.asm"
HirsuswineFrames: INCLUDE "gfx/pokemon/hirsuswine/frames.asm"
CorsolaFrames: INCLUDE "gfx/pokemon/corsola/frames.asm"
RemoraidFrames: INCLUDE "gfx/pokemon/remoraid/frames.asm"
OctilleryFrames: INCLUDE "gfx/pokemon/octillery/frames.asm"

View file

@ -0,0 +1,6 @@
frame 1, 20
setrepeat 4
frame 2, 08
frame 3, 08
dorepeat 2
endanim

View file

@ -0,0 +1,8 @@
setrepeat 2
frame 4, 08
frame 0, 08
dorepeat 1
frame 3, 06
frame 0, 06
frame 3, 06
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -0,0 +1,5 @@
RGB 18, 23, 02
RGB 04, 13, 08

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

View file

@ -0,0 +1,2 @@
RGB 22, 22, 12
RGB 07, 15, 25