Merge remote-tracking branch 'upstream/master'
|
|
@ -34,6 +34,13 @@
|
||||||
const WEEDLE ; 0d
|
const WEEDLE ; 0d
|
||||||
const KAKUNA ; 0e
|
const KAKUNA ; 0e
|
||||||
const BEEDRILL ; 0f
|
const BEEDRILL ; 0f
|
||||||
|
const GENTLARVA
|
||||||
|
const PUPAL
|
||||||
|
const CARAPTHOR
|
||||||
|
const KOTORA
|
||||||
|
const GAOTORA
|
||||||
|
const GOROTORA
|
||||||
|
const RAITORA
|
||||||
const PIDGEY ; 10
|
const PIDGEY ; 10
|
||||||
const PIDGEOTTO ; 11
|
const PIDGEOTTO ; 11
|
||||||
const PIDGEOT ; 12
|
const PIDGEOT ; 12
|
||||||
|
|
@ -57,27 +64,34 @@
|
||||||
const NIDOREIGN
|
const NIDOREIGN
|
||||||
const CLEFAIRY ; 23
|
const CLEFAIRY ; 23
|
||||||
const CLEFABLE ; 24
|
const CLEFABLE ; 24
|
||||||
|
const VULPIII
|
||||||
const VULPIX ; 25
|
const VULPIX ; 25
|
||||||
const NINETALES ; 26
|
const NINETALES ; 26
|
||||||
const JIGGLYPUFF ; 27
|
const JIGGLYPUFF ; 27
|
||||||
const WIGGLYTUFF ; 28
|
const WIGGLYTUFF ; 28
|
||||||
|
const BITTYBAT
|
||||||
const ZUBAT ; 29
|
const ZUBAT ; 29
|
||||||
const GOLBAT ; 2a
|
const GOLBAT ; 2a
|
||||||
const ODDISH ; 2b
|
const ODDISH ; 2b
|
||||||
const GLOOM ; 2c
|
const GLOOM ; 2c
|
||||||
const VILEPLUME ; 2d
|
const VILEPLUME ; 2d
|
||||||
|
const PARASPOR
|
||||||
const PARAS ; 2e
|
const PARAS ; 2e
|
||||||
const PARASECT ; 2f
|
const PARASECT ; 2f
|
||||||
const VENONAT ; 30
|
const VENONAT ; 30
|
||||||
const VENOMOTH ; 31
|
const VENOMOTH ; 31
|
||||||
const DIGLETT ; 32
|
const DIGLETT ; 32
|
||||||
const DUGTRIO ; 33
|
const DUGTRIO ; 33
|
||||||
|
const COINPUR
|
||||||
const MEOWTH ; 34
|
const MEOWTH ; 34
|
||||||
const PERSIAN ; 35
|
const PERSIAN ; 35
|
||||||
|
const PERRSERKER
|
||||||
const PSYDUCK ; 36
|
const PSYDUCK ; 36
|
||||||
const GOLDUCK ; 37
|
const GOLDUCK ; 37
|
||||||
const MANKEY ; 38
|
const MANKEY ; 38
|
||||||
const PRIMEAPE ; 39
|
const PRIMEAPE ; 39
|
||||||
|
const ANNIHILAPE
|
||||||
|
const PUPPERON
|
||||||
const GROWLITHE ; 3a
|
const GROWLITHE ; 3a
|
||||||
const ARCANINE ; 3b
|
const ARCANINE ; 3b
|
||||||
const POLIWAG ; 3c
|
const POLIWAG ; 3c
|
||||||
|
|
@ -230,6 +244,9 @@ DEF JOHTO_POKEMON EQU const_value
|
||||||
const QUAGSIRE ; c3
|
const QUAGSIRE ; c3
|
||||||
const ESPEON ; c4
|
const ESPEON ; c4
|
||||||
const UMBREON ; c5
|
const UMBREON ; c5
|
||||||
|
const LEAFEON
|
||||||
|
const GLACEON
|
||||||
|
const SYLVEON
|
||||||
const MURKROW ; c6
|
const MURKROW ; c6
|
||||||
const SLOWKING ; c7
|
const SLOWKING ; c7
|
||||||
const MISDREAVUS ; c8
|
const MISDREAVUS ; c8
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,13 @@ INCLUDE "data/pokemon/base_stats/butterfree.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/weedle.asm"
|
INCLUDE "data/pokemon/base_stats/weedle.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/kakuna.asm"
|
INCLUDE "data/pokemon/base_stats/kakuna.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/beedrill.asm"
|
INCLUDE "data/pokemon/base_stats/beedrill.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/gentlarva.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/pupal.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/carapthor.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/kotora.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/gaotora.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/gorotora.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/raitora.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/pidgey.asm"
|
INCLUDE "data/pokemon/base_stats/pidgey.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/pidgeotto.asm"
|
INCLUDE "data/pokemon/base_stats/pidgeotto.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/pidgeot.asm"
|
INCLUDE "data/pokemon/base_stats/pidgeot.asm"
|
||||||
|
|
@ -65,27 +72,34 @@ INCLUDE "data/pokemon/base_stats/nidoking.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/nidoreign.asm"
|
INCLUDE "data/pokemon/base_stats/nidoreign.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/clefairy.asm"
|
INCLUDE "data/pokemon/base_stats/clefairy.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/clefable.asm"
|
INCLUDE "data/pokemon/base_stats/clefable.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/vulpiii.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/vulpix.asm"
|
INCLUDE "data/pokemon/base_stats/vulpix.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/ninetales.asm"
|
INCLUDE "data/pokemon/base_stats/ninetales.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/jigglypuff.asm"
|
INCLUDE "data/pokemon/base_stats/jigglypuff.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/wigglytuff.asm"
|
INCLUDE "data/pokemon/base_stats/wigglytuff.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/bittybat.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/zubat.asm"
|
INCLUDE "data/pokemon/base_stats/zubat.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/golbat.asm"
|
INCLUDE "data/pokemon/base_stats/golbat.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/oddish.asm"
|
INCLUDE "data/pokemon/base_stats/oddish.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/gloom.asm"
|
INCLUDE "data/pokemon/base_stats/gloom.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/vileplume.asm"
|
INCLUDE "data/pokemon/base_stats/vileplume.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/paraspor.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/paras.asm"
|
INCLUDE "data/pokemon/base_stats/paras.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/parasect.asm"
|
INCLUDE "data/pokemon/base_stats/parasect.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/venonat.asm"
|
INCLUDE "data/pokemon/base_stats/venonat.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/venomoth.asm"
|
INCLUDE "data/pokemon/base_stats/venomoth.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/diglett.asm"
|
INCLUDE "data/pokemon/base_stats/diglett.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/dugtrio.asm"
|
INCLUDE "data/pokemon/base_stats/dugtrio.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/coinpur.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/meowth.asm"
|
INCLUDE "data/pokemon/base_stats/meowth.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/persian.asm"
|
INCLUDE "data/pokemon/base_stats/persian.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/perrserker.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/psyduck.asm"
|
INCLUDE "data/pokemon/base_stats/psyduck.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/golduck.asm"
|
INCLUDE "data/pokemon/base_stats/golduck.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/mankey.asm"
|
INCLUDE "data/pokemon/base_stats/mankey.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/primeape.asm"
|
INCLUDE "data/pokemon/base_stats/primeape.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/annihilape.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/pupperon.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/growlithe.asm"
|
INCLUDE "data/pokemon/base_stats/growlithe.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/arcanine.asm"
|
INCLUDE "data/pokemon/base_stats/arcanine.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/poliwag.asm"
|
INCLUDE "data/pokemon/base_stats/poliwag.asm"
|
||||||
|
|
@ -237,6 +251,9 @@ INCLUDE "data/pokemon/base_stats/wooper.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/quagsire.asm"
|
INCLUDE "data/pokemon/base_stats/quagsire.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/espeon.asm"
|
INCLUDE "data/pokemon/base_stats/espeon.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/umbreon.asm"
|
INCLUDE "data/pokemon/base_stats/umbreon.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/leafeon.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/glaceon.asm"
|
||||||
|
INCLUDE "data/pokemon/base_stats/sylveon.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/murkrow.asm"
|
INCLUDE "data/pokemon/base_stats/murkrow.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/slowking.asm"
|
INCLUDE "data/pokemon/base_stats/slowking.asm"
|
||||||
INCLUDE "data/pokemon/base_stats/misdreavus.asm"
|
INCLUDE "data/pokemon/base_stats/misdreavus.asm"
|
||||||
|
|
|
||||||
21
data/pokemon/base_stats/vulpiii.asm
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
db 0 ; species ID placeholder
|
||||||
|
|
||||||
|
db 28, 31, 30, 60, 45, 60
|
||||||
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
|
db FIRE, FIRE ; type
|
||||||
|
db 190 ; catch rate
|
||||||
|
db 63 ; base exp
|
||||||
|
db BURNT_BERRY, BURNT_BERRY ; items
|
||||||
|
db GENDER_F75 ; gender ratio
|
||||||
|
db 100 ; unknown 1
|
||||||
|
db 20 ; step cycles to hatch
|
||||||
|
db 5 ; unknown 2
|
||||||
|
INCBIN "gfx/pokemon/vulpix/front.dimensions"
|
||||||
|
dw NULL, NULL ; unused (beta front/back pics)
|
||||||
|
db GROWTH_MEDIUM_FAST ; growth rate
|
||||||
|
dn EGG_GROUND, EGG_GROUND ; egg groups
|
||||||
|
|
||||||
|
; tm/hm learnset
|
||||||
|
tmhm HEADBUTT, CURSE, TOXIC, HIDDEN_POWER, SUNNY_DAY, SNORE, PROTECT, ENDURE, FRUSTRATION, IRON_TAIL, RETURN, DIG, DOUBLE_TEAM, SWAGGER, SLEEP_TALK, FIRE_BLAST, SWIFT, REST, ATTRACT, FLAMETHROWER
|
||||||
|
; end
|
||||||
|
|
@ -21,6 +21,13 @@ PokemonCries::
|
||||||
mon_cry CRY_WEEDLE, 238, 129 ; WEEDLE
|
mon_cry CRY_WEEDLE, 238, 129 ; WEEDLE
|
||||||
mon_cry CRY_BLASTOISE, 255, 129 ; KAKUNA
|
mon_cry CRY_BLASTOISE, 255, 129 ; KAKUNA
|
||||||
mon_cry CRY_BLASTOISE, 96, 256 ; BEEDRILL
|
mon_cry CRY_BLASTOISE, 96, 256 ; BEEDRILL
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; GENTLARVA (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; PUPAL (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; CARAPTHOR (incomplete)
|
||||||
|
mon_cry CRY_KANGASKHAN, 163, 129 ; KOTORA
|
||||||
|
mon_cry CRY_KANGASKHAN, 45, 129 ; GAOTORA
|
||||||
|
mon_cry CRY_KANGASKHAN, 5, 129 ; GOROTORA
|
||||||
|
mon_cry CRY_KANGASKHAN, 5, 129 ; RAITORA (Clone of Gorotora's for nowtm)
|
||||||
mon_cry CRY_PIDGEY, 223, 132 ; PIDGEY
|
mon_cry CRY_PIDGEY, 223, 132 ; PIDGEY
|
||||||
mon_cry CRY_PIDGEOTTO, 40, 320 ; PIDGEOTTO
|
mon_cry CRY_PIDGEOTTO, 40, 320 ; PIDGEOTTO
|
||||||
mon_cry CRY_PIDGEOTTO, 17, 383 ; PIDGEOT
|
mon_cry CRY_PIDGEOTTO, 17, 383 ; PIDGEOT
|
||||||
|
|
@ -44,27 +51,34 @@ PokemonCries::
|
||||||
mon_cry CRY_NIDOQUEEN, 44, 256 ; NIDOREIGN
|
mon_cry CRY_NIDOQUEEN, 44, 256 ; NIDOREIGN
|
||||||
mon_cry CRY_CLEFAIRY, 204, 129 ; CLEFAIRY
|
mon_cry CRY_CLEFAIRY, 204, 129 ; CLEFAIRY
|
||||||
mon_cry CRY_CLEFAIRY, 170, 160 ; CLEFABLE
|
mon_cry CRY_CLEFAIRY, 170, 160 ; CLEFABLE
|
||||||
|
mon_cry CRY_PIDGEY, 224, 224 ; VULPIII
|
||||||
mon_cry CRY_VULPIX, 79, 144 ; VULPIX
|
mon_cry CRY_VULPIX, 79, 144 ; VULPIX
|
||||||
mon_cry CRY_VULPIX, 136, 224 ; NINETALES
|
mon_cry CRY_VULPIX, 136, 224 ; NINETALES
|
||||||
mon_cry CRY_PIDGEY, 255, 181 ; JIGGLYPUFF
|
mon_cry CRY_PIDGEY, 255, 181 ; JIGGLYPUFF
|
||||||
mon_cry CRY_PIDGEY, 104, 224 ; WIGGLYTUFF
|
mon_cry CRY_PIDGEY, 104, 224 ; WIGGLYTUFF
|
||||||
|
mon_cry CRY_SQUIRTLE, 224, 256 ; BITTYBAT (need to recover the old one from before it was removed from KEP)
|
||||||
mon_cry CRY_SQUIRTLE, 224, 256 ; ZUBAT
|
mon_cry CRY_SQUIRTLE, 224, 256 ; ZUBAT
|
||||||
mon_cry CRY_SQUIRTLE, 250, 256 ; GOLBAT
|
mon_cry CRY_SQUIRTLE, 250, 256 ; GOLBAT
|
||||||
mon_cry CRY_ODDISH, 221, 129 ; ODDISH
|
mon_cry CRY_ODDISH, 221, 129 ; ODDISH
|
||||||
mon_cry CRY_ODDISH, 170, 192 ; GLOOM
|
mon_cry CRY_ODDISH, 170, 192 ; GLOOM
|
||||||
mon_cry CRY_VILEPLUME, 34, 383 ; VILEPLUME
|
mon_cry CRY_VILEPLUME, 34, 383 ; VILEPLUME
|
||||||
|
mon_cry CRY_PARAS, 32, 352 ; PARASPOR (see bittybat)
|
||||||
mon_cry CRY_PARAS, 32, 352 ; PARAS
|
mon_cry CRY_PARAS, 32, 352 ; PARAS
|
||||||
mon_cry CRY_PARAS, 66, 383 ; PARASECT
|
mon_cry CRY_PARAS, 66, 383 ; PARASECT
|
||||||
mon_cry CRY_VENONAT, 68, 192 ; VENONAT
|
mon_cry CRY_VENONAT, 68, 192 ; VENONAT
|
||||||
mon_cry CRY_VENONAT, 41, 256 ; VENOMOTH
|
mon_cry CRY_VENONAT, 41, 256 ; VENOMOTH
|
||||||
mon_cry CRY_DIGLETT, 170, 129 ; DIGLETT
|
mon_cry CRY_DIGLETT, 170, 129 ; DIGLETT
|
||||||
mon_cry CRY_DIGLETT, 42, 144 ; DUGTRIO
|
mon_cry CRY_DIGLETT, 42, 144 ; DUGTRIO
|
||||||
|
mon_cry CRY_CLEFAIRY, 193, 156 ; COINPUR
|
||||||
mon_cry CRY_CLEFAIRY, 119, 144 ; MEOWTH
|
mon_cry CRY_CLEFAIRY, 119, 144 ; MEOWTH
|
||||||
mon_cry CRY_CLEFAIRY, 153, 383 ; PERSIAN
|
mon_cry CRY_CLEFAIRY, 153, 383 ; PERSIAN
|
||||||
|
mon_cry CRY_CLEFAIRY, 26, 192 ; PERRSERKER (may revise)
|
||||||
mon_cry CRY_PSYDUCK, 32, 224 ; PSYDUCK
|
mon_cry CRY_PSYDUCK, 32, 224 ; PSYDUCK
|
||||||
mon_cry CRY_PSYDUCK, 255, 192 ; GOLDUCK
|
mon_cry CRY_PSYDUCK, 255, 192 ; GOLDUCK
|
||||||
mon_cry CRY_NIDOQUEEN, 221, 224 ; MANKEY
|
mon_cry CRY_NIDOQUEEN, 221, 224 ; MANKEY
|
||||||
mon_cry CRY_NIDOQUEEN, 175, 192 ; PRIMEAPE
|
mon_cry CRY_NIDOQUEEN, 175, 192 ; PRIMEAPE
|
||||||
|
mon_cry CRY_NIDOQUEEN, -1280, 512 ; ANNIHILAPE
|
||||||
|
mon_cry CRY_GROWLITHE, 32, 192 ; PUPPERON (see bittybat)
|
||||||
mon_cry CRY_GROWLITHE, 32, 192 ; GROWLITHE
|
mon_cry CRY_GROWLITHE, 32, 192 ; GROWLITHE
|
||||||
mon_cry CRY_WEEDLE, 0, 256 ; ARCANINE
|
mon_cry CRY_WEEDLE, 0, 256 ; ARCANINE
|
||||||
mon_cry CRY_PIDGEY, 255, 383 ; POLIWAG
|
mon_cry CRY_PIDGEY, 255, 383 ; POLIWAG
|
||||||
|
|
@ -216,6 +230,9 @@ PokemonCries::
|
||||||
mon_cry CRY_WOOPER, -198, 320 ; QUAGSIRE
|
mon_cry CRY_WOOPER, -198, 320 ; QUAGSIRE
|
||||||
mon_cry CRY_AIPOM, 162, 320 ; ESPEON
|
mon_cry CRY_AIPOM, 162, 320 ; ESPEON
|
||||||
mon_cry CRY_VENONAT, -233, 240 ; UMBREON
|
mon_cry CRY_VENONAT, -233, 240 ; UMBREON
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; LEAFEON (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; GLACEON (incomplete)
|
||||||
|
mon_cry CRY_NIDORAN_M, 0, 0 ; SYLVEON (incomplete)
|
||||||
mon_cry CRY_MARILL, -31, 384 ; MURKROW
|
mon_cry CRY_MARILL, -31, 384 ; MURKROW
|
||||||
mon_cry CRY_SLOWKING, 260, 512 ; SLOWKING
|
mon_cry CRY_SLOWKING, 260, 512 ; SLOWKING
|
||||||
mon_cry CRY_HOOTHOOT, 304, 232 ; MISDREAVUS
|
mon_cry CRY_HOOTHOOT, 304, 232 ; MISDREAVUS
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,13 @@ ButterfreePokedexEntry:: INCLUDE "data/pokemon/dex_entries/butterfree.asm"
|
||||||
WeedlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/weedle.asm"
|
WeedlePokedexEntry:: INCLUDE "data/pokemon/dex_entries/weedle.asm"
|
||||||
KakunaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kakuna.asm"
|
KakunaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kakuna.asm"
|
||||||
BeedrillPokedexEntry:: INCLUDE "data/pokemon/dex_entries/beedrill.asm"
|
BeedrillPokedexEntry:: INCLUDE "data/pokemon/dex_entries/beedrill.asm"
|
||||||
|
KotoraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kotora.asm"
|
||||||
|
GaotoraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gaotora.asm"
|
||||||
|
GorotoraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gorotora.asm"
|
||||||
|
RaitoraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/raitora.asm"
|
||||||
|
GentlarvaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gentlarva.asm"
|
||||||
|
PupalPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pupal.asm"
|
||||||
|
CarapthorPokedexEntry:: INCLUDE "data/pokemon/dex_entries/carapthor.asm"
|
||||||
PidgeyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgey.asm"
|
PidgeyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgey.asm"
|
||||||
PidgeottoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgeotto.asm"
|
PidgeottoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgeotto.asm"
|
||||||
PidgeotPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgeot.asm"
|
PidgeotPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pidgeot.asm"
|
||||||
|
|
@ -38,27 +45,34 @@ NidokingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoking.asm"
|
||||||
NidoreignPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoreign.asm"
|
NidoreignPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoreign.asm"
|
||||||
ClefairyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefairy.asm"
|
ClefairyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefairy.asm"
|
||||||
ClefablePokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefable.asm"
|
ClefablePokedexEntry:: INCLUDE "data/pokemon/dex_entries/clefable.asm"
|
||||||
|
VulpiiiPokedexEntry:: INCLUDE "data/pokemon/dex_entries/vulpiii.asm"
|
||||||
VulpixPokedexEntry:: INCLUDE "data/pokemon/dex_entries/vulpix.asm"
|
VulpixPokedexEntry:: INCLUDE "data/pokemon/dex_entries/vulpix.asm"
|
||||||
NinetalesPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ninetales.asm"
|
NinetalesPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ninetales.asm"
|
||||||
JigglypuffPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jigglypuff.asm"
|
JigglypuffPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jigglypuff.asm"
|
||||||
WigglytuffPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wigglytuff.asm"
|
WigglytuffPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wigglytuff.asm"
|
||||||
|
BittybatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/bittybat.asm"
|
||||||
ZubatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/zubat.asm"
|
ZubatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/zubat.asm"
|
||||||
GolbatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/golbat.asm"
|
GolbatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/golbat.asm"
|
||||||
OddishPokedexEntry:: INCLUDE "data/pokemon/dex_entries/oddish.asm"
|
OddishPokedexEntry:: INCLUDE "data/pokemon/dex_entries/oddish.asm"
|
||||||
GloomPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gloom.asm"
|
GloomPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gloom.asm"
|
||||||
VileplumePokedexEntry:: INCLUDE "data/pokemon/dex_entries/vileplume.asm"
|
VileplumePokedexEntry:: INCLUDE "data/pokemon/dex_entries/vileplume.asm"
|
||||||
|
ParasporPokedexEntry:: INCLUDE "data/pokemon/dex_entries/paraspor.asm"
|
||||||
ParasPokedexEntry:: INCLUDE "data/pokemon/dex_entries/paras.asm"
|
ParasPokedexEntry:: INCLUDE "data/pokemon/dex_entries/paras.asm"
|
||||||
ParasectPokedexEntry:: INCLUDE "data/pokemon/dex_entries/parasect.asm"
|
ParasectPokedexEntry:: INCLUDE "data/pokemon/dex_entries/parasect.asm"
|
||||||
VenonatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venonat.asm"
|
VenonatPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venonat.asm"
|
||||||
VenomothPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venomoth.asm"
|
VenomothPokedexEntry:: INCLUDE "data/pokemon/dex_entries/venomoth.asm"
|
||||||
DiglettPokedexEntry:: INCLUDE "data/pokemon/dex_entries/diglett.asm"
|
DiglettPokedexEntry:: INCLUDE "data/pokemon/dex_entries/diglett.asm"
|
||||||
DugtrioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/dugtrio.asm"
|
DugtrioPokedexEntry:: INCLUDE "data/pokemon/dex_entries/dugtrio.asm"
|
||||||
|
CoinpurPokedexEntry:: INCLUDE "data/pokemon/dex_entries/coinpur.asm"
|
||||||
MeowthPokedexEntry:: INCLUDE "data/pokemon/dex_entries/meowth.asm"
|
MeowthPokedexEntry:: INCLUDE "data/pokemon/dex_entries/meowth.asm"
|
||||||
|
PerrserkerPokedexEntry:: INCLUDE "data/pokemon/dex_entries/perrserker.asm"
|
||||||
PersianPokedexEntry:: INCLUDE "data/pokemon/dex_entries/persian.asm"
|
PersianPokedexEntry:: INCLUDE "data/pokemon/dex_entries/persian.asm"
|
||||||
PsyduckPokedexEntry:: INCLUDE "data/pokemon/dex_entries/psyduck.asm"
|
PsyduckPokedexEntry:: INCLUDE "data/pokemon/dex_entries/psyduck.asm"
|
||||||
GolduckPokedexEntry:: INCLUDE "data/pokemon/dex_entries/golduck.asm"
|
GolduckPokedexEntry:: INCLUDE "data/pokemon/dex_entries/golduck.asm"
|
||||||
MankeyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/mankey.asm"
|
MankeyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/mankey.asm"
|
||||||
PrimeapePokedexEntry:: INCLUDE "data/pokemon/dex_entries/primeape.asm"
|
PrimeapePokedexEntry:: INCLUDE "data/pokemon/dex_entries/primeape.asm"
|
||||||
|
AnnihilapePokedexEntry:: INCLUDE "data/pokemon/dex_entries/annihilape.asm"
|
||||||
|
PupperonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pupperon.asm"
|
||||||
GrowlithePokedexEntry:: INCLUDE "data/pokemon/dex_entries/growlithe.asm"
|
GrowlithePokedexEntry:: INCLUDE "data/pokemon/dex_entries/growlithe.asm"
|
||||||
ArcaninePokedexEntry:: INCLUDE "data/pokemon/dex_entries/arcanine.asm"
|
ArcaninePokedexEntry:: INCLUDE "data/pokemon/dex_entries/arcanine.asm"
|
||||||
PoliwagPokedexEntry:: INCLUDE "data/pokemon/dex_entries/poliwag.asm"
|
PoliwagPokedexEntry:: INCLUDE "data/pokemon/dex_entries/poliwag.asm"
|
||||||
|
|
@ -222,6 +236,9 @@ WooperPokedexEntry:: INCLUDE "data/pokemon/dex_entries/wooper.asm"
|
||||||
QuagsirePokedexEntry:: INCLUDE "data/pokemon/dex_entries/quagsire.asm"
|
QuagsirePokedexEntry:: INCLUDE "data/pokemon/dex_entries/quagsire.asm"
|
||||||
EspeonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/espeon.asm"
|
EspeonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/espeon.asm"
|
||||||
UmbreonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/umbreon.asm"
|
UmbreonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/umbreon.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"
|
||||||
MurkrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/murkrow.asm"
|
MurkrowPokedexEntry:: INCLUDE "data/pokemon/dex_entries/murkrow.asm"
|
||||||
SlowkingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slowking.asm"
|
SlowkingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/slowking.asm"
|
||||||
MisdreavusPokedexEntry:: INCLUDE "data/pokemon/dex_entries/misdreavus.asm"
|
MisdreavusPokedexEntry:: INCLUDE "data/pokemon/dex_entries/misdreavus.asm"
|
||||||
|
|
|
||||||
12
data/pokemon/dex_entries/annihilape.asm
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
db "RAGEMONKEY@" ; species name
|
||||||
|
dw 311, 1235 ; height, weight
|
||||||
|
|
||||||
|
db "ANNIHILAPE has"
|
||||||
|
next "abandoned its"
|
||||||
|
next "physical body,"
|
||||||
|
|
||||||
|
page "using its rage"
|
||||||
|
next "to deform its"
|
||||||
|
next "body in combat.@" ; Reference to its expanding unshackled arm.
|
||||||
|
|
||||||
|
; could be revised.
|
||||||
10
data/pokemon/dex_entries/bittybat.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "TINY BAT@" ; species name
|
||||||
|
dw 107, 85 ; height, weight
|
||||||
|
|
||||||
|
db "Flits about in"
|
||||||
|
next "dark caves. A"
|
||||||
|
next "swarm of BITTYBAT"
|
||||||
|
|
||||||
|
page "can overwhelm"
|
||||||
|
next "even significantly"
|
||||||
|
next "larger #MON.@"
|
||||||
10
data/pokemon/dex_entries/carapthor.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "DAPPER@" ; species name
|
||||||
|
dw 311, 760 ; height, weight
|
||||||
|
|
||||||
|
db "Thanks to its"
|
||||||
|
next "trademark jog,"
|
||||||
|
next "CARAPTHOR is a"
|
||||||
|
|
||||||
|
page "common sight on"
|
||||||
|
next "old television"
|
||||||
|
next "shows.@"
|
||||||
10
data/pokemon/dex_entries/coinpur.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "BIG EATER@" ; species name
|
||||||
|
dw 102, 45 ; height, weight
|
||||||
|
|
||||||
|
db "Due to its poor"
|
||||||
|
next "eyesight, it's"
|
||||||
|
next "often distracted"
|
||||||
|
|
||||||
|
page "by city lights."
|
||||||
|
next "Even shiny coins"
|
||||||
|
next "transfix it.@" ; Vague reference to nighttime pollinators raiding people's homes, but applied to magpie-like behaviours.
|
||||||
10
data/pokemon/dex_entries/gaotora.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "SHOCK CAT@" ; species name
|
||||||
|
dw 307, 1620 ; height, weight
|
||||||
|
|
||||||
|
db "As GAOTORA grows,"
|
||||||
|
next "it becomes more"
|
||||||
|
next "rebellious. It"
|
||||||
|
|
||||||
|
page "loves to shock"
|
||||||
|
next "its owners as"
|
||||||
|
next "a prank.@"
|
||||||
10
data/pokemon/dex_entries/gentlarva.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "GRUB@" ; species name
|
||||||
|
dw 100, 80 ; height, weight
|
||||||
|
|
||||||
|
db "Adored by the"
|
||||||
|
next "elderly, it's"
|
||||||
|
next "seen as a symbol"
|
||||||
|
|
||||||
|
page "of a simpler"
|
||||||
|
next "time. Feeds on"
|
||||||
|
next "tree sap.@"
|
||||||
10
data/pokemon/dex_entries/glaceon.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "FRESH SNOW@" ; species name
|
||||||
|
dw 207, 571 ; height, weight
|
||||||
|
|
||||||
|
db "With a mere cry,"
|
||||||
|
next "diamond dust will"
|
||||||
|
next "fill the air."
|
||||||
|
|
||||||
|
page "This makes it a"
|
||||||
|
next "popular #MON"
|
||||||
|
next "at ski resorts.@"
|
||||||
10
data/pokemon/dex_entries/gorotora.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "GOROTORA@" ; species name
|
||||||
|
dw 511, 3870 ; height, weight
|
||||||
|
|
||||||
|
db "Lives in wooded"
|
||||||
|
next "areas. Completely"
|
||||||
|
next "wild, it strikes"
|
||||||
|
|
||||||
|
page "all who enter its"
|
||||||
|
next "domain with bolts"
|
||||||
|
next "of THUNDER.@"
|
||||||
10
data/pokemon/dex_entries/kotora.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "SHOCK CAT@" ; species name
|
||||||
|
dw 200, 620 ; height, weight
|
||||||
|
|
||||||
|
db "Its rotund looks"
|
||||||
|
next "make it a popular"
|
||||||
|
next "first pet with"
|
||||||
|
|
||||||
|
page "kids. However,"
|
||||||
|
next "neglect quickly"
|
||||||
|
next "makes it feral.@"
|
||||||
10
data/pokemon/dex_entries/leafeon.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "VERDANT@" ; species name
|
||||||
|
dw 303, 562 ; height, weight
|
||||||
|
|
||||||
|
db "Thanks to its"
|
||||||
|
next "photosynthesis," ; Don't ask about how long it took to make this fit in a reasonable manner. Please.
|
||||||
|
next "forests with"
|
||||||
|
|
||||||
|
page "LEAFEON have"
|
||||||
|
next "pristine air." ; Reference to the Lental Pokedex entry.
|
||||||
|
next "Hides in bushes.@"
|
||||||
10
data/pokemon/dex_entries/paraspor.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "MUSHROOM@" ; species name
|
||||||
|
dw 50, 100 ; height, weight
|
||||||
|
|
||||||
|
db "Unable to move"
|
||||||
|
next "quickly, it lulls"
|
||||||
|
next "hungry WEEDLE"
|
||||||
|
|
||||||
|
page "into gnawing its"
|
||||||
|
next "mushroom before"
|
||||||
|
next "ambushing them.@"
|
||||||
10
data/pokemon/dex_entries/perrserker.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "BIG EATER@" ; species name
|
||||||
|
dw 207, 617 ; height, weight
|
||||||
|
|
||||||
|
db "PERSIAN is its"
|
||||||
|
next "archenemy. Their"
|
||||||
|
next "mutual disdain"
|
||||||
|
|
||||||
|
page "have led to"
|
||||||
|
next "large-scale"
|
||||||
|
next "wars in cities.@" ; Could easily be revised.
|
||||||
10
data/pokemon/dex_entries/pupal.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "PUPA@" ; species name
|
||||||
|
dw 207, 220 ; height, weight
|
||||||
|
|
||||||
|
db "Dislikes fights."
|
||||||
|
next "As PUPAL awaits"
|
||||||
|
next "evolution, a"
|
||||||
|
|
||||||
|
page "rhythmic hum can"
|
||||||
|
next "be heard from"
|
||||||
|
next "within.@"
|
||||||
10
data/pokemon/dex_entries/pupperon.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "PUPPY@" ; species name
|
||||||
|
dw 102, 210 ; height, weight
|
||||||
|
|
||||||
|
db "Popular with rich"
|
||||||
|
next "women, PUPPERON's"
|
||||||
|
next "cute looks stop"
|
||||||
|
|
||||||
|
page "even the coldest"
|
||||||
|
next "hearts in the"
|
||||||
|
next "street.@" ; If you know, you know.
|
||||||
10
data/pokemon/dex_entries/raitora.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "SHOCK CAT@" ; species name
|
||||||
|
dw 511, 4070 ; height, weight
|
||||||
|
|
||||||
|
db "A domesticated"
|
||||||
|
next "KOTORA becomes"
|
||||||
|
next "this #MON."
|
||||||
|
|
||||||
|
page "It loves to"
|
||||||
|
next "play with kids"
|
||||||
|
next "who groom it.@"
|
||||||
10
data/pokemon/dex_entries/sylveon.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "INTERTWINING@" ; species name
|
||||||
|
dw 303, 518 ; height, weight
|
||||||
|
|
||||||
|
db "Even against a"
|
||||||
|
next "dragon #MON,"
|
||||||
|
next "SYLVEON will"
|
||||||
|
|
||||||
|
page "fight valiantly."
|
||||||
|
next "This founded many"
|
||||||
|
next "fairy tales.@"
|
||||||
10
data/pokemon/dex_entries/vulpiii.asm
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
db "FOX@" ; species name
|
||||||
|
dw 120, 110 ; height, weight
|
||||||
|
|
||||||
|
db "Small and weak,"
|
||||||
|
next "VULPIII prefers"
|
||||||
|
next "to pacify foes by"
|
||||||
|
|
||||||
|
page "by shaking its"
|
||||||
|
next "3 tails instead"
|
||||||
|
next "of fighting.@" ; Reference to Tail Whip overuse by Gen 1 AI
|
||||||
|
|
@ -16,6 +16,13 @@ PokedexDataPointerTable:
|
||||||
dba WeedlePokedexEntry
|
dba WeedlePokedexEntry
|
||||||
dba KakunaPokedexEntry
|
dba KakunaPokedexEntry
|
||||||
dba BeedrillPokedexEntry
|
dba BeedrillPokedexEntry
|
||||||
|
dba GentlarvaPokedexEntry
|
||||||
|
dba PupalPokedexEntry
|
||||||
|
dba CarapthorPokedexEntry
|
||||||
|
dba KotoraPokedexEntry
|
||||||
|
dba GaotoraPokedexEntry
|
||||||
|
dba GorotoraPokedexEntry
|
||||||
|
dba RaitoraPokedexEntry
|
||||||
dba PidgeyPokedexEntry
|
dba PidgeyPokedexEntry
|
||||||
dba PidgeottoPokedexEntry
|
dba PidgeottoPokedexEntry
|
||||||
dba PidgeotPokedexEntry
|
dba PidgeotPokedexEntry
|
||||||
|
|
@ -39,27 +46,34 @@ PokedexDataPointerTable:
|
||||||
dba NidoreignPokedexEntry
|
dba NidoreignPokedexEntry
|
||||||
dba ClefairyPokedexEntry
|
dba ClefairyPokedexEntry
|
||||||
dba ClefablePokedexEntry
|
dba ClefablePokedexEntry
|
||||||
|
dba VulpiiiPokedexEntry
|
||||||
dba VulpixPokedexEntry
|
dba VulpixPokedexEntry
|
||||||
dba NinetalesPokedexEntry
|
dba NinetalesPokedexEntry
|
||||||
dba JigglypuffPokedexEntry
|
dba JigglypuffPokedexEntry
|
||||||
dba WigglytuffPokedexEntry
|
dba WigglytuffPokedexEntry
|
||||||
|
dba BittybatPokedexEntry
|
||||||
dba ZubatPokedexEntry
|
dba ZubatPokedexEntry
|
||||||
dba GolbatPokedexEntry
|
dba GolbatPokedexEntry
|
||||||
dba OddishPokedexEntry
|
dba OddishPokedexEntry
|
||||||
dba GloomPokedexEntry
|
dba GloomPokedexEntry
|
||||||
dba VileplumePokedexEntry
|
dba VileplumePokedexEntry
|
||||||
|
dba ParasporPokedexEntry
|
||||||
dba ParasPokedexEntry
|
dba ParasPokedexEntry
|
||||||
dba ParasectPokedexEntry
|
dba ParasectPokedexEntry
|
||||||
dba VenonatPokedexEntry
|
dba VenonatPokedexEntry
|
||||||
dba VenomothPokedexEntry
|
dba VenomothPokedexEntry
|
||||||
dba DiglettPokedexEntry
|
dba DiglettPokedexEntry
|
||||||
dba DugtrioPokedexEntry
|
dba DugtrioPokedexEntry
|
||||||
|
dba CoinpurPokedexEntry
|
||||||
dba MeowthPokedexEntry
|
dba MeowthPokedexEntry
|
||||||
dba PersianPokedexEntry
|
dba PersianPokedexEntry
|
||||||
|
dba PerrserkerPokedexEntry
|
||||||
dba PsyduckPokedexEntry
|
dba PsyduckPokedexEntry
|
||||||
dba GolduckPokedexEntry
|
dba GolduckPokedexEntry
|
||||||
dba MankeyPokedexEntry
|
dba MankeyPokedexEntry
|
||||||
dba PrimeapePokedexEntry
|
dba PrimeapePokedexEntry
|
||||||
|
dba AnnihilapePokedexEntry
|
||||||
|
dba PupperonPokedexEntry
|
||||||
dba GrowlithePokedexEntry
|
dba GrowlithePokedexEntry
|
||||||
dba ArcaninePokedexEntry
|
dba ArcaninePokedexEntry
|
||||||
dba PoliwagPokedexEntry
|
dba PoliwagPokedexEntry
|
||||||
|
|
@ -211,6 +225,9 @@ PokedexDataPointerTable:
|
||||||
dba QuagsirePokedexEntry
|
dba QuagsirePokedexEntry
|
||||||
dba EspeonPokedexEntry
|
dba EspeonPokedexEntry
|
||||||
dba UmbreonPokedexEntry
|
dba UmbreonPokedexEntry
|
||||||
|
dba LeafeonPokedexEntry
|
||||||
|
dba GlaceonPokedexEntry
|
||||||
|
dba SylveonPokedexEntry
|
||||||
dba MurkrowPokedexEntry
|
dba MurkrowPokedexEntry
|
||||||
dba SlowkingPokedexEntry
|
dba SlowkingPokedexEntry
|
||||||
dba MisdreavusPokedexEntry
|
dba MisdreavusPokedexEntry
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw AIPOM
|
dw AIPOM
|
||||||
dw ALAKAZAM
|
dw ALAKAZAM
|
||||||
dw AMPHAROS
|
dw AMPHAROS
|
||||||
|
dw ANNIHILAPE
|
||||||
dw ARBOK
|
dw ARBOK
|
||||||
dw ARCANINE
|
dw ARCANINE
|
||||||
dw ARIADOS
|
dw ARIADOS
|
||||||
|
|
@ -17,12 +18,14 @@ AlphabeticalPokedexOrder:
|
||||||
dw BELLIGNAN
|
dw BELLIGNAN
|
||||||
dw BELLOSSOM
|
dw BELLOSSOM
|
||||||
dw BELLSPROUT
|
dw BELLSPROUT
|
||||||
|
dw BITTYBAT
|
||||||
dw BLASTOISE
|
dw BLASTOISE
|
||||||
dw BLASTYKE
|
dw BLASTYKE
|
||||||
dw BLISSEY
|
dw BLISSEY
|
||||||
dw BULBASAUR
|
dw BULBASAUR
|
||||||
dw BURGELA
|
dw BURGELA
|
||||||
dw BUTTERFREE
|
dw BUTTERFREE
|
||||||
|
dw CARAPTHOR
|
||||||
dw CATERPIE
|
dw CATERPIE
|
||||||
dw CELEBI
|
dw CELEBI
|
||||||
dw CHANSEY
|
dw CHANSEY
|
||||||
|
|
@ -35,6 +38,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw CLEFAIRY
|
dw CLEFAIRY
|
||||||
dw CLEFFA
|
dw CLEFFA
|
||||||
dw CLOYSTER
|
dw CLOYSTER
|
||||||
|
dw COINPUR
|
||||||
dw CORSOLA
|
dw CORSOLA
|
||||||
dw CROBAT
|
dw CROBAT
|
||||||
dw CROCONAW
|
dw CROCONAW
|
||||||
|
|
@ -70,9 +74,12 @@ AlphabeticalPokedexOrder:
|
||||||
dw FORRETRESS
|
dw FORRETRESS
|
||||||
dw FURRET
|
dw FURRET
|
||||||
dw GASTLY
|
dw GASTLY
|
||||||
|
dw GAOTORA
|
||||||
dw GENGAR
|
dw GENGAR
|
||||||
|
dw GENTLARVA
|
||||||
dw GEODUDE
|
dw GEODUDE
|
||||||
dw GIRAFARIG
|
dw GIRAFARIG
|
||||||
|
dw GLACEON
|
||||||
dw GLIGAR
|
dw GLIGAR
|
||||||
dw GLOOM
|
dw GLOOM
|
||||||
dw GOLBAT
|
dw GOLBAT
|
||||||
|
|
@ -80,6 +87,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw GOLDUCK
|
dw GOLDUCK
|
||||||
dw GOLEM
|
dw GOLEM
|
||||||
dw GOROCHU
|
dw GOROCHU
|
||||||
|
dw GOROTORA
|
||||||
dw GRANBULL
|
dw GRANBULL
|
||||||
dw GRAVELER
|
dw GRAVELER
|
||||||
dw GRIMER
|
dw GRIMER
|
||||||
|
|
@ -113,10 +121,12 @@ AlphabeticalPokedexOrder:
|
||||||
dw KINGLER
|
dw KINGLER
|
||||||
dw KLEAVOR
|
dw KLEAVOR
|
||||||
dw KOFFING
|
dw KOFFING
|
||||||
|
dw KOTORA
|
||||||
dw KRABBY
|
dw KRABBY
|
||||||
dw LANTURN
|
dw LANTURN
|
||||||
dw LAPRAS
|
dw LAPRAS
|
||||||
dw LARVITAR
|
dw LARVITAR
|
||||||
|
dw LEAFEON
|
||||||
dw LEDIAN
|
dw LEDIAN
|
||||||
dw LEDYBA
|
dw LEDYBA
|
||||||
dw LICKILICKY
|
dw LICKILICKY
|
||||||
|
|
@ -166,6 +176,8 @@ AlphabeticalPokedexOrder:
|
||||||
dw ONIX
|
dw ONIX
|
||||||
dw PARAS
|
dw PARAS
|
||||||
dw PARASECT
|
dw PARASECT
|
||||||
|
dw PARASPOR
|
||||||
|
dw PERRSERKER
|
||||||
dw PERSIAN
|
dw PERSIAN
|
||||||
dw PHANPY
|
dw PHANPY
|
||||||
dw PICHU
|
dw PICHU
|
||||||
|
|
@ -185,11 +197,14 @@ AlphabeticalPokedexOrder:
|
||||||
dw PORYGON2
|
dw PORYGON2
|
||||||
dw PRIMEAPE
|
dw PRIMEAPE
|
||||||
dw PSYDUCK
|
dw PSYDUCK
|
||||||
|
dw PUPAL
|
||||||
dw PUPITAR
|
dw PUPITAR
|
||||||
|
dw PUPPERON
|
||||||
dw QUAGSIRE
|
dw QUAGSIRE
|
||||||
dw QUILAVA
|
dw QUILAVA
|
||||||
dw QWILFISH
|
dw QWILFISH
|
||||||
dw RAICHU
|
dw RAICHU
|
||||||
|
dw RAITORA
|
||||||
dw RAIKOU
|
dw RAIKOU
|
||||||
dw RAPIDASH
|
dw RAPIDASH
|
||||||
dw RATICATE
|
dw RATICATE
|
||||||
|
|
@ -231,6 +246,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw SUNFLORA
|
dw SUNFLORA
|
||||||
dw SUNKERN
|
dw SUNKERN
|
||||||
dw SWINUB
|
dw SWINUB
|
||||||
|
dw SYLVEON
|
||||||
dw TANGELA
|
dw TANGELA
|
||||||
dw TANGROWTH
|
dw TANGROWTH
|
||||||
dw TAUROS
|
dw TAUROS
|
||||||
|
|
@ -255,6 +271,7 @@ AlphabeticalPokedexOrder:
|
||||||
dw VICTREEBEL
|
dw VICTREEBEL
|
||||||
dw VILEPLUME
|
dw VILEPLUME
|
||||||
dw VOLTORB
|
dw VOLTORB
|
||||||
|
dw VULPIII
|
||||||
dw VULPIX
|
dw VULPIX
|
||||||
dw WALKING_WAKE
|
dw WALKING_WAKE
|
||||||
dw WARTORTLE
|
dw WARTORTLE
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,13 @@ NewPokedexOrder:
|
||||||
dw WEEDLE
|
dw WEEDLE
|
||||||
dw KAKUNA
|
dw KAKUNA
|
||||||
dw BEEDRILL
|
dw BEEDRILL
|
||||||
|
dw GENTLARVA
|
||||||
|
dw PUPAL
|
||||||
|
dw CARAPTHOR
|
||||||
|
dw KOTORA
|
||||||
|
dw GAOTORA
|
||||||
|
dw GOROTORA
|
||||||
|
dw RAITORA
|
||||||
dw LEDYBA
|
dw LEDYBA
|
||||||
dw LEDIAN
|
dw LEDIAN
|
||||||
dw SPINARAK
|
dw SPINARAK
|
||||||
|
|
@ -39,6 +46,7 @@ NewPokedexOrder:
|
||||||
dw GEODUDE
|
dw GEODUDE
|
||||||
dw GRAVELER
|
dw GRAVELER
|
||||||
dw GOLEM
|
dw GOLEM
|
||||||
|
dw BITTYBAT
|
||||||
dw ZUBAT
|
dw ZUBAT
|
||||||
dw GOLBAT
|
dw GOLBAT
|
||||||
dw CROBAT
|
dw CROBAT
|
||||||
|
|
@ -73,6 +81,7 @@ NewPokedexOrder:
|
||||||
dw HOPPIP
|
dw HOPPIP
|
||||||
dw SKIPLOOM
|
dw SKIPLOOM
|
||||||
dw JUMPLUFF
|
dw JUMPLUFF
|
||||||
|
dw PARASPOR
|
||||||
dw PARAS
|
dw PARAS
|
||||||
dw PARASECT
|
dw PARASECT
|
||||||
dw POLIWAG
|
dw POLIWAG
|
||||||
|
|
@ -131,8 +140,10 @@ NewPokedexOrder:
|
||||||
dw AIPOM
|
dw AIPOM
|
||||||
dw SNUBBULL
|
dw SNUBBULL
|
||||||
dw GRANBULL
|
dw GRANBULL
|
||||||
|
dw VULPIII
|
||||||
dw VULPIX
|
dw VULPIX
|
||||||
dw NINETALES
|
dw NINETALES
|
||||||
|
dw PUPPERON
|
||||||
dw GROWLITHE
|
dw GROWLITHE
|
||||||
dw ARCANINE
|
dw ARCANINE
|
||||||
dw STANTLER
|
dw STANTLER
|
||||||
|
|
@ -142,8 +153,11 @@ NewPokedexOrder:
|
||||||
dw DUGTRIO
|
dw DUGTRIO
|
||||||
dw MANKEY
|
dw MANKEY
|
||||||
dw PRIMEAPE
|
dw PRIMEAPE
|
||||||
|
dw ANNIHILAPE
|
||||||
|
dw COINPUR
|
||||||
dw MEOWTH
|
dw MEOWTH
|
||||||
dw PERSIAN
|
dw PERSIAN
|
||||||
|
dw PERRSERKER
|
||||||
dw PSYDUCK
|
dw PSYDUCK
|
||||||
dw GOLDUCK
|
dw GOLDUCK
|
||||||
dw MACHOP
|
dw MACHOP
|
||||||
|
|
@ -197,6 +211,9 @@ NewPokedexOrder:
|
||||||
dw FLAREON
|
dw FLAREON
|
||||||
dw ESPEON
|
dw ESPEON
|
||||||
dw UMBREON
|
dw UMBREON
|
||||||
|
dw LEAFEON
|
||||||
|
dw GLACEON
|
||||||
|
dw SYLVEON
|
||||||
dw HORSEA
|
dw HORSEA
|
||||||
dw SEADRA
|
dw SEADRA
|
||||||
dw KINGDRA
|
dw KINGDRA
|
||||||
|
|
|
||||||
|
|
@ -47,12 +47,17 @@ EggMovePointers2::
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
|
dw NoEggMoves2 ; Leafeon
|
||||||
|
dw NoEggMoves2 ; Glaceon
|
||||||
|
dw NoEggMoves2 ; Sylveon
|
||||||
dw MurkrowEggMoves
|
dw MurkrowEggMoves
|
||||||
|
; dw NoEggMoves2 ; Honchkrow
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw MisdreavusEggMoves
|
dw MisdreavusEggMoves
|
||||||
|
; dw NoEggMoves2 ; Mismagius
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw GirafarigEggMoves
|
dw GirafarigEggMoves ; This'll need a lot of stuff. Calfalc, Tsuinzu, Farigiraf...
|
||||||
dw PinecoEggMoves
|
dw PinecoEggMoves
|
||||||
dw NoEggMoves2
|
dw NoEggMoves2
|
||||||
dw DunsparceEggMoves
|
dw DunsparceEggMoves
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@ EggMovePointers1:
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
|
dw NoEggMoves1 ; Gentlarva
|
||||||
|
dw NoEggMoves1 ; Pupal
|
||||||
|
dw NoEggMoves1 ; Carapthor
|
||||||
|
dw KotoraEggMoves
|
||||||
|
dw NoEggMoves1 ; Gaotora
|
||||||
|
dw NoEggMoves1 ; Gorotora
|
||||||
|
dw NoEggMoves1 ; Raitora
|
||||||
dw PidgeyEggMoves
|
dw PidgeyEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
|
|
@ -39,28 +46,35 @@ EggMovePointers1:
|
||||||
dw NoEggMoves1 ; Nidoreign
|
dw NoEggMoves1 ; Nidoreign
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw VulpixEggMoves
|
dw VulpiiiEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw ZubatEggMoves
|
dw NoEggMoves1
|
||||||
|
dw BittybatEggMoves
|
||||||
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw OddishEggMoves
|
dw OddishEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw ParasEggMoves
|
dw ParasporEggMoves
|
||||||
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw VenonatEggMoves
|
dw VenonatEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw DiglettEggMoves
|
dw DiglettEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw MeowthEggMoves
|
dw CoinpurEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
|
dw NoEggMoves1
|
||||||
|
dw NoEggMoves1 ; Perrserker
|
||||||
dw PsyduckEggMoves
|
dw PsyduckEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw MankeyEggMoves
|
dw MankeyEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw GrowlitheEggMoves
|
dw NoEggMoves1 ; Annihilape
|
||||||
|
dw PupperonEggMoves
|
||||||
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw PoliwagEggMoves
|
dw PoliwagEggMoves
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
|
|
@ -156,7 +170,7 @@ EggMovePointers1:
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw AerodactylEggMoves
|
dw AerodactylEggMoves
|
||||||
dw MunchlaxEggMoves ; Munchlax
|
dw MunchlaxEggMoves ; Munchlax
|
||||||
dw SnorlaxEggMoves ; Should this even exist?
|
dw NoEggMoves1 ; Should this even exist?
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
dw NoEggMoves1
|
dw NoEggMoves1
|
||||||
|
|
@ -193,6 +207,12 @@ SquirtleEggMoves:
|
||||||
dw FLAIL
|
dw FLAIL
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
|
KotoraEggMoves:
|
||||||
|
dw SCREECH
|
||||||
|
dw CHARM
|
||||||
|
dw CRUNCH
|
||||||
|
dw -1 ; end
|
||||||
|
|
||||||
PidgeyEggMoves:
|
PidgeyEggMoves:
|
||||||
dw PURSUIT
|
dw PURSUIT
|
||||||
dw FAINT_ATTACK
|
dw FAINT_ATTACK
|
||||||
|
|
@ -252,7 +272,7 @@ NidoranMEggMoves:
|
||||||
dw BEAT_UP
|
dw BEAT_UP
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
VulpixEggMoves:
|
VulpiiiEggMoves:
|
||||||
dw FAINT_ATTACK
|
dw FAINT_ATTACK
|
||||||
dw HYPNOSIS
|
dw HYPNOSIS
|
||||||
dw FLAIL
|
dw FLAIL
|
||||||
|
|
@ -260,7 +280,7 @@ VulpixEggMoves:
|
||||||
dw DISABLE
|
dw DISABLE
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
ZubatEggMoves:
|
BittybatEggMoves:
|
||||||
dw QUICK_ATTACK
|
dw QUICK_ATTACK
|
||||||
dw PURSUIT
|
dw PURSUIT
|
||||||
dw FAINT_ATTACK
|
dw FAINT_ATTACK
|
||||||
|
|
@ -275,7 +295,7 @@ OddishEggMoves:
|
||||||
dw SYNTHESIS
|
dw SYNTHESIS
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
ParasEggMoves:
|
ParasporEggMoves:
|
||||||
dw FALSE_SWIPE
|
dw FALSE_SWIPE
|
||||||
dw SCREECH
|
dw SCREECH
|
||||||
dw COUNTER
|
dw COUNTER
|
||||||
|
|
@ -300,7 +320,7 @@ DiglettEggMoves:
|
||||||
dw BEAT_UP
|
dw BEAT_UP
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
MeowthEggMoves:
|
CoinpurEggMoves:
|
||||||
dw SPITE
|
dw SPITE
|
||||||
dw CHARM
|
dw CHARM
|
||||||
dw HYPNOSIS
|
dw HYPNOSIS
|
||||||
|
|
@ -327,7 +347,7 @@ MankeyEggMoves:
|
||||||
dw BEAT_UP
|
dw BEAT_UP
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
GrowlitheEggMoves:
|
PupperonEggMoves:
|
||||||
dw BODY_SLAM
|
dw BODY_SLAM
|
||||||
dw SAFEGUARD
|
dw SAFEGUARD
|
||||||
dw CRUNCH
|
dw CRUNCH
|
||||||
|
|
@ -604,10 +624,6 @@ MunchlaxEggMoves:
|
||||||
dw LICK
|
dw LICK
|
||||||
dw -1 ; end
|
dw -1 ; end
|
||||||
|
|
||||||
SnorlaxEggMoves:
|
|
||||||
dw LICK
|
|
||||||
dw -1 ; end
|
|
||||||
|
|
||||||
DratiniEggMoves:
|
DratiniEggMoves:
|
||||||
dw LIGHT_SCREEN
|
dw LIGHT_SCREEN
|
||||||
dw MIST
|
dw MIST
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,9 @@ EvosAttacksPointers2::
|
||||||
dw QuagsireEvosAttacks
|
dw QuagsireEvosAttacks
|
||||||
dw EspeonEvosAttacks
|
dw EspeonEvosAttacks
|
||||||
dw UmbreonEvosAttacks
|
dw UmbreonEvosAttacks
|
||||||
|
dw LeafeonEvosAttacks
|
||||||
|
dw GlaceonEvosAttacks
|
||||||
|
dw SylveonEvosAttacks
|
||||||
dw MurkrowEvosAttacks
|
dw MurkrowEvosAttacks
|
||||||
dw SlowkingEvosAttacks
|
dw SlowkingEvosAttacks
|
||||||
dw MisdreavusEvosAttacks
|
dw MisdreavusEvosAttacks
|
||||||
|
|
@ -718,6 +721,48 @@ UmbreonEvosAttacks:
|
||||||
dbw 52, MOONLIGHT
|
dbw 52, MOONLIGHT
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
LeafeonEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 1, TAIL_WHIP
|
||||||
|
dbw 8, SAND_ATTACK
|
||||||
|
dbw 16, ABSORB
|
||||||
|
dbw 23, QUICK_ATTACK
|
||||||
|
dbw 30, GROWTH
|
||||||
|
dbw 36, RAZOR_LEAF
|
||||||
|
dbw 42, TAKE_DOWN
|
||||||
|
dbw 47, SYNTHESIS
|
||||||
|
dbw 52, SOLARBEAM
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
GlaceonEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 1, TAIL_WHIP
|
||||||
|
dbw 8, SAND_ATTACK
|
||||||
|
dbw 16, AURORA_BEAM
|
||||||
|
dbw 23, QUICK_ATTACK
|
||||||
|
dbw 30, MIST
|
||||||
|
dbw 36, HAZE
|
||||||
|
dbw 42, TAKE_DOWN
|
||||||
|
dbw 47, BLIZZARD
|
||||||
|
dbw 52, BARRIER
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
SylveonEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, TACKLE
|
||||||
|
dbw 1, TAIL_WHIP
|
||||||
|
dbw 8, SAND_ATTACK
|
||||||
|
dbw 16, POUND ; DISARMING_VOICE
|
||||||
|
dbw 23, QUICK_ATTACK
|
||||||
|
dbw 30, POUND ; DRAINING_KISS
|
||||||
|
dbw 36, POUND ; DAZZLING_GLEAM
|
||||||
|
dbw 42, SWIFT
|
||||||
|
dbw 47, CHARM
|
||||||
|
dbw 52, LIGHT_SCREEN
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
MurkrowEvosAttacks:
|
MurkrowEvosAttacks:
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, PECK
|
dbw 1, PECK
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@ EvosAttacksPointers1::
|
||||||
dw WeedleEvosAttacks
|
dw WeedleEvosAttacks
|
||||||
dw KakunaEvosAttacks
|
dw KakunaEvosAttacks
|
||||||
dw BeedrillEvosAttacks
|
dw BeedrillEvosAttacks
|
||||||
|
dw GentlarvaEvosAttacks
|
||||||
|
dw PupalEvosAttacks
|
||||||
|
dw CarapthorEvosAttacks
|
||||||
|
dw KotoraEvosAttacks
|
||||||
|
dw GaotoraEvosAttacks
|
||||||
|
dw GorotoraEvosAttacks
|
||||||
|
dw RaitoraEvosAttacks
|
||||||
dw PidgeyEvosAttacks
|
dw PidgeyEvosAttacks
|
||||||
dw PidgeottoEvosAttacks
|
dw PidgeottoEvosAttacks
|
||||||
dw PidgeotEvosAttacks
|
dw PidgeotEvosAttacks
|
||||||
|
|
@ -39,27 +46,34 @@ EvosAttacksPointers1::
|
||||||
dw NidoreignEvosAttacks
|
dw NidoreignEvosAttacks
|
||||||
dw ClefairyEvosAttacks
|
dw ClefairyEvosAttacks
|
||||||
dw ClefableEvosAttacks
|
dw ClefableEvosAttacks
|
||||||
|
dw VulpiiiEvosAttacks
|
||||||
dw VulpixEvosAttacks
|
dw VulpixEvosAttacks
|
||||||
dw NinetalesEvosAttacks
|
dw NinetalesEvosAttacks
|
||||||
dw JigglypuffEvosAttacks
|
dw JigglypuffEvosAttacks
|
||||||
dw WigglytuffEvosAttacks
|
dw WigglytuffEvosAttacks
|
||||||
|
dw BittybatEvosAttacks
|
||||||
dw ZubatEvosAttacks
|
dw ZubatEvosAttacks
|
||||||
dw GolbatEvosAttacks
|
dw GolbatEvosAttacks
|
||||||
dw OddishEvosAttacks
|
dw OddishEvosAttacks
|
||||||
dw GloomEvosAttacks
|
dw GloomEvosAttacks
|
||||||
dw VileplumeEvosAttacks
|
dw VileplumeEvosAttacks
|
||||||
|
dw ParasporEvosAttacks
|
||||||
dw ParasEvosAttacks
|
dw ParasEvosAttacks
|
||||||
dw ParasectEvosAttacks
|
dw ParasectEvosAttacks
|
||||||
dw VenonatEvosAttacks
|
dw VenonatEvosAttacks
|
||||||
dw VenomothEvosAttacks
|
dw VenomothEvosAttacks
|
||||||
dw DiglettEvosAttacks
|
dw DiglettEvosAttacks
|
||||||
dw DugtrioEvosAttacks
|
dw DugtrioEvosAttacks
|
||||||
|
dw CoinpurEvosAttacks
|
||||||
dw MeowthEvosAttacks
|
dw MeowthEvosAttacks
|
||||||
dw PersianEvosAttacks
|
dw PersianEvosAttacks
|
||||||
|
dw PerrserkerEvosAttacks
|
||||||
dw PsyduckEvosAttacks
|
dw PsyduckEvosAttacks
|
||||||
dw GolduckEvosAttacks
|
dw GolduckEvosAttacks
|
||||||
dw MankeyEvosAttacks
|
dw MankeyEvosAttacks
|
||||||
dw PrimeapeEvosAttacks
|
dw PrimeapeEvosAttacks
|
||||||
|
dw AnnihilapeEvosAttacks
|
||||||
|
dw PupperonEvosAttacks
|
||||||
dw GrowlitheEvosAttacks
|
dw GrowlitheEvosAttacks
|
||||||
dw ArcanineEvosAttacks
|
dw ArcanineEvosAttacks
|
||||||
dw PoliwagEvosAttacks
|
dw PoliwagEvosAttacks
|
||||||
|
|
@ -375,6 +389,98 @@ BeedrillEvosAttacks:
|
||||||
dbw 40, AGILITY
|
dbw 40, AGILITY
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
GentlarvaEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 7, PUPAL
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, LEECH_LIFE
|
||||||
|
dbw 1, STRING_SHOT
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
PupalEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 10, CARAPTHOR
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, HARDEN
|
||||||
|
dbw 7, HARDEN
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
CarapthorEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, COMET_PUNCH
|
||||||
|
dbw 10, COMET_PUNCH
|
||||||
|
dbw 15, PIN_MISSILE
|
||||||
|
dbw 20, DEFENSE_CURL
|
||||||
|
dbw 25, SWIFT
|
||||||
|
dbw 30, MEGA_PUNCH
|
||||||
|
dbw 35, SUBSTITUTE
|
||||||
|
dbw 40, SWAGGER
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
KotoraEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 16, GAOTORA
|
||||||
|
dbbw EVOLVE_ITEM, THUNDERSTONE, RAITORA
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, THUNDERSHOCK
|
||||||
|
dbw 3, TACKLE
|
||||||
|
dbw 7, LEER
|
||||||
|
dbw 13, ROAR
|
||||||
|
dbw 18, QUICK_ATTACK
|
||||||
|
dbw 23, PURSUIT
|
||||||
|
dbw 27, SPARK
|
||||||
|
dbw 31, BITE
|
||||||
|
dbw 34, SCARY_FACE
|
||||||
|
dbw 42, THUNDER
|
||||||
|
dbw 49, AGILITY
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
GaotoraEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 36, GAOTORA
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, THUNDERSHOCK
|
||||||
|
dbw 3, TACKLE
|
||||||
|
dbw 7, LEER
|
||||||
|
dbw 13, ROAR
|
||||||
|
dbw 20, QUICK_ATTACK
|
||||||
|
dbw 27, PURSUIT
|
||||||
|
dbw 33, SPARK
|
||||||
|
dbw 39, BITE
|
||||||
|
dbw 44, SCARY_FACE
|
||||||
|
dbw 49, THRASH
|
||||||
|
dbw 54, THUNDER
|
||||||
|
dbw 49, AGILITY
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
GorotoraEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, THUNDERSHOCK
|
||||||
|
dbw 3, TACKLE
|
||||||
|
dbw 7, LEER
|
||||||
|
dbw 13, ROAR
|
||||||
|
dbw 20, QUICK_ATTACK
|
||||||
|
dbw 27, PURSUIT
|
||||||
|
dbw 33, SPARK
|
||||||
|
dbw 36, BODY_SLAM
|
||||||
|
dbw 42, BITE
|
||||||
|
dbw 50, SCARY_FACE
|
||||||
|
dbw 58, THRASH
|
||||||
|
dbw 66, THUNDER
|
||||||
|
dbw 78, AGILITY
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
RaitoraEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, THUNDERSHOCK
|
||||||
|
dbw 3, TACKLE
|
||||||
|
dbw 7, LEER
|
||||||
|
dbw 13, ROAR
|
||||||
|
dbw 20, QUICK_ATTACK
|
||||||
|
dbw 27, PURSUIT
|
||||||
|
dbw 33, SPARK
|
||||||
|
dbw 39, BITE
|
||||||
|
dbw 44, SCARY_FACE
|
||||||
|
dbw 54, THUNDER
|
||||||
|
dbw 63, AGILITY
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
PidgeyEvosAttacks:
|
PidgeyEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 18, PIDGEOTTO
|
dbbw EVOLVE_LEVEL, 18, PIDGEOTTO
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -666,6 +772,19 @@ ClefableEvosAttacks:
|
||||||
dbw 1, MOONLIGHT
|
dbw 1, MOONLIGHT
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
VulpiiiEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 15, VULPIX
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, EMBER
|
||||||
|
dbw 1, TAIL_WHIP
|
||||||
|
dbw 7, QUICK_ATTACK
|
||||||
|
dbw 13, ROAR
|
||||||
|
dbw 17, CONFUSE_RAY
|
||||||
|
dbw 21, SAFEGUARD
|
||||||
|
dbw 25, FLAMETHROWER
|
||||||
|
dbw 29, FIRE_SPIN
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
VulpixEvosAttacks:
|
VulpixEvosAttacks:
|
||||||
dbbw EVOLVE_ITEM, FIRE_STONE, NINETALES
|
dbbw EVOLVE_ITEM, FIRE_STONE, NINETALES
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -710,6 +829,18 @@ WigglytuffEvosAttacks:
|
||||||
dbw 1, DOUBLESLAP
|
dbw 1, DOUBLESLAP
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
BittybatEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 15, ZUBAT
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, LEECH_LIFE
|
||||||
|
dbw 6, SUPERSONIC
|
||||||
|
dbw 12, BITE
|
||||||
|
dbw 17, CONFUSE_RAY
|
||||||
|
dbw 23, WING_ATTACK
|
||||||
|
dbw 30, MEAN_LOOK
|
||||||
|
dbw 38, HAZE
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
ZubatEvosAttacks:
|
ZubatEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 22, GOLBAT
|
dbbw EVOLVE_LEVEL, 22, GOLBAT
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -724,7 +855,7 @@ ZubatEvosAttacks:
|
||||||
|
|
||||||
GolbatEvosAttacks:
|
GolbatEvosAttacks:
|
||||||
dbbw EVOLVE_HAPPINESS, TR_ANYTIME, CROBAT
|
dbbw EVOLVE_HAPPINESS, TR_ANYTIME, CROBAT
|
||||||
dbbw EVOLVE_LEVEL, 44, CROBAT
|
dbbw EVOLVE_LEVEL, 44, CROBAT ; do we need it this time?
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, SCREECH
|
dbw 1, SCREECH
|
||||||
dbw 1, LEECH_LIFE
|
dbw 1, LEECH_LIFE
|
||||||
|
|
@ -774,6 +905,20 @@ VileplumeEvosAttacks:
|
||||||
dbw 1, PETAL_DANCE
|
dbw 1, PETAL_DANCE
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
ParasporEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 15, PARAS
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, ABSORB
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 7, STUN_SPORE
|
||||||
|
dbw 13, POISONPOWDER
|
||||||
|
dbw 17, LEECH_LIFE
|
||||||
|
dbw 21, SPORE
|
||||||
|
dbw 25, SLASH
|
||||||
|
dbw 29, GROWTH
|
||||||
|
dbw 33, GIGA_DRAIN
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
ParasEvosAttacks:
|
ParasEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 24, PARASECT
|
dbbw EVOLVE_LEVEL, 24, PARASECT
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -862,6 +1007,19 @@ DugtrioEvosAttacks:
|
||||||
dbw 61, FISSURE
|
dbw 61, FISSURE
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
CoinpurEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 14, MEOWTH ; Consideration: Day, Meowth, night, Moibelle. May be excessive.
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 1, GROWL
|
||||||
|
dbw 11, BITE
|
||||||
|
dbw 19, PAY_DAY ; I remember having it learn this way earlier in later KEP versions...
|
||||||
|
dbw 25, FAINT_ATTACK
|
||||||
|
dbw 30, SCREECH
|
||||||
|
dbw 34, FURY_SWIPES
|
||||||
|
dbw 37, SLASH ; Seems a bit late, but Meowth gets it at L46, so...
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
MeowthEvosAttacks:
|
MeowthEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 28, PERSIAN
|
dbbw EVOLVE_LEVEL, 28, PERSIAN
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -888,6 +1046,19 @@ PersianEvosAttacks:
|
||||||
dbw 53, SLASH
|
dbw 53, SLASH
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
PerrserkerEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 1, GROWL
|
||||||
|
dbw 11, METAL_CLAW
|
||||||
|
dbw 20, PAY_DAY
|
||||||
|
dbw 29, SWAGGER
|
||||||
|
dbw 38, SCREECH
|
||||||
|
dbw 46, FURY_SWIPES
|
||||||
|
dbw 53, SLASH
|
||||||
|
dbw 63, THRASH
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
PsyduckEvosAttacks:
|
PsyduckEvosAttacks:
|
||||||
dbbw EVOLVE_LEVEL, 33, GOLDUCK
|
dbbw EVOLVE_LEVEL, 33, GOLDUCK
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -933,6 +1104,7 @@ MankeyEvosAttacks:
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
PrimeapeEvosAttacks:
|
PrimeapeEvosAttacks:
|
||||||
|
dbbw EVOLVE_TRADE, -1, ANNIHILAPE ; funny
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, SCRATCH
|
dbw 1, SCRATCH
|
||||||
dbw 1, LEER
|
dbw 1, LEER
|
||||||
|
|
@ -950,6 +1122,38 @@ PrimeapeEvosAttacks:
|
||||||
dbw 63, THRASH
|
dbw 63, THRASH
|
||||||
db 0 ; no more level-up moves
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
AnnihilapeEvosAttacks:
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, SCRATCH
|
||||||
|
dbw 1, LEER
|
||||||
|
dbw 1, LOW_KICK
|
||||||
|
dbw 1, RAGE
|
||||||
|
dbw 9, LOW_KICK
|
||||||
|
dbw 15, KARATE_CHOP
|
||||||
|
dbw 21, FURY_SWIPES
|
||||||
|
dbw 24, ROCK_HEAD
|
||||||
|
dbw 27, FOCUS_ENERGY
|
||||||
|
dbw 28, RAGE
|
||||||
|
dbw 36, SEISMIC_TOSS
|
||||||
|
dbw 45, CROSS_CHOP
|
||||||
|
dbw 54, SCREECH
|
||||||
|
dbw 63, THRASH
|
||||||
|
dbw 72, SPITE
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
|
PupperonEvosAttacks:
|
||||||
|
dbbw EVOLVE_LEVEL, 15, GROWLITHE
|
||||||
|
db 0 ; no more evolutions
|
||||||
|
dbw 1, BITE
|
||||||
|
dbw 1, ROAR
|
||||||
|
dbw 9, EMBER
|
||||||
|
dbw 16, LEER
|
||||||
|
dbw 22, TAKE_DOWN
|
||||||
|
dbw 28, FLAME_WHEEL
|
||||||
|
dbw 34, AGILITY
|
||||||
|
dbw 40, FLAMETHROWER
|
||||||
|
db 0 ; no more level-up moves
|
||||||
|
|
||||||
GrowlitheEvosAttacks:
|
GrowlitheEvosAttacks:
|
||||||
dbbw EVOLVE_ITEM, FIRE_STONE, ARCANINE
|
dbbw EVOLVE_ITEM, FIRE_STONE, ARCANINE
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
|
|
@ -2132,6 +2336,9 @@ EeveeEvosAttacks:
|
||||||
dbbw EVOLVE_ITEM, FIRE_STONE, FLAREON
|
dbbw EVOLVE_ITEM, FIRE_STONE, FLAREON
|
||||||
dbbw EVOLVE_HAPPINESS, TR_MORNDAY, ESPEON
|
dbbw EVOLVE_HAPPINESS, TR_MORNDAY, ESPEON
|
||||||
dbbw EVOLVE_HAPPINESS, TR_NITE, UMBREON
|
dbbw EVOLVE_HAPPINESS, TR_NITE, UMBREON
|
||||||
|
dbbw EVOLVE_ITEM, LEAF_STONE, LEAFEON
|
||||||
|
dbbw EVOLVE_ITEM, ICE_STONE, GLACEON
|
||||||
|
dbbw EVOLVE_ITEM, MOON_STONE, SYLVEON
|
||||||
db 0 ; no more evolutions
|
db 0 ; no more evolutions
|
||||||
dbw 1, TACKLE
|
dbw 1, TACKLE
|
||||||
dbw 1, TAIL_WHIP
|
dbw 1, TAIL_WHIP
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,13 @@ FirstEvoStages::
|
||||||
dw WEEDLE
|
dw WEEDLE
|
||||||
dw WEEDLE
|
dw WEEDLE
|
||||||
dw WEEDLE
|
dw WEEDLE
|
||||||
|
dw GENTLARVA
|
||||||
|
dw GENTLARVA
|
||||||
|
dw GENTLARVA
|
||||||
|
dw KOTORA
|
||||||
|
dw KOTORA
|
||||||
|
dw KOTORA
|
||||||
|
dw KOTORA
|
||||||
dw PIDGEY ;10
|
dw PIDGEY ;10
|
||||||
dw PIDGEY
|
dw PIDGEY
|
||||||
dw PIDGEY
|
dw PIDGEY
|
||||||
|
|
@ -39,29 +46,36 @@ FirstEvoStages::
|
||||||
dw NIDORAN_F ; Nidoreign, tentative
|
dw NIDORAN_F ; Nidoreign, tentative
|
||||||
dw CLEFFA
|
dw CLEFFA
|
||||||
dw CLEFFA
|
dw CLEFFA
|
||||||
dw VULPIX
|
dw VULPIII
|
||||||
dw VULPIX
|
dw VULPIII
|
||||||
|
dw VULPIII
|
||||||
dw IGGLYBUFF
|
dw IGGLYBUFF
|
||||||
dw IGGLYBUFF ;28
|
dw IGGLYBUFF ;28
|
||||||
dw ZUBAT
|
dw BITTYBAT
|
||||||
dw ZUBAT
|
dw BITTYBAT
|
||||||
|
dw BITTYBAT
|
||||||
dw ODDISH
|
dw ODDISH
|
||||||
dw ODDISH
|
dw ODDISH
|
||||||
dw ODDISH
|
dw ODDISH
|
||||||
dw PARAS
|
dw PARASPOR
|
||||||
dw PARAS
|
dw PARASPOR
|
||||||
|
dw PARASPOR
|
||||||
dw VENONAT ;30
|
dw VENONAT ;30
|
||||||
dw VENONAT
|
dw VENONAT
|
||||||
dw DIGLETT
|
dw DIGLETT
|
||||||
dw DIGLETT
|
dw DIGLETT
|
||||||
dw MEOWTH
|
dw COINPUR
|
||||||
dw MEOWTH
|
dw COINPUR
|
||||||
|
dw COINPUR
|
||||||
|
dw MEOWTH ; Perrserker, should be MEOWTH_G
|
||||||
dw PSYDUCK
|
dw PSYDUCK
|
||||||
dw PSYDUCK
|
dw PSYDUCK
|
||||||
dw MANKEY ;38
|
dw MANKEY ;38
|
||||||
dw MANKEY
|
dw MANKEY
|
||||||
dw GROWLITHE
|
dw ANNIHILAPE
|
||||||
dw GROWLITHE
|
dw PUPPERON
|
||||||
|
dw PUPPERON
|
||||||
|
dw PUPPERON
|
||||||
dw POLIWAG
|
dw POLIWAG
|
||||||
dw POLIWAG
|
dw POLIWAG
|
||||||
dw POLIWAG
|
dw POLIWAG
|
||||||
|
|
@ -182,7 +196,7 @@ FirstEvoStages::
|
||||||
dw LEDYBA
|
dw LEDYBA
|
||||||
dw SPINARAK
|
dw SPINARAK
|
||||||
dw SPINARAK ;a8
|
dw SPINARAK ;a8
|
||||||
dw ZUBAT
|
dw BITTYBAT
|
||||||
dw CHINCHOU
|
dw CHINCHOU
|
||||||
dw CHINCHOU
|
dw CHINCHOU
|
||||||
dw PICHU
|
dw PICHU
|
||||||
|
|
@ -211,6 +225,9 @@ FirstEvoStages::
|
||||||
dw WOOPER
|
dw WOOPER
|
||||||
dw EEVEE
|
dw EEVEE
|
||||||
dw EEVEE
|
dw EEVEE
|
||||||
|
dw EEVEE
|
||||||
|
dw EEVEE
|
||||||
|
dw EEVEE
|
||||||
dw MURKROW
|
dw MURKROW
|
||||||
dw SLOWPOKE
|
dw SLOWPOKE
|
||||||
dw MISDREAVUS ;c8
|
dw MISDREAVUS ;c8
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,13 @@ KantoMonSpecials:
|
||||||
db 20 ; WEEDLE
|
db 20 ; WEEDLE
|
||||||
db 25 ; KAKUNA
|
db 25 ; KAKUNA
|
||||||
db 45 ; BEEDRILL
|
db 45 ; BEEDRILL
|
||||||
|
db 25 ; GENTLARVA
|
||||||
|
db 30 ; PUPAL
|
||||||
|
db 60 ; CARAPTHOR
|
||||||
|
db 55 ; KOTORA
|
||||||
|
db 75 ; GAOTORA
|
||||||
|
db 95 ; GOROTORA
|
||||||
|
db 105 ; RAITORA, technically not meant to be here but stay with me
|
||||||
db 35 ; PIDGEY
|
db 35 ; PIDGEY
|
||||||
db 50 ; PIDGEOTTO
|
db 50 ; PIDGEOTTO
|
||||||
db 70 ; PIDGEOT
|
db 70 ; PIDGEOT
|
||||||
|
|
@ -40,27 +47,34 @@ KantoMonSpecials:
|
||||||
db 75 ; NIDOREIGN
|
db 75 ; NIDOREIGN
|
||||||
db 60 ; CLEFAIRY
|
db 60 ; CLEFAIRY
|
||||||
db 85 ; CLEFABLE
|
db 85 ; CLEFABLE
|
||||||
|
db 60 ; VULPIII
|
||||||
db 65 ; VULPIX
|
db 65 ; VULPIX
|
||||||
db 100 ; NINETALES
|
db 100 ; NINETALES
|
||||||
db 25 ; JIGGLYPUFF
|
db 25 ; JIGGLYPUFF
|
||||||
db 50 ; WIGGLYTUFF
|
db 50 ; WIGGLYTUFF
|
||||||
|
db 35 ; BITTYBAT
|
||||||
db 40 ; ZUBAT
|
db 40 ; ZUBAT
|
||||||
db 75 ; GOLBAT
|
db 75 ; GOLBAT
|
||||||
db 75 ; ODDISH
|
db 75 ; ODDISH
|
||||||
db 85 ; GLOOM
|
db 85 ; GLOOM
|
||||||
db 100 ; VILEPLUME
|
db 100 ; VILEPLUME
|
||||||
|
db 45 ; PARASPOR
|
||||||
db 55 ; PARAS
|
db 55 ; PARAS
|
||||||
db 80 ; PARASECT
|
db 80 ; PARASECT
|
||||||
db 40 ; VENONAT
|
db 40 ; VENONAT
|
||||||
db 90 ; VENOMOTH
|
db 90 ; VENOMOTH
|
||||||
db 45 ; DIGLETT
|
db 45 ; DIGLETT
|
||||||
db 70 ; DUGTRIO
|
db 70 ; DUGTRIO
|
||||||
|
db 35 ; COINPUR
|
||||||
db 40 ; MEOWTH
|
db 40 ; MEOWTH
|
||||||
db 65 ; PERSIAN
|
db 65 ; PERSIAN
|
||||||
|
db 50 ; PERRSERKER
|
||||||
db 50 ; PSYDUCK
|
db 50 ; PSYDUCK
|
||||||
db 80 ; GOLDUCK
|
db 80 ; GOLDUCK
|
||||||
db 35 ; MANKEY
|
db 35 ; MANKEY
|
||||||
db 60 ; PRIMEAPE
|
db 60 ; PRIMEAPE
|
||||||
|
db 50 ; ANNIHILAPE
|
||||||
|
db 40 ; PUPPERON
|
||||||
db 50 ; GROWLITHE
|
db 50 ; GROWLITHE
|
||||||
db 80 ; ARCANINE
|
db 80 ; ARCANINE
|
||||||
db 40 ; POLIWAG
|
db 40 ; POLIWAG
|
||||||
|
|
|
||||||
|
|
@ -261,6 +261,23 @@ Pokered_MonIndices:
|
||||||
db MUNCHLAX
|
db MUNCHLAX
|
||||||
db KLEAVOR
|
db KLEAVOR
|
||||||
db GOROCHU
|
db GOROCHU
|
||||||
|
db GENTLARVA
|
||||||
|
db PUPAL
|
||||||
|
db CARAPTHOR
|
||||||
|
db KOTORA
|
||||||
|
db GAOTORA
|
||||||
|
db GOROTORA
|
||||||
|
db RAITORA
|
||||||
|
db BITTYBAT
|
||||||
|
db VULPIII
|
||||||
|
db PARASPOR
|
||||||
|
db ANNIHILAPE
|
||||||
|
db PUPPERON
|
||||||
|
db COINPUR
|
||||||
|
db PERRSERKER
|
||||||
|
db LEAFEON
|
||||||
|
db GLACEON
|
||||||
|
db SYLVEON
|
||||||
db LICKILICKY
|
db LICKILICKY
|
||||||
db LICKILORD
|
db LICKILORD
|
||||||
db BURGELA
|
db BURGELA
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,13 @@ MonMenuIcons:
|
||||||
db ICON_CATERPILLAR ; WEEDLE
|
db ICON_CATERPILLAR ; WEEDLE
|
||||||
db ICON_CATERPILLAR ; KAKUNA
|
db ICON_CATERPILLAR ; KAKUNA
|
||||||
db ICON_BUG ; BEEDRILL
|
db ICON_BUG ; BEEDRILL
|
||||||
|
db ICON_CATERPILLAR ; GENTLARVA
|
||||||
|
db ICON_CATERPILLAR ; PUPAL
|
||||||
|
db ICON_BUG ; CARAPTHOR
|
||||||
|
db ICON_FOX ; KOTORA
|
||||||
|
db ICON_FOX ; GAOTORA
|
||||||
|
db ICON_FOX ; GOROTORA
|
||||||
|
db ICON_FOX ; RAITORA
|
||||||
db ICON_BIRD ; PIDGEY
|
db ICON_BIRD ; PIDGEY
|
||||||
db ICON_BIRD ; PIDGEOTTO
|
db ICON_BIRD ; PIDGEOTTO
|
||||||
db ICON_BIRD ; PIDGEOT
|
db ICON_BIRD ; PIDGEOT
|
||||||
|
|
@ -40,27 +47,34 @@ MonMenuIcons:
|
||||||
db ICON_MONSTER ; NIDOREIGN
|
db ICON_MONSTER ; NIDOREIGN
|
||||||
db ICON_CLEFAIRY ; CLEFAIRY
|
db ICON_CLEFAIRY ; CLEFAIRY
|
||||||
db ICON_CLEFAIRY ; CLEFABLE
|
db ICON_CLEFAIRY ; CLEFABLE
|
||||||
|
db ICON_FOX ; VULPIII
|
||||||
db ICON_FOX ; VULPIX
|
db ICON_FOX ; VULPIX
|
||||||
db ICON_FOX ; NINETALES
|
db ICON_FOX ; NINETALES
|
||||||
db ICON_JIGGLYPUFF ; JIGGLYPUFF
|
db ICON_JIGGLYPUFF ; JIGGLYPUFF
|
||||||
db ICON_JIGGLYPUFF ; WIGGLYTUFF
|
db ICON_JIGGLYPUFF ; WIGGLYTUFF
|
||||||
|
db ICON_BAT ; BITTYBAT
|
||||||
db ICON_BAT ; ZUBAT
|
db ICON_BAT ; ZUBAT
|
||||||
db ICON_BAT ; GOLBAT
|
db ICON_BAT ; GOLBAT
|
||||||
db ICON_ODDISH ; ODDISH
|
db ICON_ODDISH ; ODDISH
|
||||||
db ICON_ODDISH ; GLOOM
|
db ICON_ODDISH ; GLOOM
|
||||||
db ICON_ODDISH ; VILEPLUME
|
db ICON_ODDISH ; VILEPLUME
|
||||||
|
db ICON_BUG ; PARASPOR
|
||||||
db ICON_BUG ; PARAS
|
db ICON_BUG ; PARAS
|
||||||
db ICON_BUG ; PARASECT
|
db ICON_BUG ; PARASECT
|
||||||
db ICON_CATERPILLAR ; VENONAT
|
db ICON_CATERPILLAR ; VENONAT
|
||||||
db ICON_MOTH ; VENOMOTH
|
db ICON_MOTH ; VENOMOTH
|
||||||
db ICON_DIGLETT ; DIGLETT
|
db ICON_DIGLETT ; DIGLETT
|
||||||
db ICON_DIGLETT ; DUGTRIO
|
db ICON_DIGLETT ; DUGTRIO
|
||||||
|
db ICON_FOX ; COINPUR
|
||||||
db ICON_FOX ; MEOWTH
|
db ICON_FOX ; MEOWTH
|
||||||
db ICON_FOX ; PERSIAN
|
db ICON_FOX ; PERSIAN
|
||||||
|
db ICON_FOX ; PERRSERKER
|
||||||
db ICON_MONSTER ; PSYDUCK
|
db ICON_MONSTER ; PSYDUCK
|
||||||
db ICON_MONSTER ; GOLDUCK
|
db ICON_MONSTER ; GOLDUCK
|
||||||
db ICON_FIGHTER ; MANKEY
|
db ICON_FIGHTER ; MANKEY
|
||||||
db ICON_FIGHTER ; PRIMEAPE
|
db ICON_FIGHTER ; PRIMEAPE
|
||||||
|
db ICON_FIGHTER ; ANNIHILAPE
|
||||||
|
db ICON_FOX ; PUPPERON
|
||||||
db ICON_FOX ; GROWLITHE
|
db ICON_FOX ; GROWLITHE
|
||||||
db ICON_FOX ; ARCANINE
|
db ICON_FOX ; ARCANINE
|
||||||
db ICON_POLIWAG ; POLIWAG
|
db ICON_POLIWAG ; POLIWAG
|
||||||
|
|
@ -212,6 +226,9 @@ MonMenuIcons:
|
||||||
db ICON_MONSTER ; QUAGSIRE
|
db ICON_MONSTER ; QUAGSIRE
|
||||||
db ICON_FOX ; ESPEON
|
db ICON_FOX ; ESPEON
|
||||||
db ICON_FOX ; UMBREON
|
db ICON_FOX ; UMBREON
|
||||||
|
db ICON_FOX ; LEAFEON
|
||||||
|
db ICON_FOX ; GLACEON
|
||||||
|
db ICON_FOX ; SYLVEON
|
||||||
db ICON_BIRD ; MURKROW
|
db ICON_BIRD ; MURKROW
|
||||||
db ICON_SLOWPOKE ; SLOWKING
|
db ICON_SLOWPOKE ; SLOWKING
|
||||||
db ICON_GHOST ; MISDREAVUS
|
db ICON_GHOST ; MISDREAVUS
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,13 @@ PokemonNames::
|
||||||
db "WEEDLE@@@@"
|
db "WEEDLE@@@@"
|
||||||
db "KAKUNA@@@@"
|
db "KAKUNA@@@@"
|
||||||
db "BEEDRILL@@"
|
db "BEEDRILL@@"
|
||||||
|
db "GENTLARVA@"
|
||||||
|
db "PUPAL@@@@@"
|
||||||
|
db "CARAPTHOR@"
|
||||||
|
db "KOTORA@@@@"
|
||||||
|
db "GAOTORA@@@"
|
||||||
|
db "GOROTORA@@"
|
||||||
|
db "RAITORA@@@"
|
||||||
db "PIDGEY@@@@"
|
db "PIDGEY@@@@"
|
||||||
db "PIDGEOTTO@"
|
db "PIDGEOTTO@"
|
||||||
db "PIDGEOT@@@"
|
db "PIDGEOT@@@"
|
||||||
|
|
@ -42,27 +49,34 @@ PokemonNames::
|
||||||
db "NIDOREIGN@"
|
db "NIDOREIGN@"
|
||||||
db "CLEFAIRY@@"
|
db "CLEFAIRY@@"
|
||||||
db "CLEFABLE@@"
|
db "CLEFABLE@@"
|
||||||
|
db "VULPIII@@@"
|
||||||
db "VULPIX@@@@"
|
db "VULPIX@@@@"
|
||||||
db "NINETALES@"
|
db "NINETALES@"
|
||||||
db "JIGGLYPUFF"
|
db "JIGGLYPUFF"
|
||||||
db "WIGGLYTUFF"
|
db "WIGGLYTUFF"
|
||||||
|
db "BITTYBAT@@"
|
||||||
db "ZUBAT@@@@@"
|
db "ZUBAT@@@@@"
|
||||||
db "GOLBAT@@@@"
|
db "GOLBAT@@@@"
|
||||||
db "ODDISH@@@@"
|
db "ODDISH@@@@"
|
||||||
db "GLOOM@@@@@"
|
db "GLOOM@@@@@"
|
||||||
db "VILEPLUME@"
|
db "VILEPLUME@"
|
||||||
|
db "PARASPOR@@"
|
||||||
db "PARAS@@@@@"
|
db "PARAS@@@@@"
|
||||||
db "PARASECT@@"
|
db "PARASECT@@"
|
||||||
db "VENONAT@@@"
|
db "VENONAT@@@"
|
||||||
db "VENOMOTH@@"
|
db "VENOMOTH@@"
|
||||||
db "DIGLETT@@@"
|
db "DIGLETT@@@"
|
||||||
db "DUGTRIO@@@"
|
db "DUGTRIO@@@"
|
||||||
|
db "COINPUR@@@"
|
||||||
db "MEOWTH@@@@"
|
db "MEOWTH@@@@"
|
||||||
db "PERSIAN@@@"
|
db "PERSIAN@@@"
|
||||||
|
db "PERRSERKER"
|
||||||
db "PSYDUCK@@@"
|
db "PSYDUCK@@@"
|
||||||
db "GOLDUCK@@@"
|
db "GOLDUCK@@@"
|
||||||
db "MANKEY@@@@"
|
db "MANKEY@@@@"
|
||||||
db "PRIMEAPE@@"
|
db "PRIMEAPE@@"
|
||||||
|
db "ANNIHILAPE"
|
||||||
|
db "PUPPERON@@"
|
||||||
db "GROWLITHE@"
|
db "GROWLITHE@"
|
||||||
db "ARCANINE@@"
|
db "ARCANINE@@"
|
||||||
db "POLIWAG@@@"
|
db "POLIWAG@@@"
|
||||||
|
|
@ -214,6 +228,9 @@ PokemonNames::
|
||||||
db "QUAGSIRE@@"
|
db "QUAGSIRE@@"
|
||||||
db "ESPEON@@@@"
|
db "ESPEON@@@@"
|
||||||
db "UMBREON@@@"
|
db "UMBREON@@@"
|
||||||
|
db "LEAFEON@@@"
|
||||||
|
db "GLACEON@@@"
|
||||||
|
db "SYLVEON@@@"
|
||||||
db "MURKROW@@@"
|
db "MURKROW@@@"
|
||||||
db "SLOWKING@@"
|
db "SLOWKING@@"
|
||||||
db "MISDREAVUS"
|
db "MISDREAVUS"
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,20 @@ INCBIN "gfx/pokemon/kakuna/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/kakuna/shiny.pal"
|
INCLUDE "gfx/pokemon/kakuna/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/beedrill/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/beedrill/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/beedrill/shiny.pal"
|
INCLUDE "gfx/pokemon/beedrill/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/gentlarva/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/gentlarva/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/pupal/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/pupal/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/carapthor/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/carapthor/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/kotora/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/kotora/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/gaotora/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/gaotora/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/gorotora/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/gorotora/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/raitora/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/raitora/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/pidgey/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/pidgey/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/pidgey/shiny.pal"
|
INCLUDE "gfx/pokemon/pidgey/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/pidgeotto/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/pidgeotto/front.gbcpal", middle_colors
|
||||||
|
|
@ -109,6 +123,8 @@ INCBIN "gfx/pokemon/clefairy/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/clefairy/shiny.pal"
|
INCLUDE "gfx/pokemon/clefairy/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/clefable/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/clefable/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/clefable/shiny.pal"
|
INCLUDE "gfx/pokemon/clefable/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/vulpiii/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/vulpiii/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/vulpix/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/vulpix/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/vulpix/shiny.pal"
|
INCLUDE "gfx/pokemon/vulpix/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/ninetales/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/ninetales/front.gbcpal", middle_colors
|
||||||
|
|
@ -117,6 +133,8 @@ INCBIN "gfx/pokemon/jigglypuff/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/jigglypuff/shiny.pal"
|
INCLUDE "gfx/pokemon/jigglypuff/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/wigglytuff/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/wigglytuff/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/wigglytuff/shiny.pal"
|
INCLUDE "gfx/pokemon/wigglytuff/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/bittybat/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/bittybat/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/zubat/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/zubat/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/zubat/shiny.pal"
|
INCLUDE "gfx/pokemon/zubat/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/golbat/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/golbat/front.gbcpal", middle_colors
|
||||||
|
|
@ -127,6 +145,8 @@ INCBIN "gfx/pokemon/gloom/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/gloom/shiny.pal"
|
INCLUDE "gfx/pokemon/gloom/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/vileplume/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/vileplume/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/vileplume/shiny.pal"
|
INCLUDE "gfx/pokemon/vileplume/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/paraspor/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/paraspor/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/paras/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/paras/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/paras/shiny.pal"
|
INCLUDE "gfx/pokemon/paras/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/parasect/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/parasect/front.gbcpal", middle_colors
|
||||||
|
|
@ -139,10 +159,14 @@ INCBIN "gfx/pokemon/diglett/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/diglett/shiny.pal"
|
INCLUDE "gfx/pokemon/diglett/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/dugtrio/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/dugtrio/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/dugtrio/shiny.pal"
|
INCLUDE "gfx/pokemon/dugtrio/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/coinpur/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/coinpur/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/meowth/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/meowth/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/meowth/shiny.pal"
|
INCLUDE "gfx/pokemon/meowth/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/persian/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/persian/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/persian/shiny.pal"
|
INCLUDE "gfx/pokemon/persian/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/perrserker/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/perrserker/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/psyduck/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/psyduck/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/psyduck/shiny.pal"
|
INCLUDE "gfx/pokemon/psyduck/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/golduck/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/golduck/front.gbcpal", middle_colors
|
||||||
|
|
@ -151,6 +175,10 @@ INCBIN "gfx/pokemon/mankey/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/mankey/shiny.pal"
|
INCLUDE "gfx/pokemon/mankey/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/primeape/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/primeape/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/primeape/shiny.pal"
|
INCLUDE "gfx/pokemon/primeape/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/annihilape/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/annihilape/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/pupperon/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/pupperon/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/growlithe/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/growlithe/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/growlithe/shiny.pal"
|
INCLUDE "gfx/pokemon/growlithe/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/arcanine/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/arcanine/front.gbcpal", middle_colors
|
||||||
|
|
@ -453,6 +481,12 @@ INCBIN "gfx/pokemon/espeon/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/espeon/shiny.pal"
|
INCLUDE "gfx/pokemon/espeon/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/umbreon/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/umbreon/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/umbreon/shiny.pal"
|
INCLUDE "gfx/pokemon/umbreon/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/leafeon/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/leafeon/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/glaceon/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/glaceon/shiny.pal"
|
||||||
|
INCBIN "gfx/pokemon/sylveon/front.gbcpal", middle_colors
|
||||||
|
INCLUDE "gfx/pokemon/sylveon/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/murkrow/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/murkrow/front.gbcpal", middle_colors
|
||||||
INCLUDE "gfx/pokemon/murkrow/shiny.pal"
|
INCLUDE "gfx/pokemon/murkrow/shiny.pal"
|
||||||
INCBIN "gfx/pokemon/slowking/front.gbcpal", middle_colors
|
INCBIN "gfx/pokemon/slowking/front.gbcpal", middle_colors
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,20 @@ PokemonPicPointers::
|
||||||
dba KakunaBackpic
|
dba KakunaBackpic
|
||||||
dba BeedrillFrontpic
|
dba BeedrillFrontpic
|
||||||
dba BeedrillBackpic
|
dba BeedrillBackpic
|
||||||
|
dba GentlarvaFrontpic
|
||||||
|
dba GentlarvaBackpic
|
||||||
|
dba PupalFrontpic
|
||||||
|
dba PupalBackpic
|
||||||
|
dba CarapthorFrontpic
|
||||||
|
dba CarapthorBackpic
|
||||||
|
dba KotoraFrontpic
|
||||||
|
dba KotoraBackpic
|
||||||
|
dba GaotoraFrontpic
|
||||||
|
dba GaotoraBackpic
|
||||||
|
dba GorotoraFrontpic
|
||||||
|
dba GorotoraBackpic
|
||||||
|
dba RaitoraFrontpic
|
||||||
|
dba RaitoraBackpic
|
||||||
dba PidgeyFrontpic
|
dba PidgeyFrontpic
|
||||||
dba PidgeyBackpic
|
dba PidgeyBackpic
|
||||||
dba PidgeottoFrontpic
|
dba PidgeottoFrontpic
|
||||||
|
|
@ -89,6 +103,8 @@ PokemonPicPointers::
|
||||||
dba ClefairyBackpic
|
dba ClefairyBackpic
|
||||||
dba ClefableFrontpic
|
dba ClefableFrontpic
|
||||||
dba ClefableBackpic
|
dba ClefableBackpic
|
||||||
|
dba VulpiiiFrontpic
|
||||||
|
dba VulpiiiBackpic
|
||||||
dba VulpixFrontpic
|
dba VulpixFrontpic
|
||||||
dba VulpixBackpic
|
dba VulpixBackpic
|
||||||
dba NinetalesFrontpic
|
dba NinetalesFrontpic
|
||||||
|
|
@ -97,6 +113,8 @@ PokemonPicPointers::
|
||||||
dba JigglypuffBackpic
|
dba JigglypuffBackpic
|
||||||
dba WigglytuffFrontpic
|
dba WigglytuffFrontpic
|
||||||
dba WigglytuffBackpic
|
dba WigglytuffBackpic
|
||||||
|
dba BittybatFrontpic
|
||||||
|
dba BittybatBackpic
|
||||||
dba ZubatFrontpic
|
dba ZubatFrontpic
|
||||||
dba ZubatBackpic
|
dba ZubatBackpic
|
||||||
dba GolbatFrontpic
|
dba GolbatFrontpic
|
||||||
|
|
@ -107,6 +125,8 @@ PokemonPicPointers::
|
||||||
dba GloomBackpic
|
dba GloomBackpic
|
||||||
dba VileplumeFrontpic
|
dba VileplumeFrontpic
|
||||||
dba VileplumeBackpic
|
dba VileplumeBackpic
|
||||||
|
dba ParasporFrontpic
|
||||||
|
dba ParasporBackpic
|
||||||
dba ParasFrontpic
|
dba ParasFrontpic
|
||||||
dba ParasBackpic
|
dba ParasBackpic
|
||||||
dba ParasectFrontpic
|
dba ParasectFrontpic
|
||||||
|
|
@ -119,10 +139,14 @@ PokemonPicPointers::
|
||||||
dba DiglettBackpic
|
dba DiglettBackpic
|
||||||
dba DugtrioFrontpic
|
dba DugtrioFrontpic
|
||||||
dba DugtrioBackpic
|
dba DugtrioBackpic
|
||||||
|
dba CoinpurFrontpic
|
||||||
|
dba CoinpurBackpic
|
||||||
dba MeowthFrontpic
|
dba MeowthFrontpic
|
||||||
dba MeowthBackpic
|
dba MeowthBackpic
|
||||||
dba PersianFrontpic
|
dba PersianFrontpic
|
||||||
dba PersianBackpic
|
dba PersianBackpic
|
||||||
|
dba PerrserkerFrontpic
|
||||||
|
dba PerrserkerBackpic
|
||||||
dba PsyduckFrontpic
|
dba PsyduckFrontpic
|
||||||
dba PsyduckBackpic
|
dba PsyduckBackpic
|
||||||
dba GolduckFrontpic
|
dba GolduckFrontpic
|
||||||
|
|
@ -131,6 +155,10 @@ PokemonPicPointers::
|
||||||
dba MankeyBackpic
|
dba MankeyBackpic
|
||||||
dba PrimeapeFrontpic
|
dba PrimeapeFrontpic
|
||||||
dba PrimeapeBackpic
|
dba PrimeapeBackpic
|
||||||
|
dba AnnihilapeFrontpic
|
||||||
|
dba AnnihilapeBackpic
|
||||||
|
dba PupperonFrontpic
|
||||||
|
dba PupperonBackpic
|
||||||
dba GrowlitheFrontpic
|
dba GrowlitheFrontpic
|
||||||
dba GrowlitheBackpic
|
dba GrowlitheBackpic
|
||||||
dba ArcanineFrontpic
|
dba ArcanineFrontpic
|
||||||
|
|
@ -433,6 +461,12 @@ PokemonPicPointers::
|
||||||
dba EspeonBackpic
|
dba EspeonBackpic
|
||||||
dba UmbreonFrontpic
|
dba UmbreonFrontpic
|
||||||
dba UmbreonBackpic
|
dba UmbreonBackpic
|
||||||
|
dba LeafeonFrontpic
|
||||||
|
dba LeafeonBackpic
|
||||||
|
dba GlaceonFrontpic
|
||||||
|
dba GlaceonBackpic
|
||||||
|
dba SylveonFrontpic
|
||||||
|
dba SylveonBackpic
|
||||||
dba MurkrowFrontpic
|
dba MurkrowFrontpic
|
||||||
dba MurkrowBackpic
|
dba MurkrowBackpic
|
||||||
dba SlowkingFrontpic
|
dba SlowkingFrontpic
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,10 @@ JohtoGrassWildMons:
|
||||||
dbw 3, GASTLY
|
dbw 3, GASTLY
|
||||||
dbw 4, GASTLY
|
dbw 4, GASTLY
|
||||||
dbw 5, GASTLY
|
dbw 5, GASTLY
|
||||||
dbw 3, RATTATA
|
dbw 3, COINPUR
|
||||||
dbw 6, GASTLY
|
dbw 6, GASTLY
|
||||||
dbw 5, RATTATA
|
dbw 5, COINPUR
|
||||||
dbw 5, RATTATA
|
dbw 5, COINPUR
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons SPROUT_TOWER_3F
|
def_grass_wildmons SPROUT_TOWER_3F
|
||||||
|
|
@ -52,10 +52,10 @@ JohtoGrassWildMons:
|
||||||
dbw 3, GASTLY
|
dbw 3, GASTLY
|
||||||
dbw 4, GASTLY
|
dbw 4, GASTLY
|
||||||
dbw 5, GASTLY
|
dbw 5, GASTLY
|
||||||
dbw 3, RATTATA
|
dbw 3, COINPUR
|
||||||
dbw 6, GASTLY
|
dbw 6, GASTLY
|
||||||
dbw 5, RATTATA
|
dbw 5, COINPUR
|
||||||
dbw 5, RATTATA
|
dbw 5, COINPUR
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_2F
|
def_grass_wildmons TIN_TOWER_2F
|
||||||
|
|
@ -80,10 +80,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_3F
|
def_grass_wildmons TIN_TOWER_3F
|
||||||
|
|
@ -108,10 +108,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_4F
|
def_grass_wildmons TIN_TOWER_4F
|
||||||
|
|
@ -136,10 +136,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_5F
|
def_grass_wildmons TIN_TOWER_5F
|
||||||
|
|
@ -164,10 +164,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_6F
|
def_grass_wildmons TIN_TOWER_6F
|
||||||
|
|
@ -192,10 +192,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_7F
|
def_grass_wildmons TIN_TOWER_7F
|
||||||
|
|
@ -220,10 +220,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_8F
|
def_grass_wildmons TIN_TOWER_8F
|
||||||
|
|
@ -248,10 +248,10 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons TIN_TOWER_9F
|
def_grass_wildmons TIN_TOWER_9F
|
||||||
|
|
@ -276,39 +276,39 @@ JohtoGrassWildMons:
|
||||||
dbw 20, GASTLY
|
dbw 20, GASTLY
|
||||||
dbw 21, GASTLY
|
dbw 21, GASTLY
|
||||||
dbw 22, GASTLY
|
dbw 22, GASTLY
|
||||||
dbw 22, RATTATA
|
dbw 22, MEOWTH ; MOIBELLE?
|
||||||
dbw 23, RATTATA
|
dbw 23, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
dbw 24, RATTATA
|
dbw 24, MEOWTH ; MOIBELLE?
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
; Reworked to be way more Fire-type themed.
|
; Reworked to be way more Fire-type themed.
|
||||||
; The Burned Tower isn't very useful because stuff like Rattata can be found anywhere.
|
; The Burned Tower isn't very useful because stuff like Rattata can be found anywhere.
|
||||||
; They're good for worldbuilding but little else.
|
; They're good for worldbuilding but little else.
|
||||||
; Did you know they removed Magmar in B1F in Crystal? For Weezing??
|
; Did you know they removed Magmar in B1F in Crystal? For Weezing??
|
||||||
; The Rattata could possibly be replaced with Vulpiii later.
|
; The Rattata have been replaced with Vulpiii in 1F, and Pupperon in B1F.
|
||||||
def_grass_wildmons BURNED_TOWER_1F
|
def_grass_wildmons BURNED_TOWER_1F
|
||||||
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 13, RATTATA
|
dbw 13, VULPIII
|
||||||
dbw 14, KOFFING
|
dbw 14, KOFFING
|
||||||
dbw 15, RATTATA
|
dbw 15, VULPIII
|
||||||
dbw 14, ZUBAT
|
dbw 14, ZUBAT
|
||||||
dbw 16, KOFFING
|
dbw 16, KOFFING
|
||||||
dbw 15, HOUNDOUR
|
dbw 15, HOUNDOUR
|
||||||
dbw 15, HOUNDOUR
|
dbw 15, HOUNDOUR
|
||||||
; day
|
; day
|
||||||
dbw 13, RATTATA
|
dbw 13, VULPIII
|
||||||
dbw 14, KOFFING
|
dbw 14, KOFFING
|
||||||
dbw 15, RATTATA
|
dbw 15, VULPIII
|
||||||
dbw 14, ZUBAT
|
dbw 14, ZUBAT
|
||||||
dbw 16, KOFFING
|
dbw 16, KOFFING
|
||||||
dbw 15, HOUNDOUR
|
dbw 15, HOUNDOUR
|
||||||
dbw 15, HOUNDOUR
|
dbw 15, HOUNDOUR
|
||||||
; nite
|
; nite
|
||||||
dbw 13, RATTATA
|
dbw 13, VULPIII
|
||||||
dbw 14, KOFFING
|
dbw 14, KOFFING
|
||||||
dbw 15, RATTATA
|
dbw 15, VULPIII
|
||||||
dbw 14, ZUBAT
|
dbw 14, ZUBAT
|
||||||
dbw 16, KOFFING
|
dbw 16, KOFFING
|
||||||
dbw 15, HOUNDOUR
|
dbw 15, HOUNDOUR
|
||||||
|
|
@ -318,26 +318,26 @@ JohtoGrassWildMons:
|
||||||
def_grass_wildmons BURNED_TOWER_B1F
|
def_grass_wildmons BURNED_TOWER_B1F
|
||||||
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 14, RATTATA
|
dbw 14, PUPPERON
|
||||||
dbw 14, SLUGMA
|
dbw 14, SLUGMA
|
||||||
dbw 16, SLUGMA
|
dbw 16, SLUGMA
|
||||||
dbw 16, RATTATA
|
dbw 16, PUPPERON
|
||||||
dbw 15, ZUBAT
|
dbw 15, ZUBAT
|
||||||
dbw 14, MAGBY
|
dbw 14, MAGBY
|
||||||
dbw 14, MAGBY
|
dbw 14, MAGBY
|
||||||
; day
|
; day
|
||||||
dbw 14, RATTATA
|
dbw 14, PUPPERON
|
||||||
dbw 14, SLUGMA
|
dbw 14, SLUGMA
|
||||||
dbw 16, SLUGMA
|
dbw 16, SLUGMA
|
||||||
dbw 16, RATTATA
|
dbw 16, PUPPERON
|
||||||
dbw 15, ZUBAT
|
dbw 15, ZUBAT
|
||||||
dbw 14, MAGBY
|
dbw 14, MAGBY
|
||||||
dbw 14, MAGBY
|
dbw 14, MAGBY
|
||||||
; nite
|
; nite
|
||||||
dbw 14, RATTATA
|
dbw 14, PUPPERON
|
||||||
dbw 14, SLUGMA
|
dbw 14, SLUGMA
|
||||||
dbw 16, SLUGMA
|
dbw 16, SLUGMA
|
||||||
dbw 16, RATTATA
|
dbw 16, PUPPERON
|
||||||
dbw 15, ZUBAT
|
dbw 15, ZUBAT
|
||||||
dbw 14, MAGMAR
|
dbw 14, MAGMAR
|
||||||
dbw 14, MAGMAR
|
dbw 14, MAGMAR
|
||||||
|
|
@ -432,7 +432,7 @@ JohtoGrassWildMons:
|
||||||
; morn
|
; morn
|
||||||
dbw 6, GEODUDE
|
dbw 6, GEODUDE
|
||||||
dbw 6, SANDSHREW
|
dbw 6, SANDSHREW
|
||||||
dbw 5, ZUBAT
|
dbw 5, BITTYBAT
|
||||||
dbw 4, RATTATA
|
dbw 4, RATTATA
|
||||||
dbw 7, ZUBAT
|
dbw 7, ZUBAT
|
||||||
dbw 6, ONIX
|
dbw 6, ONIX
|
||||||
|
|
@ -440,7 +440,7 @@ JohtoGrassWildMons:
|
||||||
; day
|
; day
|
||||||
dbw 6, GEODUDE
|
dbw 6, GEODUDE
|
||||||
dbw 6, SANDSHREW
|
dbw 6, SANDSHREW
|
||||||
dbw 5, ZUBAT
|
dbw 5, BITTYBAT
|
||||||
dbw 4, RATTATA
|
dbw 4, RATTATA
|
||||||
dbw 7, ZUBAT
|
dbw 7, ZUBAT
|
||||||
dbw 6, ONIX
|
dbw 6, ONIX
|
||||||
|
|
@ -450,7 +450,7 @@ JohtoGrassWildMons:
|
||||||
dbw 6, RATTATA
|
dbw 6, RATTATA
|
||||||
dbw 5, WOOPER
|
dbw 5, WOOPER
|
||||||
dbw 4, RATTATA
|
dbw 4, RATTATA
|
||||||
dbw 7, ZUBAT
|
dbw 7, BITTYBAT
|
||||||
dbw 6, ONIX
|
dbw 6, ONIX
|
||||||
dbw 6, ONIX
|
dbw 6, ONIX
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
@ -459,7 +459,7 @@ JohtoGrassWildMons:
|
||||||
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 8, GEODUDE
|
dbw 8, GEODUDE
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 8, ZUBAT
|
dbw 8, ZUBAT
|
||||||
dbw 8, ONIX
|
dbw 8, ONIX
|
||||||
dbw 6, RATTATA
|
dbw 6, RATTATA
|
||||||
|
|
@ -467,15 +467,15 @@ JohtoGrassWildMons:
|
||||||
dbw 8, RATTATA
|
dbw 8, RATTATA
|
||||||
; day
|
; day
|
||||||
dbw 8, GEODUDE
|
dbw 8, GEODUDE
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 8, ZUBAT
|
dbw 8, BITTYBAT
|
||||||
dbw 8, ONIX
|
dbw 8, ONIX
|
||||||
dbw 6, RATTATA
|
dbw 6, RATTATA
|
||||||
dbw 8, RATTATA
|
dbw 8, RATTATA
|
||||||
dbw 8, RATTATA
|
dbw 8, RATTATA
|
||||||
; nite
|
; nite
|
||||||
dbw 8, GEODUDE
|
dbw 8, GEODUDE
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 8, WOOPER
|
dbw 8, WOOPER
|
||||||
dbw 8, ONIX
|
dbw 8, ONIX
|
||||||
dbw 6, RATTATA
|
dbw 6, RATTATA
|
||||||
|
|
@ -514,27 +514,27 @@ JohtoGrassWildMons:
|
||||||
def_grass_wildmons SLOWPOKE_WELL_B1F
|
def_grass_wildmons SLOWPOKE_WELL_B1F
|
||||||
db 2 percent, 2 percent, 2 percent ; encounter rates: morn/day/nite
|
db 2 percent, 2 percent, 2 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 5, ZUBAT
|
dbw 5, BITTYBAT
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 7, ZUBAT
|
dbw 7, BITTYBAT
|
||||||
dbw 6, SLOWPOKE
|
dbw 6, SLOWPOKE
|
||||||
dbw 8, ZUBAT
|
dbw 8, BITTYBAT
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
; day
|
; day
|
||||||
dbw 5, ZUBAT
|
dbw 5, BITTYBAT
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 7, ZUBAT
|
dbw 7, BITTYBAT
|
||||||
dbw 6, SLOWPOKE
|
dbw 6, SLOWPOKE
|
||||||
dbw 8, ZUBAT
|
dbw 8, BITTYBAT
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
; nite
|
; nite
|
||||||
dbw 5, ZUBAT
|
dbw 5, BITTYBAT
|
||||||
dbw 6, ZUBAT
|
dbw 6, BITTYBAT
|
||||||
dbw 7, ZUBAT
|
dbw 7, BITTYBAT
|
||||||
dbw 6, SLOWPOKE
|
dbw 6, SLOWPOKE
|
||||||
dbw 8, ZUBAT
|
dbw 8, BITTYBAT
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
dbw 8, SLOWPOKE
|
dbw 8, SLOWPOKE
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
@ -570,8 +570,9 @@ JohtoGrassWildMons:
|
||||||
; With Viridian Forest existing, much of this wild data no longer made sense.
|
; With Viridian Forest existing, much of this wild data no longer made sense.
|
||||||
; Changed to feature Yanma, Ledyba, etc.
|
; Changed to feature Yanma, Ledyba, etc.
|
||||||
; Yanma gives easier Yanmega access, Ledyba and Spinarak are nice flavour.
|
; Yanma gives easier Yanmega access, Ledyba and Spinarak are nice flavour.
|
||||||
; Paras remains accessible for HM usage. It should be Paraspor, though.
|
; Paraspor remains accessible for HM usage.
|
||||||
; Shuckle, Pineco, and Heracross should be made more common Headbutt tree Pokemon.
|
; Shuckle, Pineco, and Heracross should be made more common Headbutt tree Pokemon.
|
||||||
|
; Gentlarva appears less than the other bugs, as usual, replacing Pidgey. Yanma is the new predator.
|
||||||
def_grass_wildmons ILEX_FOREST
|
def_grass_wildmons ILEX_FOREST
|
||||||
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
|
|
@ -579,7 +580,7 @@ JohtoGrassWildMons:
|
||||||
dbw 5, WEEDLE
|
dbw 5, WEEDLE
|
||||||
dbw 7, LEDYBA
|
dbw 7, LEDYBA
|
||||||
dbw 7, LEDYBA
|
dbw 7, LEDYBA
|
||||||
dbw 7, PIDGEY
|
dbw 7, GENTLARVA
|
||||||
dbw 6, YANMA
|
dbw 6, YANMA
|
||||||
dbw 6, YANMA
|
dbw 6, YANMA
|
||||||
; day
|
; day
|
||||||
|
|
@ -587,7 +588,7 @@ JohtoGrassWildMons:
|
||||||
dbw 5, WEEDLE
|
dbw 5, WEEDLE
|
||||||
dbw 7, LEDYBA
|
dbw 7, LEDYBA
|
||||||
dbw 7, LEDYBA
|
dbw 7, LEDYBA
|
||||||
dbw 7, PIDGEY
|
dbw 7, GENTLARVA
|
||||||
dbw 6, YANMA
|
dbw 6, YANMA
|
||||||
dbw 6, YANMA
|
dbw 6, YANMA
|
||||||
; nite
|
; nite
|
||||||
|
|
@ -596,26 +597,27 @@ JohtoGrassWildMons:
|
||||||
dbw 7, SPINARAK
|
dbw 7, SPINARAK
|
||||||
dbw 7, PSYDUCK
|
dbw 7, PSYDUCK
|
||||||
dbw 7, HOOTHOOT
|
dbw 7, HOOTHOOT
|
||||||
dbw 6, PARAS ; PARASPOR
|
dbw 6, PARASPOR
|
||||||
dbw 6, PARAS ; PARASPOR
|
dbw 6, PARASPOR
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
; Mt. Mortar now has consistent Marill access like GS.
|
; Mt. Mortar now has consistent Marill access like GS.
|
||||||
|
; Zubats and Golbats are no longer outside during the day as their Pokedex data often says they hate light. Also, Kotora.
|
||||||
def_grass_wildmons MOUNT_MORTAR_1F_OUTSIDE
|
def_grass_wildmons MOUNT_MORTAR_1F_OUTSIDE
|
||||||
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
db 6 percent, 6 percent, 6 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 14, RATTATA
|
dbw 14, RATTATA
|
||||||
dbw 13, ZUBAT
|
dbw 13, KOTORA
|
||||||
dbw 14, MACHOP
|
dbw 14, MACHOP
|
||||||
dbw 13, GOLBAT
|
dbw 13, KOTORA
|
||||||
dbw 14, GEODUDE
|
dbw 14, GEODUDE
|
||||||
dbw 16, RATICATE
|
dbw 16, RATICATE
|
||||||
dbw 16, RATICATE
|
dbw 16, RATICATE
|
||||||
; day
|
; day
|
||||||
dbw 14, RATTATA
|
dbw 14, RATTATA
|
||||||
dbw 13, ZUBAT
|
dbw 13, KOTORA
|
||||||
dbw 14, MACHOP
|
dbw 14, MACHOP
|
||||||
dbw 13, GOLBAT
|
dbw 13, KOTORA
|
||||||
dbw 14, GEODUDE
|
dbw 14, GEODUDE
|
||||||
dbw 16, RATICATE
|
dbw 16, RATICATE
|
||||||
dbw 16, RATICATE
|
dbw 16, RATICATE
|
||||||
|
|
@ -1198,28 +1200,28 @@ JohtoGrassWildMons:
|
||||||
def_grass_wildmons DARK_CAVE_VIOLET_ENTRANCE
|
def_grass_wildmons DARK_CAVE_VIOLET_ENTRANCE
|
||||||
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
db 4 percent, 4 percent, 4 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 3, GEODUDE
|
dbw 3, PHANPY
|
||||||
dbw 2, ZUBAT
|
dbw 2, BITTYBAT
|
||||||
dbw 2, GEODUDE
|
dbw 2, PHANPY
|
||||||
dbw 4, GEODUDE
|
dbw 4, PHANPY
|
||||||
dbw 2, TEDDIURSA
|
dbw 2, TEDDIURSA
|
||||||
dbw 4, ZUBAT
|
dbw 4, BITTYBAT
|
||||||
dbw 4, DUNSPARCE
|
dbw 4, DUNSPARCE
|
||||||
; day
|
; day
|
||||||
dbw 3, GEODUDE
|
dbw 3, PHANPY
|
||||||
dbw 2, ZUBAT
|
dbw 2, BITTYBAT
|
||||||
dbw 2, GEODUDE
|
dbw 2, PHANPY
|
||||||
dbw 4, GEODUDE
|
dbw 4, PHANPY
|
||||||
dbw 2, ZUBAT
|
dbw 2, BITTYBAT
|
||||||
dbw 4, ZUBAT
|
dbw 4, BITTYBAT
|
||||||
dbw 4, DUNSPARCE
|
dbw 4, DUNSPARCE
|
||||||
; nite
|
; nite
|
||||||
dbw 3, GEODUDE
|
dbw 3, GEODUDE
|
||||||
dbw 2, ZUBAT
|
dbw 2, BITTYBAT
|
||||||
dbw 2, GEODUDE
|
dbw 2, GEODUDE
|
||||||
dbw 4, GEODUDE
|
dbw 4, GEODUDE
|
||||||
dbw 2, ZUBAT
|
dbw 2, BITTYBAT
|
||||||
dbw 4, ZUBAT
|
dbw 4, BITTYBAT
|
||||||
dbw 4, DUNSPARCE
|
dbw 4, DUNSPARCE
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
|
|
@ -1358,7 +1360,7 @@ JohtoGrassWildMons:
|
||||||
dbw 7, HOPPIP
|
dbw 7, HOPPIP
|
||||||
; nite
|
; nite
|
||||||
dbw 4, WOOPER
|
dbw 4, WOOPER
|
||||||
dbw 5, RATTATA
|
dbw 5, COINPUR
|
||||||
dbw 7, BELLSPROUT
|
dbw 7, BELLSPROUT
|
||||||
dbw 6, MAREEP ; From Gold
|
dbw 6, MAREEP ; From Gold
|
||||||
dbw 7, HOOTHOOT
|
dbw 7, HOOTHOOT
|
||||||
|
|
@ -1385,13 +1387,13 @@ JohtoGrassWildMons:
|
||||||
dbw 7, HOPPIP
|
dbw 7, HOPPIP
|
||||||
dbw 7, HOPPIP
|
dbw 7, HOPPIP
|
||||||
; nite
|
; nite
|
||||||
dbw 6, RATTATA
|
dbw 6, COINPUR
|
||||||
dbw 6, ZUBAT
|
dbw 6, ZUBAT
|
||||||
dbw 6, GEODUDE
|
dbw 6, GEODUDE
|
||||||
dbw 6, ZUBAT
|
dbw 6, ZUBAT
|
||||||
dbw 7, RATTATA
|
dbw 7, COINPUR
|
||||||
dbw 7, RATTATA
|
dbw 7, COINPUR
|
||||||
dbw 7, RATTATA
|
dbw 7, COINPUR
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons ROUTE_34
|
def_grass_wildmons ROUTE_34
|
||||||
|
|
@ -1414,7 +1416,7 @@ JohtoGrassWildMons:
|
||||||
dbw 10, DITTO
|
dbw 10, DITTO
|
||||||
; nite
|
; nite
|
||||||
dbw 12, DROWZEE
|
dbw 12, DROWZEE
|
||||||
dbw 11, RATTATA
|
dbw 11, COINPUR
|
||||||
dbw 12, HOOTHOOT
|
dbw 12, HOOTHOOT
|
||||||
dbw 10, ABRA
|
dbw 10, ABRA
|
||||||
dbw 12, JIGGLYPUFF
|
dbw 12, JIGGLYPUFF
|
||||||
|
|
@ -1456,7 +1458,7 @@ JohtoGrassWildMons:
|
||||||
dbw 4, LEDYBA
|
dbw 4, LEDYBA
|
||||||
dbw 4, PIDGEY
|
dbw 4, PIDGEY
|
||||||
dbw 5, BELLSPROUT
|
dbw 5, BELLSPROUT
|
||||||
dbw 5, GROWLITHE
|
dbw 5, PUPPERON
|
||||||
dbw 5, PIDGEY
|
dbw 5, PIDGEY
|
||||||
dbw 6, PIDGEY
|
dbw 6, PIDGEY
|
||||||
dbw 6, PIDGEY
|
dbw 6, PIDGEY
|
||||||
|
|
@ -1464,7 +1466,7 @@ JohtoGrassWildMons:
|
||||||
dbw 4, PIDGEY
|
dbw 4, PIDGEY
|
||||||
dbw 4, PIDGEY
|
dbw 4, PIDGEY
|
||||||
dbw 5, BELLSPROUT
|
dbw 5, BELLSPROUT
|
||||||
dbw 5, GROWLITHE
|
dbw 5, PUPPERON
|
||||||
dbw 5, PIDGEY
|
dbw 5, PIDGEY
|
||||||
dbw 6, PIDGEY
|
dbw 6, PIDGEY
|
||||||
dbw 6, PIDGEY
|
dbw 6, PIDGEY
|
||||||
|
|
@ -1472,7 +1474,7 @@ JohtoGrassWildMons:
|
||||||
dbw 4, SPINARAK
|
dbw 4, SPINARAK
|
||||||
dbw 4, HOOTHOOT
|
dbw 4, HOOTHOOT
|
||||||
dbw 5, BELLSPROUT
|
dbw 5, BELLSPROUT
|
||||||
dbw 5, HOOTHOOT
|
dbw 5, VULPIII ; Silver data, but specifically at night
|
||||||
dbw 5, HOOTHOOT
|
dbw 5, HOOTHOOT
|
||||||
dbw 5, MISDREAVUS
|
dbw 5, MISDREAVUS
|
||||||
dbw 5, MISDREAVUS
|
dbw 5, MISDREAVUS
|
||||||
|
|
@ -1484,7 +1486,7 @@ JohtoGrassWildMons:
|
||||||
def_grass_wildmons ROUTE_37
|
def_grass_wildmons ROUTE_37
|
||||||
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 13, LEDYBA
|
dbw 13, PUPPERON
|
||||||
dbw 14, STANTLER
|
dbw 14, STANTLER
|
||||||
dbw 15, PIDGEY
|
dbw 15, PIDGEY
|
||||||
dbw 16, GROWLITHE
|
dbw 16, GROWLITHE
|
||||||
|
|
@ -1492,7 +1494,7 @@ JohtoGrassWildMons:
|
||||||
dbw 15, LEDIAN
|
dbw 15, LEDIAN
|
||||||
dbw 15, LEDIAN
|
dbw 15, LEDIAN
|
||||||
; day
|
; day
|
||||||
dbw 13, PIDGEY
|
dbw 13, PUPPERON
|
||||||
dbw 14, STANTLER
|
dbw 14, STANTLER
|
||||||
dbw 15, PIDGEY
|
dbw 15, PIDGEY
|
||||||
dbw 16, GROWLITHE
|
dbw 16, GROWLITHE
|
||||||
|
|
@ -1685,6 +1687,7 @@ JohtoGrassWildMons:
|
||||||
; Ports the 5% Jigglypuff all-day encounter from GS.
|
; Ports the 5% Jigglypuff all-day encounter from GS.
|
||||||
; Makes Hoothoot replace a Rattata at night to have continuity with Spearow.
|
; Makes Hoothoot replace a Rattata at night to have continuity with Spearow.
|
||||||
; Overall, increased Johto frequency that matches early advertising for the game.
|
; Overall, increased Johto frequency that matches early advertising for the game.
|
||||||
|
; Coinpur replaces Rattatas at night.
|
||||||
def_grass_wildmons ROUTE_46
|
def_grass_wildmons ROUTE_46
|
||||||
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
|
|
@ -1707,8 +1710,8 @@ JohtoGrassWildMons:
|
||||||
dbw 2, GEODUDE
|
dbw 2, GEODUDE
|
||||||
dbw 2, HOOTHOOT
|
dbw 2, HOOTHOOT
|
||||||
dbw 3, GEODUDE
|
dbw 3, GEODUDE
|
||||||
dbw 3, RATTATA
|
dbw 3, COINPUR
|
||||||
dbw 2, RATTATA
|
dbw 2, COINPUR
|
||||||
dbw 2, JIGGLYPUFF
|
dbw 2, JIGGLYPUFF
|
||||||
dbw 2, JIGGLYPUFF
|
dbw 2, JIGGLYPUFF
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
|
||||||
|
|
@ -338,60 +338,62 @@ KantoGrassWildMons:
|
||||||
dbw 35, RATICATE
|
dbw 35, RATICATE
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
|
; Gold Data, but with Snubbull in the day, vaguely like Crystal.
|
||||||
def_grass_wildmons ROUTE_7
|
def_grass_wildmons ROUTE_7
|
||||||
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 37, RATTATA
|
db 37, RATTATA
|
||||||
dbw 37, SPEAROW
|
db 37, SPEAROW
|
||||||
dbw 38, SNUBBULL
|
db 38, GROWLITHE
|
||||||
dbw 38, RATICATE
|
db 39, RATICATE
|
||||||
dbw 38, JIGGLYPUFF
|
db 39, RATTATA
|
||||||
dbw 36, ABRA
|
db 35, SNUBBULL
|
||||||
dbw 36, ABRA
|
db 35, SNUBBULL
|
||||||
; day
|
; day
|
||||||
dbw 37, RATTATA
|
db 37, RATTATA
|
||||||
dbw 37, SPEAROW
|
db 37, SPEAROW
|
||||||
dbw 38, SNUBBULL
|
db 38, GROWLITHE
|
||||||
dbw 38, RATICATE
|
db 39, RATICATE
|
||||||
dbw 38, JIGGLYPUFF
|
db 39, RATTATA
|
||||||
dbw 36, ABRA
|
db 35, GROWLITHE
|
||||||
dbw 36, ABRA
|
db 35, GROWLITHE
|
||||||
; nite
|
; nite
|
||||||
dbw 37, MEOWTH
|
db 37, RATTATA
|
||||||
dbw 37, MURKROW
|
db 37, MURKROW
|
||||||
dbw 38, HOUNDOUR
|
db 38, GROWLITHE
|
||||||
dbw 38, PERSIAN
|
db 39, RATICATE
|
||||||
dbw 38, JIGGLYPUFF
|
db 39, MURKROW
|
||||||
dbw 36, ABRA
|
db 35, HOUNDOUR
|
||||||
dbw 36, ABRA
|
db 35, HOUNDOUR
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
|
; Silver Data, contrasting with Route 7's Gold Data.
|
||||||
def_grass_wildmons ROUTE_8
|
def_grass_wildmons ROUTE_8
|
||||||
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
db 10 percent, 10 percent, 10 percent ; encounter rates: morn/day/nite
|
||||||
; morn
|
; morn
|
||||||
dbw 37, SNUBBULL
|
db 37, MEOWTH
|
||||||
dbw 39, PIDGEOTTO
|
db 39, PIDGEOTTO
|
||||||
dbw 36, ABRA
|
db 35, ABRA
|
||||||
dbw 37, GROWLITHE
|
db 38, VULPIX
|
||||||
dbw 36, JIGGLYPUFF
|
db 37, PIDGEOTTO
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
; day
|
; day
|
||||||
dbw 37, SNUBBULL
|
db 37, MEOWTH
|
||||||
dbw 39, PIDGEOTTO
|
db 39, PIDGEOTTO
|
||||||
dbw 36, ABRA
|
db 35, ABRA
|
||||||
dbw 37, GROWLITHE
|
db 38, VULPIX
|
||||||
dbw 36, JIGGLYPUFF
|
db 37, PIDGEOTTO
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
; nite
|
; nite
|
||||||
dbw 37, MEOWTH
|
db 37, MEOWTH
|
||||||
dbw 30, NOCTOWL
|
db 30, HAUNTER
|
||||||
dbw 36, ABRA
|
db 35, ABRA
|
||||||
dbw 37, HAUNTER
|
db 39, NOCTOWL
|
||||||
dbw 36, JIGGLYPUFF
|
db 38, VULPIX
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
dbw 38, KADABRA
|
db 35, KADABRA
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
||||||
def_grass_wildmons ROUTE_9
|
def_grass_wildmons ROUTE_9
|
||||||
|
|
@ -879,7 +881,7 @@ KantoGrassWildMons:
|
||||||
dbw 36, METAPOD
|
dbw 36, METAPOD
|
||||||
dbw 36, CATERPIE
|
dbw 36, CATERPIE
|
||||||
dbw 35, PARAS
|
dbw 35, PARAS
|
||||||
dbw 35, ZUBAT ; KOKANA
|
dbw 35, GENTLARVA
|
||||||
dbw 36, PARAS
|
dbw 36, PARAS
|
||||||
dbw 36, PIKACHU
|
dbw 36, PIKACHU
|
||||||
; day
|
; day
|
||||||
|
|
@ -887,15 +889,15 @@ KantoGrassWildMons:
|
||||||
dbw 36, CATERPIE
|
dbw 36, CATERPIE
|
||||||
dbw 35, METAPOD
|
dbw 35, METAPOD
|
||||||
dbw 36, METAPOD
|
dbw 36, METAPOD
|
||||||
dbw 35, ZUBAT ; KOKANA
|
dbw 35, GENTLARVA
|
||||||
dbw 36, PARAS
|
dbw 36, PARAS
|
||||||
dbw 36, PIKACHU
|
dbw 36, PIKACHU
|
||||||
; nite
|
; nite
|
||||||
dbw 35, ODDISH ; KOTORA
|
dbw 35, KOTORA
|
||||||
dbw 36, ODDISH ; KOTORA
|
dbw 36, KOTORA
|
||||||
dbw 36, ZUBAT
|
dbw 36, ZUBAT
|
||||||
dbw 35, PARAS
|
dbw 35, PARAS
|
||||||
dbw 35, ZUBAT ; KOKANA
|
dbw 35, GENTLARVA
|
||||||
dbw 36, PARAS
|
dbw 36, PARAS
|
||||||
dbw 36, PIKACHU
|
dbw 36, PIKACHU
|
||||||
end_grass_wildmons
|
end_grass_wildmons
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Footprints:
|
Footprints:
|
||||||
table_width LEN_1BPP_TILE * 4, Footprints
|
table_width LEN_1BPP_TILE * 4, Footprints
|
||||||
; don't forget to update assert_table_length
|
|
||||||
INCBIN "gfx/footprints/bulbasaur.1bpp"
|
INCBIN "gfx/footprints/bulbasaur.1bpp"
|
||||||
INCBIN "gfx/footprints/ivysaur.1bpp"
|
INCBIN "gfx/footprints/ivysaur.1bpp"
|
||||||
INCBIN "gfx/footprints/venusaur.1bpp"
|
INCBIN "gfx/footprints/venusaur.1bpp"
|
||||||
|
|
@ -16,6 +16,13 @@ INCBIN "gfx/footprints/butterfree.1bpp"
|
||||||
INCBIN "gfx/footprints/weedle.1bpp"
|
INCBIN "gfx/footprints/weedle.1bpp"
|
||||||
INCBIN "gfx/footprints/kakuna.1bpp"
|
INCBIN "gfx/footprints/kakuna.1bpp"
|
||||||
INCBIN "gfx/footprints/beedrill.1bpp"
|
INCBIN "gfx/footprints/beedrill.1bpp"
|
||||||
|
INCBIN "gfx/footprints/gentlarva.1bpp"
|
||||||
|
INCBIN "gfx/footprints/pupal.1bpp"
|
||||||
|
INCBIN "gfx/footprints/carapthor.1bpp"
|
||||||
|
INCBIN "gfx/footprints/kotora.1bpp"
|
||||||
|
INCBIN "gfx/footprints/gaotora.1bpp"
|
||||||
|
INCBIN "gfx/footprints/gorotora.1bpp"
|
||||||
|
INCBIN "gfx/footprints/raitora.1bpp"
|
||||||
INCBIN "gfx/footprints/pidgey.1bpp"
|
INCBIN "gfx/footprints/pidgey.1bpp"
|
||||||
INCBIN "gfx/footprints/pidgeotto.1bpp"
|
INCBIN "gfx/footprints/pidgeotto.1bpp"
|
||||||
INCBIN "gfx/footprints/pidgeot.1bpp"
|
INCBIN "gfx/footprints/pidgeot.1bpp"
|
||||||
|
|
@ -39,27 +46,34 @@ INCBIN "gfx/footprints/nidoking.1bpp"
|
||||||
INCBIN "gfx/footprints/nidoreign.1bpp"
|
INCBIN "gfx/footprints/nidoreign.1bpp"
|
||||||
INCBIN "gfx/footprints/clefairy.1bpp"
|
INCBIN "gfx/footprints/clefairy.1bpp"
|
||||||
INCBIN "gfx/footprints/clefable.1bpp"
|
INCBIN "gfx/footprints/clefable.1bpp"
|
||||||
|
INCBIN "gfx/footprints/vulpiii.1bpp"
|
||||||
INCBIN "gfx/footprints/vulpix.1bpp"
|
INCBIN "gfx/footprints/vulpix.1bpp"
|
||||||
INCBIN "gfx/footprints/ninetales.1bpp"
|
INCBIN "gfx/footprints/ninetales.1bpp"
|
||||||
INCBIN "gfx/footprints/jigglypuff.1bpp"
|
INCBIN "gfx/footprints/jigglypuff.1bpp"
|
||||||
INCBIN "gfx/footprints/wigglytuff.1bpp"
|
INCBIN "gfx/footprints/wigglytuff.1bpp"
|
||||||
|
INCBIN "gfx/footprints/bittybat.1bpp"
|
||||||
INCBIN "gfx/footprints/zubat.1bpp"
|
INCBIN "gfx/footprints/zubat.1bpp"
|
||||||
INCBIN "gfx/footprints/golbat.1bpp"
|
INCBIN "gfx/footprints/golbat.1bpp"
|
||||||
INCBIN "gfx/footprints/oddish.1bpp"
|
INCBIN "gfx/footprints/oddish.1bpp"
|
||||||
INCBIN "gfx/footprints/gloom.1bpp"
|
INCBIN "gfx/footprints/gloom.1bpp"
|
||||||
INCBIN "gfx/footprints/vileplume.1bpp"
|
INCBIN "gfx/footprints/vileplume.1bpp"
|
||||||
|
INCBIN "gfx/footprints/paraspor.1bpp"
|
||||||
INCBIN "gfx/footprints/paras.1bpp"
|
INCBIN "gfx/footprints/paras.1bpp"
|
||||||
INCBIN "gfx/footprints/parasect.1bpp"
|
INCBIN "gfx/footprints/parasect.1bpp"
|
||||||
INCBIN "gfx/footprints/venonat.1bpp"
|
INCBIN "gfx/footprints/venonat.1bpp"
|
||||||
INCBIN "gfx/footprints/venomoth.1bpp"
|
INCBIN "gfx/footprints/venomoth.1bpp"
|
||||||
INCBIN "gfx/footprints/diglett.1bpp"
|
INCBIN "gfx/footprints/diglett.1bpp"
|
||||||
INCBIN "gfx/footprints/dugtrio.1bpp"
|
INCBIN "gfx/footprints/dugtrio.1bpp"
|
||||||
|
INCBIN "gfx/footprints/coinpur.1bpp"
|
||||||
INCBIN "gfx/footprints/meowth.1bpp"
|
INCBIN "gfx/footprints/meowth.1bpp"
|
||||||
INCBIN "gfx/footprints/persian.1bpp"
|
INCBIN "gfx/footprints/persian.1bpp"
|
||||||
|
INCBIN "gfx/footprints/perrserker.1bpp"
|
||||||
INCBIN "gfx/footprints/psyduck.1bpp"
|
INCBIN "gfx/footprints/psyduck.1bpp"
|
||||||
INCBIN "gfx/footprints/golduck.1bpp"
|
INCBIN "gfx/footprints/golduck.1bpp"
|
||||||
INCBIN "gfx/footprints/mankey.1bpp"
|
INCBIN "gfx/footprints/mankey.1bpp"
|
||||||
INCBIN "gfx/footprints/primeape.1bpp"
|
INCBIN "gfx/footprints/primeape.1bpp"
|
||||||
|
INCBIN "gfx/footprints/annihilape.1bpp"
|
||||||
|
INCBIN "gfx/footprints/pupperon.1bpp"
|
||||||
INCBIN "gfx/footprints/growlithe.1bpp"
|
INCBIN "gfx/footprints/growlithe.1bpp"
|
||||||
INCBIN "gfx/footprints/arcanine.1bpp"
|
INCBIN "gfx/footprints/arcanine.1bpp"
|
||||||
INCBIN "gfx/footprints/poliwag.1bpp"
|
INCBIN "gfx/footprints/poliwag.1bpp"
|
||||||
|
|
@ -211,6 +225,9 @@ INCBIN "gfx/footprints/wooper.1bpp"
|
||||||
INCBIN "gfx/footprints/quagsire.1bpp"
|
INCBIN "gfx/footprints/quagsire.1bpp"
|
||||||
INCBIN "gfx/footprints/espeon.1bpp"
|
INCBIN "gfx/footprints/espeon.1bpp"
|
||||||
INCBIN "gfx/footprints/umbreon.1bpp"
|
INCBIN "gfx/footprints/umbreon.1bpp"
|
||||||
|
INCBIN "gfx/footprints/leafeon.1bpp"
|
||||||
|
INCBIN "gfx/footprints/glaceon.1bpp"
|
||||||
|
INCBIN "gfx/footprints/sylveon.1bpp"
|
||||||
INCBIN "gfx/footprints/murkrow.1bpp"
|
INCBIN "gfx/footprints/murkrow.1bpp"
|
||||||
INCBIN "gfx/footprints/slowking.1bpp"
|
INCBIN "gfx/footprints/slowking.1bpp"
|
||||||
INCBIN "gfx/footprints/misdreavus.1bpp"
|
INCBIN "gfx/footprints/misdreavus.1bpp"
|
||||||
|
|
@ -273,4 +290,4 @@ INCBIN "gfx/footprints/254.1bpp"
|
||||||
INCBIN "gfx/footprints/255.1bpp"
|
INCBIN "gfx/footprints/255.1bpp"
|
||||||
INCBIN "gfx/footprints/256.1bpp"
|
INCBIN "gfx/footprints/256.1bpp"
|
||||||
|
|
||||||
assert_table_length $10F ; don't forget to update this
|
assert_table_length NUM_POKEMON + 5 ; The +5 accounts for the 5 glitch footprints
|
||||||
|
|
|
||||||
BIN
gfx/footprints/annihilape.png
Normal file
|
After Width: | Height: | Size: 93 B |
BIN
gfx/footprints/bittybat.png
Normal file
|
After Width: | Height: | Size: 69 B |
BIN
gfx/footprints/carapthor.png
Normal file
|
After Width: | Height: | Size: 93 B |
BIN
gfx/footprints/coinpur.png
Normal file
|
After Width: | Height: | Size: 93 B |
BIN
gfx/footprints/gaotora.png
Normal file
|
After Width: | Height: | Size: 98 B |
BIN
gfx/footprints/gentlarva.png
Normal file
|
After Width: | Height: | Size: 79 B |
BIN
gfx/footprints/glaceon.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
gfx/footprints/gorotora.png
Normal file
|
After Width: | Height: | Size: 95 B |
BIN
gfx/footprints/kotora.png
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
gfx/footprints/leafeon.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
gfx/footprints/paraspor.png
Normal file
|
After Width: | Height: | Size: 69 B |
BIN
gfx/footprints/perrserker.png
Normal file
|
After Width: | Height: | Size: 93 B |
BIN
gfx/footprints/pupal.png
Normal file
|
After Width: | Height: | Size: 69 B |
BIN
gfx/footprints/pupperon.png
Normal file
|
After Width: | Height: | Size: 92 B |
BIN
gfx/footprints/raitora.png
Normal file
|
After Width: | Height: | Size: 95 B |
BIN
gfx/footprints/sylveon.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
gfx/footprints/vulpiii.png
Normal file
|
After Width: | Height: | Size: 95 B |
34
gfx/pics.asm
|
|
@ -746,3 +746,37 @@ SECTION "Pics 20", ROMX
|
||||||
|
|
||||||
GorochuFrontpic: INCBIN "gfx/pokemon/gorochu/front.animated.2bpp.lz"
|
GorochuFrontpic: INCBIN "gfx/pokemon/gorochu/front.animated.2bpp.lz"
|
||||||
GorochuBackpic: INCBIN "gfx/pokemon/gorochu/back.2bpp.lz"
|
GorochuBackpic: INCBIN "gfx/pokemon/gorochu/back.2bpp.lz"
|
||||||
|
LeafeonFrontpic: INCBIN "gfx/pokemon/leafeon/front.animated.2bpp.lz"
|
||||||
|
LeafeonBackpic: INCBIN "gfx/pokemon/leafeon/back.2bpp.lz"
|
||||||
|
GlaceonFrontpic: INCBIN "gfx/pokemon/glaceon/front.animated.2bpp.lz"
|
||||||
|
GlaceonBackpic: INCBIN "gfx/pokemon/glaceon/back.2bpp.lz"
|
||||||
|
SylveonFrontpic: INCBIN "gfx/pokemon/sylveon/front.animated.2bpp.lz"
|
||||||
|
SylveonBackpic: INCBIN "gfx/pokemon/sylveon/back.2bpp.lz"
|
||||||
|
CoinpurFrontpic: INCBIN "gfx/pokemon/coinpur/front.animated.2bpp.lz"
|
||||||
|
CoinpurBackpic: INCBIN "gfx/pokemon/coinpur/back.2bpp.lz"
|
||||||
|
PerrserkerFrontpic: INCBIN "gfx/pokemon/perrserker/front.animated.2bpp.lz"
|
||||||
|
PerrserkerBackpic: INCBIN "gfx/pokemon/perrserker/back.2bpp.lz"
|
||||||
|
GentlarvaFrontpic: INCBIN "gfx/pokemon/gentlarva/front.animated.2bpp.lz"
|
||||||
|
GentlarvaBackpic: INCBIN "gfx/pokemon/gentlarva/back.2bpp.lz"
|
||||||
|
PupalFrontpic: INCBIN "gfx/pokemon/pupal/front.animated.2bpp.lz"
|
||||||
|
PupalBackpic: INCBIN "gfx/pokemon/pupal/back.2bpp.lz"
|
||||||
|
CarapthorFrontpic: INCBIN "gfx/pokemon/carapthor/front.animated.2bpp.lz"
|
||||||
|
CarapthorBackpic: INCBIN "gfx/pokemon/carapthor/back.2bpp.lz"
|
||||||
|
KotoraFrontpic: INCBIN "gfx/pokemon/kotora/front.animated.2bpp.lz"
|
||||||
|
KotoraBackpic: INCBIN "gfx/pokemon/kotora/back.2bpp.lz"
|
||||||
|
GaotoraFrontpic: INCBIN "gfx/pokemon/gaotora/front.animated.2bpp.lz"
|
||||||
|
GaotoraBackpic: INCBIN "gfx/pokemon/gaotora/back.2bpp.lz"
|
||||||
|
GorotoraFrontpic: INCBIN "gfx/pokemon/gorotora/front.animated.2bpp.lz"
|
||||||
|
GorotoraBackpic: INCBIN "gfx/pokemon/gorotora/back.2bpp.lz"
|
||||||
|
RaitoraFrontpic: INCBIN "gfx/pokemon/raitora/front.animated.2bpp.lz"
|
||||||
|
RaitoraBackpic: INCBIN "gfx/pokemon/raitora/back.2bpp.lz"
|
||||||
|
BittybatFrontpic: INCBIN "gfx/pokemon/bittybat/front.animated.2bpp.lz"
|
||||||
|
BittybatBackpic: INCBIN "gfx/pokemon/bittybat/back.2bpp.lz"
|
||||||
|
ParasporFrontpic: INCBIN "gfx/pokemon/paraspor/front.animated.2bpp.lz"
|
||||||
|
ParasporBackpic: INCBIN "gfx/pokemon/paraspor/back.2bpp.lz"
|
||||||
|
VulpiiiFrontpic: INCBIN "gfx/pokemon/vulpiii/front.animated.2bpp.lz"
|
||||||
|
VulpiiiBackpic: INCBIN "gfx/pokemon/vulpiii/back.2bpp.lz"
|
||||||
|
AnnihilapeFrontpic: INCBIN "gfx/pokemon/annihilape/front.animated.2bpp.lz"
|
||||||
|
AnnihilapeBackpic: INCBIN "gfx/pokemon/annihilape/back.2bpp.lz"
|
||||||
|
PupperonFrontpic: INCBIN "gfx/pokemon/pupperon/front.animated.2bpp.lz"
|
||||||
|
PupperonBackpic: INCBIN "gfx/pokemon/pupperon/back.2bpp.lz"
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,13 @@ AnimationPointers:
|
||||||
dw WeedleAnimation
|
dw WeedleAnimation
|
||||||
dw KakunaAnimation
|
dw KakunaAnimation
|
||||||
dw BeedrillAnimation
|
dw BeedrillAnimation
|
||||||
|
dw GentlarvaAnimation
|
||||||
|
dw PupalAnimation
|
||||||
|
dw CarapthorAnimation
|
||||||
|
dw KotoraAnimation
|
||||||
|
dw GaotoraAnimation
|
||||||
|
dw GorotoraAnimation
|
||||||
|
dw RaitoraAnimation
|
||||||
dw PidgeyAnimation
|
dw PidgeyAnimation
|
||||||
dw PidgeottoAnimation
|
dw PidgeottoAnimation
|
||||||
dw PidgeotAnimation
|
dw PidgeotAnimation
|
||||||
|
|
@ -38,27 +45,34 @@ AnimationPointers:
|
||||||
dw NidoreignAnimation
|
dw NidoreignAnimation
|
||||||
dw ClefairyAnimation
|
dw ClefairyAnimation
|
||||||
dw ClefableAnimation
|
dw ClefableAnimation
|
||||||
|
dw VulpiiiAnimation
|
||||||
dw VulpixAnimation
|
dw VulpixAnimation
|
||||||
dw NinetalesAnimation
|
dw NinetalesAnimation
|
||||||
dw JigglypuffAnimation
|
dw JigglypuffAnimation
|
||||||
dw WigglytuffAnimation
|
dw WigglytuffAnimation
|
||||||
|
dw BittybatAnimation
|
||||||
dw ZubatAnimation
|
dw ZubatAnimation
|
||||||
dw GolbatAnimation
|
dw GolbatAnimation
|
||||||
dw OddishAnimation
|
dw OddishAnimation
|
||||||
dw GloomAnimation
|
dw GloomAnimation
|
||||||
dw VileplumeAnimation
|
dw VileplumeAnimation
|
||||||
|
dw ParasporAnimation
|
||||||
dw ParasAnimation
|
dw ParasAnimation
|
||||||
dw ParasectAnimation
|
dw ParasectAnimation
|
||||||
dw VenonatAnimation
|
dw VenonatAnimation
|
||||||
dw VenomothAnimation
|
dw VenomothAnimation
|
||||||
dw DiglettAnimation
|
dw DiglettAnimation
|
||||||
dw DugtrioAnimation
|
dw DugtrioAnimation
|
||||||
|
dw CoinpurAnimation
|
||||||
dw MeowthAnimation
|
dw MeowthAnimation
|
||||||
dw PersianAnimation
|
dw PersianAnimation
|
||||||
|
dw PerrserkerAnimation
|
||||||
dw PsyduckAnimation
|
dw PsyduckAnimation
|
||||||
dw GolduckAnimation
|
dw GolduckAnimation
|
||||||
dw MankeyAnimation
|
dw MankeyAnimation
|
||||||
dw PrimeapeAnimation
|
dw PrimeapeAnimation
|
||||||
|
dw AnnihilapeAnimation
|
||||||
|
dw PupperonAnimation
|
||||||
dw GrowlitheAnimation
|
dw GrowlitheAnimation
|
||||||
dw ArcanineAnimation
|
dw ArcanineAnimation
|
||||||
dw PoliwagAnimation
|
dw PoliwagAnimation
|
||||||
|
|
@ -210,6 +224,9 @@ AnimationPointers:
|
||||||
dw QuagsireAnimation
|
dw QuagsireAnimation
|
||||||
dw EspeonAnimation
|
dw EspeonAnimation
|
||||||
dw UmbreonAnimation
|
dw UmbreonAnimation
|
||||||
|
dw LeafeonAnimation
|
||||||
|
dw GlaceonAnimation
|
||||||
|
dw SylveonAnimation
|
||||||
dw MurkrowAnimation
|
dw MurkrowAnimation
|
||||||
dw SlowkingAnimation
|
dw SlowkingAnimation
|
||||||
dw MisdreavusAnimation
|
dw MisdreavusAnimation
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,13 @@ ButterfreeAnimation: INCLUDE "gfx/pokemon/butterfree/anim.asm"
|
||||||
WeedleAnimation: INCLUDE "gfx/pokemon/weedle/anim.asm"
|
WeedleAnimation: INCLUDE "gfx/pokemon/weedle/anim.asm"
|
||||||
KakunaAnimation: INCLUDE "gfx/pokemon/kakuna/anim.asm"
|
KakunaAnimation: INCLUDE "gfx/pokemon/kakuna/anim.asm"
|
||||||
BeedrillAnimation: INCLUDE "gfx/pokemon/beedrill/anim.asm"
|
BeedrillAnimation: INCLUDE "gfx/pokemon/beedrill/anim.asm"
|
||||||
|
GentlarvaAnimation: INCLUDE "gfx/pokemon/gentlarva/anim.asm"
|
||||||
|
PupalAnimation: INCLUDE "gfx/pokemon/pupal/anim.asm"
|
||||||
|
CarapthorAnimation: INCLUDE "gfx/pokemon/carapthor/anim.asm"
|
||||||
|
KotoraAnimation: INCLUDE "gfx/pokemon/kotora/anim.asm"
|
||||||
|
GaotoraAnimation: INCLUDE "gfx/pokemon/gaotora/anim.asm"
|
||||||
|
GorotoraAnimation: INCLUDE "gfx/pokemon/gorotora/anim.asm"
|
||||||
|
RaitoraAnimation: INCLUDE "gfx/pokemon/raitora/anim.asm"
|
||||||
PidgeyAnimation: INCLUDE "gfx/pokemon/pidgey/anim.asm"
|
PidgeyAnimation: INCLUDE "gfx/pokemon/pidgey/anim.asm"
|
||||||
PidgeottoAnimation: INCLUDE "gfx/pokemon/pidgeotto/anim.asm"
|
PidgeottoAnimation: INCLUDE "gfx/pokemon/pidgeotto/anim.asm"
|
||||||
PidgeotAnimation: INCLUDE "gfx/pokemon/pidgeot/anim.asm"
|
PidgeotAnimation: INCLUDE "gfx/pokemon/pidgeot/anim.asm"
|
||||||
|
|
@ -36,27 +43,34 @@ NidokingAnimation: INCLUDE "gfx/pokemon/nidoking/anim.asm"
|
||||||
NidoreignAnimation: INCLUDE "gfx/pokemon/nidoreign/anim.asm"
|
NidoreignAnimation: INCLUDE "gfx/pokemon/nidoreign/anim.asm"
|
||||||
ClefairyAnimation: INCLUDE "gfx/pokemon/clefairy/anim.asm"
|
ClefairyAnimation: INCLUDE "gfx/pokemon/clefairy/anim.asm"
|
||||||
ClefableAnimation: INCLUDE "gfx/pokemon/clefable/anim.asm"
|
ClefableAnimation: INCLUDE "gfx/pokemon/clefable/anim.asm"
|
||||||
|
VulpiiiAnimation: INCLUDE "gfx/pokemon/vulpiii/anim.asm"
|
||||||
VulpixAnimation: INCLUDE "gfx/pokemon/vulpix/anim.asm"
|
VulpixAnimation: INCLUDE "gfx/pokemon/vulpix/anim.asm"
|
||||||
NinetalesAnimation: INCLUDE "gfx/pokemon/ninetales/anim.asm"
|
NinetalesAnimation: INCLUDE "gfx/pokemon/ninetales/anim.asm"
|
||||||
JigglypuffAnimation: INCLUDE "gfx/pokemon/jigglypuff/anim.asm"
|
JigglypuffAnimation: INCLUDE "gfx/pokemon/jigglypuff/anim.asm"
|
||||||
WigglytuffAnimation: INCLUDE "gfx/pokemon/wigglytuff/anim.asm"
|
WigglytuffAnimation: INCLUDE "gfx/pokemon/wigglytuff/anim.asm"
|
||||||
|
BittybatAnimation: INCLUDE "gfx/pokemon/bittybat/anim.asm"
|
||||||
ZubatAnimation: INCLUDE "gfx/pokemon/zubat/anim.asm"
|
ZubatAnimation: INCLUDE "gfx/pokemon/zubat/anim.asm"
|
||||||
GolbatAnimation: INCLUDE "gfx/pokemon/golbat/anim.asm"
|
GolbatAnimation: INCLUDE "gfx/pokemon/golbat/anim.asm"
|
||||||
OddishAnimation: INCLUDE "gfx/pokemon/oddish/anim.asm"
|
OddishAnimation: INCLUDE "gfx/pokemon/oddish/anim.asm"
|
||||||
GloomAnimation: INCLUDE "gfx/pokemon/gloom/anim.asm"
|
GloomAnimation: INCLUDE "gfx/pokemon/gloom/anim.asm"
|
||||||
VileplumeAnimation: INCLUDE "gfx/pokemon/vileplume/anim.asm"
|
VileplumeAnimation: INCLUDE "gfx/pokemon/vileplume/anim.asm"
|
||||||
|
ParasporAnimation: INCLUDE "gfx/pokemon/paraspor/anim.asm"
|
||||||
ParasAnimation: INCLUDE "gfx/pokemon/paras/anim.asm"
|
ParasAnimation: INCLUDE "gfx/pokemon/paras/anim.asm"
|
||||||
ParasectAnimation: INCLUDE "gfx/pokemon/parasect/anim.asm"
|
ParasectAnimation: INCLUDE "gfx/pokemon/parasect/anim.asm"
|
||||||
VenonatAnimation: INCLUDE "gfx/pokemon/venonat/anim.asm"
|
VenonatAnimation: INCLUDE "gfx/pokemon/venonat/anim.asm"
|
||||||
VenomothAnimation: INCLUDE "gfx/pokemon/venomoth/anim.asm"
|
VenomothAnimation: INCLUDE "gfx/pokemon/venomoth/anim.asm"
|
||||||
DiglettAnimation: INCLUDE "gfx/pokemon/diglett/anim.asm"
|
DiglettAnimation: INCLUDE "gfx/pokemon/diglett/anim.asm"
|
||||||
DugtrioAnimation: INCLUDE "gfx/pokemon/dugtrio/anim.asm"
|
DugtrioAnimation: INCLUDE "gfx/pokemon/dugtrio/anim.asm"
|
||||||
|
CoinpurAnimation: INCLUDE "gfx/pokemon/coinpur/anim.asm"
|
||||||
MeowthAnimation: INCLUDE "gfx/pokemon/meowth/anim.asm"
|
MeowthAnimation: INCLUDE "gfx/pokemon/meowth/anim.asm"
|
||||||
PersianAnimation: INCLUDE "gfx/pokemon/persian/anim.asm"
|
PersianAnimation: INCLUDE "gfx/pokemon/persian/anim.asm"
|
||||||
|
PerrserkerAnimation: INCLUDE "gfx/pokemon/perrserker/anim.asm"
|
||||||
PsyduckAnimation: INCLUDE "gfx/pokemon/psyduck/anim.asm"
|
PsyduckAnimation: INCLUDE "gfx/pokemon/psyduck/anim.asm"
|
||||||
GolduckAnimation: INCLUDE "gfx/pokemon/golduck/anim.asm"
|
GolduckAnimation: INCLUDE "gfx/pokemon/golduck/anim.asm"
|
||||||
MankeyAnimation: INCLUDE "gfx/pokemon/mankey/anim.asm"
|
MankeyAnimation: INCLUDE "gfx/pokemon/mankey/anim.asm"
|
||||||
PrimeapeAnimation: INCLUDE "gfx/pokemon/primeape/anim.asm"
|
PrimeapeAnimation: INCLUDE "gfx/pokemon/primeape/anim.asm"
|
||||||
|
AnnihilapeAnimation: INCLUDE "gfx/pokemon/annihilape/anim.asm"
|
||||||
|
PupperonAnimation: INCLUDE "gfx/pokemon/pupperon/anim.asm"
|
||||||
GrowlitheAnimation: INCLUDE "gfx/pokemon/growlithe/anim.asm"
|
GrowlitheAnimation: INCLUDE "gfx/pokemon/growlithe/anim.asm"
|
||||||
ArcanineAnimation: INCLUDE "gfx/pokemon/arcanine/anim.asm"
|
ArcanineAnimation: INCLUDE "gfx/pokemon/arcanine/anim.asm"
|
||||||
PoliwagAnimation: INCLUDE "gfx/pokemon/poliwag/anim.asm"
|
PoliwagAnimation: INCLUDE "gfx/pokemon/poliwag/anim.asm"
|
||||||
|
|
@ -208,6 +222,9 @@ WooperAnimation: INCLUDE "gfx/pokemon/wooper/anim.asm"
|
||||||
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
|
QuagsireAnimation: INCLUDE "gfx/pokemon/quagsire/anim.asm"
|
||||||
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
|
EspeonAnimation: INCLUDE "gfx/pokemon/espeon/anim.asm"
|
||||||
UmbreonAnimation: INCLUDE "gfx/pokemon/umbreon/anim.asm"
|
UmbreonAnimation: INCLUDE "gfx/pokemon/umbreon/anim.asm"
|
||||||
|
LeafeonAnimation: INCLUDE "gfx/pokemon/leafeon/anim.asm"
|
||||||
|
GlaceonAnimation: INCLUDE "gfx/pokemon/glaceon/anim.asm"
|
||||||
|
SylveonAnimation: INCLUDE "gfx/pokemon/sylveon/anim.asm"
|
||||||
MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim.asm"
|
MurkrowAnimation: INCLUDE "gfx/pokemon/murkrow/anim.asm"
|
||||||
SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim.asm"
|
SlowkingAnimation: INCLUDE "gfx/pokemon/slowking/anim.asm"
|
||||||
MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim.asm"
|
MisdreavusAnimation: INCLUDE "gfx/pokemon/misdreavus/anim.asm"
|
||||||
|
|
|
||||||
1
gfx/pokemon/annihilape/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/annihilape/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/annihilape/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/annihilape/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/annihilape/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
|
|
@ -15,6 +15,13 @@ BitmasksPointers:
|
||||||
dw WeedleBitmasks
|
dw WeedleBitmasks
|
||||||
dw KakunaBitmasks
|
dw KakunaBitmasks
|
||||||
dw BeedrillBitmasks
|
dw BeedrillBitmasks
|
||||||
|
dw GentlarvaBitmasks
|
||||||
|
dw PupalBitmasks
|
||||||
|
dw CarapthorBitmasks
|
||||||
|
dw KotoraBitmasks
|
||||||
|
dw GaotoraBitmasks
|
||||||
|
dw GorotoraBitmasks
|
||||||
|
dw RaitoraBitmasks
|
||||||
dw PidgeyBitmasks
|
dw PidgeyBitmasks
|
||||||
dw PidgeottoBitmasks
|
dw PidgeottoBitmasks
|
||||||
dw PidgeotBitmasks
|
dw PidgeotBitmasks
|
||||||
|
|
@ -38,27 +45,34 @@ BitmasksPointers:
|
||||||
dw NidoreignBitmasks
|
dw NidoreignBitmasks
|
||||||
dw ClefairyBitmasks
|
dw ClefairyBitmasks
|
||||||
dw ClefableBitmasks
|
dw ClefableBitmasks
|
||||||
|
dw VulpiiiBitmasks
|
||||||
dw VulpixBitmasks
|
dw VulpixBitmasks
|
||||||
dw NinetalesBitmasks
|
dw NinetalesBitmasks
|
||||||
dw JigglypuffBitmasks
|
dw JigglypuffBitmasks
|
||||||
dw WigglytuffBitmasks
|
dw WigglytuffBitmasks
|
||||||
|
dw BittybatBitmasks
|
||||||
dw ZubatBitmasks
|
dw ZubatBitmasks
|
||||||
dw GolbatBitmasks
|
dw GolbatBitmasks
|
||||||
dw OddishBitmasks
|
dw OddishBitmasks
|
||||||
dw GloomBitmasks
|
dw GloomBitmasks
|
||||||
dw VileplumeBitmasks
|
dw VileplumeBitmasks
|
||||||
|
dw ParasporBitmasks
|
||||||
dw ParasBitmasks
|
dw ParasBitmasks
|
||||||
dw ParasectBitmasks
|
dw ParasectBitmasks
|
||||||
dw VenonatBitmasks
|
dw VenonatBitmasks
|
||||||
dw VenomothBitmasks
|
dw VenomothBitmasks
|
||||||
dw DiglettBitmasks
|
dw DiglettBitmasks
|
||||||
dw DugtrioBitmasks
|
dw DugtrioBitmasks
|
||||||
|
dw CoinpurBitmasks
|
||||||
dw MeowthBitmasks
|
dw MeowthBitmasks
|
||||||
dw PersianBitmasks
|
dw PersianBitmasks
|
||||||
|
dw PerrserkerBitmasks
|
||||||
dw PsyduckBitmasks
|
dw PsyduckBitmasks
|
||||||
dw GolduckBitmasks
|
dw GolduckBitmasks
|
||||||
dw MankeyBitmasks
|
dw MankeyBitmasks
|
||||||
dw PrimeapeBitmasks
|
dw PrimeapeBitmasks
|
||||||
|
dw AnnihilapeBitmasks
|
||||||
|
dw PupperonBitmasks
|
||||||
dw GrowlitheBitmasks
|
dw GrowlitheBitmasks
|
||||||
dw ArcanineBitmasks
|
dw ArcanineBitmasks
|
||||||
dw PoliwagBitmasks
|
dw PoliwagBitmasks
|
||||||
|
|
@ -210,6 +224,9 @@ BitmasksPointers:
|
||||||
dw QuagsireBitmasks
|
dw QuagsireBitmasks
|
||||||
dw EspeonBitmasks
|
dw EspeonBitmasks
|
||||||
dw UmbreonBitmasks
|
dw UmbreonBitmasks
|
||||||
|
dw LeafeonBitmasks
|
||||||
|
dw GlaceonBitmasks
|
||||||
|
dw SylveonBitmasks
|
||||||
dw MurkrowBitmasks
|
dw MurkrowBitmasks
|
||||||
dw SlowkingBitmasks
|
dw SlowkingBitmasks
|
||||||
dw MisdreavusBitmasks
|
dw MisdreavusBitmasks
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,13 @@ ButterfreeBitmasks: INCLUDE "gfx/pokemon/butterfree/bitmask.asm"
|
||||||
WeedleBitmasks: INCLUDE "gfx/pokemon/weedle/bitmask.asm"
|
WeedleBitmasks: INCLUDE "gfx/pokemon/weedle/bitmask.asm"
|
||||||
KakunaBitmasks: INCLUDE "gfx/pokemon/kakuna/bitmask.asm"
|
KakunaBitmasks: INCLUDE "gfx/pokemon/kakuna/bitmask.asm"
|
||||||
BeedrillBitmasks: INCLUDE "gfx/pokemon/beedrill/bitmask.asm"
|
BeedrillBitmasks: INCLUDE "gfx/pokemon/beedrill/bitmask.asm"
|
||||||
|
GentlarvaBitmasks: INCLUDE "gfx/pokemon/gentlarva/bitmask.asm"
|
||||||
|
PupalBitmasks: INCLUDE "gfx/pokemon/pupal/bitmask.asm"
|
||||||
|
CarapthorBitmasks: INCLUDE "gfx/pokemon/carapthor/bitmask.asm"
|
||||||
|
KotoraBitmasks: INCLUDE "gfx/pokemon/kotora/bitmask.asm"
|
||||||
|
GaotoraBitmasks: INCLUDE "gfx/pokemon/gaotora/bitmask.asm"
|
||||||
|
GorotoraBitmasks: INCLUDE "gfx/pokemon/gorotora/bitmask.asm"
|
||||||
|
RaitoraBitmasks: INCLUDE "gfx/pokemon/raitora/bitmask.asm"
|
||||||
PidgeyBitmasks: INCLUDE "gfx/pokemon/pidgey/bitmask.asm"
|
PidgeyBitmasks: INCLUDE "gfx/pokemon/pidgey/bitmask.asm"
|
||||||
PidgeottoBitmasks: INCLUDE "gfx/pokemon/pidgeotto/bitmask.asm"
|
PidgeottoBitmasks: INCLUDE "gfx/pokemon/pidgeotto/bitmask.asm"
|
||||||
PidgeotBitmasks: INCLUDE "gfx/pokemon/pidgeot/bitmask.asm"
|
PidgeotBitmasks: INCLUDE "gfx/pokemon/pidgeot/bitmask.asm"
|
||||||
|
|
@ -36,27 +43,34 @@ NidokingBitmasks: INCLUDE "gfx/pokemon/nidoking/bitmask.asm"
|
||||||
NidoreignBitmasks: INCLUDE "gfx/pokemon/nidoreign/bitmask.asm"
|
NidoreignBitmasks: INCLUDE "gfx/pokemon/nidoreign/bitmask.asm"
|
||||||
ClefairyBitmasks: INCLUDE "gfx/pokemon/clefairy/bitmask.asm"
|
ClefairyBitmasks: INCLUDE "gfx/pokemon/clefairy/bitmask.asm"
|
||||||
ClefableBitmasks: INCLUDE "gfx/pokemon/clefable/bitmask.asm"
|
ClefableBitmasks: INCLUDE "gfx/pokemon/clefable/bitmask.asm"
|
||||||
|
VulpiiiBitmasks: INCLUDE "gfx/pokemon/vulpiii/bitmask.asm"
|
||||||
VulpixBitmasks: INCLUDE "gfx/pokemon/vulpix/bitmask.asm"
|
VulpixBitmasks: INCLUDE "gfx/pokemon/vulpix/bitmask.asm"
|
||||||
NinetalesBitmasks: INCLUDE "gfx/pokemon/ninetales/bitmask.asm"
|
NinetalesBitmasks: INCLUDE "gfx/pokemon/ninetales/bitmask.asm"
|
||||||
JigglypuffBitmasks: INCLUDE "gfx/pokemon/jigglypuff/bitmask.asm"
|
JigglypuffBitmasks: INCLUDE "gfx/pokemon/jigglypuff/bitmask.asm"
|
||||||
WigglytuffBitmasks: INCLUDE "gfx/pokemon/wigglytuff/bitmask.asm"
|
WigglytuffBitmasks: INCLUDE "gfx/pokemon/wigglytuff/bitmask.asm"
|
||||||
|
BittybatBitmasks: INCLUDE "gfx/pokemon/bittybat/bitmask.asm"
|
||||||
ZubatBitmasks: INCLUDE "gfx/pokemon/zubat/bitmask.asm"
|
ZubatBitmasks: INCLUDE "gfx/pokemon/zubat/bitmask.asm"
|
||||||
GolbatBitmasks: INCLUDE "gfx/pokemon/golbat/bitmask.asm"
|
GolbatBitmasks: INCLUDE "gfx/pokemon/golbat/bitmask.asm"
|
||||||
OddishBitmasks: INCLUDE "gfx/pokemon/oddish/bitmask.asm"
|
OddishBitmasks: INCLUDE "gfx/pokemon/oddish/bitmask.asm"
|
||||||
GloomBitmasks: INCLUDE "gfx/pokemon/gloom/bitmask.asm"
|
GloomBitmasks: INCLUDE "gfx/pokemon/gloom/bitmask.asm"
|
||||||
VileplumeBitmasks: INCLUDE "gfx/pokemon/vileplume/bitmask.asm"
|
VileplumeBitmasks: INCLUDE "gfx/pokemon/vileplume/bitmask.asm"
|
||||||
|
ParasporBitmasks: INCLUDE "gfx/pokemon/paraspor/bitmask.asm"
|
||||||
ParasBitmasks: INCLUDE "gfx/pokemon/paras/bitmask.asm"
|
ParasBitmasks: INCLUDE "gfx/pokemon/paras/bitmask.asm"
|
||||||
ParasectBitmasks: INCLUDE "gfx/pokemon/parasect/bitmask.asm"
|
ParasectBitmasks: INCLUDE "gfx/pokemon/parasect/bitmask.asm"
|
||||||
VenonatBitmasks: INCLUDE "gfx/pokemon/venonat/bitmask.asm"
|
VenonatBitmasks: INCLUDE "gfx/pokemon/venonat/bitmask.asm"
|
||||||
VenomothBitmasks: INCLUDE "gfx/pokemon/venomoth/bitmask.asm"
|
VenomothBitmasks: INCLUDE "gfx/pokemon/venomoth/bitmask.asm"
|
||||||
DiglettBitmasks: INCLUDE "gfx/pokemon/diglett/bitmask.asm"
|
DiglettBitmasks: INCLUDE "gfx/pokemon/diglett/bitmask.asm"
|
||||||
DugtrioBitmasks: INCLUDE "gfx/pokemon/dugtrio/bitmask.asm"
|
DugtrioBitmasks: INCLUDE "gfx/pokemon/dugtrio/bitmask.asm"
|
||||||
|
CoinpurBitmasks: INCLUDE "gfx/pokemon/coinpur/bitmask.asm"
|
||||||
MeowthBitmasks: INCLUDE "gfx/pokemon/meowth/bitmask.asm"
|
MeowthBitmasks: INCLUDE "gfx/pokemon/meowth/bitmask.asm"
|
||||||
PersianBitmasks: INCLUDE "gfx/pokemon/persian/bitmask.asm"
|
PersianBitmasks: INCLUDE "gfx/pokemon/persian/bitmask.asm"
|
||||||
|
PerrserkerBitmasks: INCLUDE "gfx/pokemon/perrserker/bitmask.asm"
|
||||||
PsyduckBitmasks: INCLUDE "gfx/pokemon/psyduck/bitmask.asm"
|
PsyduckBitmasks: INCLUDE "gfx/pokemon/psyduck/bitmask.asm"
|
||||||
GolduckBitmasks: INCLUDE "gfx/pokemon/golduck/bitmask.asm"
|
GolduckBitmasks: INCLUDE "gfx/pokemon/golduck/bitmask.asm"
|
||||||
MankeyBitmasks: INCLUDE "gfx/pokemon/mankey/bitmask.asm"
|
MankeyBitmasks: INCLUDE "gfx/pokemon/mankey/bitmask.asm"
|
||||||
PrimeapeBitmasks: INCLUDE "gfx/pokemon/primeape/bitmask.asm"
|
PrimeapeBitmasks: INCLUDE "gfx/pokemon/primeape/bitmask.asm"
|
||||||
|
AnnihilapeBitmasks: INCLUDE "gfx/pokemon/annihilape/bitmask.asm"
|
||||||
|
PupperonBitmasks: INCLUDE "gfx/pokemon/pupperon/bitmask.asm"
|
||||||
GrowlitheBitmasks: INCLUDE "gfx/pokemon/growlithe/bitmask.asm"
|
GrowlitheBitmasks: INCLUDE "gfx/pokemon/growlithe/bitmask.asm"
|
||||||
ArcanineBitmasks: INCLUDE "gfx/pokemon/arcanine/bitmask.asm"
|
ArcanineBitmasks: INCLUDE "gfx/pokemon/arcanine/bitmask.asm"
|
||||||
PoliwagBitmasks: INCLUDE "gfx/pokemon/poliwag/bitmask.asm"
|
PoliwagBitmasks: INCLUDE "gfx/pokemon/poliwag/bitmask.asm"
|
||||||
|
|
@ -208,6 +222,9 @@ WooperBitmasks: INCLUDE "gfx/pokemon/wooper/bitmask.asm"
|
||||||
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
|
QuagsireBitmasks: INCLUDE "gfx/pokemon/quagsire/bitmask.asm"
|
||||||
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
|
EspeonBitmasks: INCLUDE "gfx/pokemon/espeon/bitmask.asm"
|
||||||
UmbreonBitmasks: INCLUDE "gfx/pokemon/umbreon/bitmask.asm"
|
UmbreonBitmasks: INCLUDE "gfx/pokemon/umbreon/bitmask.asm"
|
||||||
|
LeafeonBitmasks: INCLUDE "gfx/pokemon/leafeon/bitmask.asm"
|
||||||
|
GlaceonBitmasks: INCLUDE "gfx/pokemon/glaceon/bitmask.asm"
|
||||||
|
SylveonBitmasks: INCLUDE "gfx/pokemon/sylveon/bitmask.asm"
|
||||||
MurkrowBitmasks: INCLUDE "gfx/pokemon/murkrow/bitmask.asm"
|
MurkrowBitmasks: INCLUDE "gfx/pokemon/murkrow/bitmask.asm"
|
||||||
SlowkingBitmasks: INCLUDE "gfx/pokemon/slowking/bitmask.asm"
|
SlowkingBitmasks: INCLUDE "gfx/pokemon/slowking/bitmask.asm"
|
||||||
MisdreavusBitmasks: INCLUDE "gfx/pokemon/misdreavus/bitmask.asm"
|
MisdreavusBitmasks: INCLUDE "gfx/pokemon/misdreavus/bitmask.asm"
|
||||||
|
|
|
||||||
1
gfx/pokemon/bittybat/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/bittybat/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/bittybat/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/bittybat/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/bittybat/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/carapthor/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/carapthor/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/carapthor/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/carapthor/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/carapthor/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/coinpur/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/coinpur/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/coinpur/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/coinpur/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/coinpur/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
|
|
@ -15,6 +15,13 @@ FramesPointers:
|
||||||
dba WeedleFrames
|
dba WeedleFrames
|
||||||
dba KakunaFrames
|
dba KakunaFrames
|
||||||
dba BeedrillFrames
|
dba BeedrillFrames
|
||||||
|
dba GentlarvaFrames
|
||||||
|
dba PupalFrames
|
||||||
|
dba CarapthorFrames
|
||||||
|
dba KotoraFrames
|
||||||
|
dba GaotoraFrames
|
||||||
|
dba GorotoraFrames
|
||||||
|
dba RaitoraFrames
|
||||||
dba PidgeyFrames
|
dba PidgeyFrames
|
||||||
dba PidgeottoFrames
|
dba PidgeottoFrames
|
||||||
dba PidgeotFrames
|
dba PidgeotFrames
|
||||||
|
|
@ -38,27 +45,34 @@ FramesPointers:
|
||||||
dba NidoreignFrames
|
dba NidoreignFrames
|
||||||
dba ClefairyFrames
|
dba ClefairyFrames
|
||||||
dba ClefableFrames
|
dba ClefableFrames
|
||||||
|
dba VulpiiiFrames
|
||||||
dba VulpixFrames
|
dba VulpixFrames
|
||||||
dba NinetalesFrames
|
dba NinetalesFrames
|
||||||
dba JigglypuffFrames
|
dba JigglypuffFrames
|
||||||
dba WigglytuffFrames
|
dba WigglytuffFrames
|
||||||
|
dba BittybatFrames
|
||||||
dba ZubatFrames
|
dba ZubatFrames
|
||||||
dba GolbatFrames
|
dba GolbatFrames
|
||||||
dba OddishFrames
|
dba OddishFrames
|
||||||
dba GloomFrames
|
dba GloomFrames
|
||||||
dba VileplumeFrames
|
dba VileplumeFrames
|
||||||
|
dba ParasporFrames
|
||||||
dba ParasFrames
|
dba ParasFrames
|
||||||
dba ParasectFrames
|
dba ParasectFrames
|
||||||
dba VenonatFrames
|
dba VenonatFrames
|
||||||
dba VenomothFrames
|
dba VenomothFrames
|
||||||
dba DiglettFrames
|
dba DiglettFrames
|
||||||
dba DugtrioFrames
|
dba DugtrioFrames
|
||||||
|
dba CoinpurFrames
|
||||||
dba MeowthFrames
|
dba MeowthFrames
|
||||||
dba PersianFrames
|
dba PersianFrames
|
||||||
|
dba PerrserkerFrames
|
||||||
dba PsyduckFrames
|
dba PsyduckFrames
|
||||||
dba GolduckFrames
|
dba GolduckFrames
|
||||||
dba MankeyFrames
|
dba MankeyFrames
|
||||||
dba PrimeapeFrames
|
dba PrimeapeFrames
|
||||||
|
dba AnnihilapeFrames
|
||||||
|
dba PupperonFrames
|
||||||
dba GrowlitheFrames
|
dba GrowlitheFrames
|
||||||
dba ArcanineFrames
|
dba ArcanineFrames
|
||||||
dba PoliwagFrames
|
dba PoliwagFrames
|
||||||
|
|
@ -210,6 +224,9 @@ FramesPointers:
|
||||||
dba QuagsireFrames
|
dba QuagsireFrames
|
||||||
dba EspeonFrames
|
dba EspeonFrames
|
||||||
dba UmbreonFrames
|
dba UmbreonFrames
|
||||||
|
dba LeafeonFrames
|
||||||
|
dba GlaceonFrames
|
||||||
|
dba SylveonFrames
|
||||||
dba MurkrowFrames
|
dba MurkrowFrames
|
||||||
dba SlowkingFrames
|
dba SlowkingFrames
|
||||||
dba MisdreavusFrames
|
dba MisdreavusFrames
|
||||||
|
|
|
||||||
1
gfx/pokemon/gaotora/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/gaotora/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/gaotora/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/gaotora/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/gaotora/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/gentlarva/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/gentlarva/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/gentlarva/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/gentlarva/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/gentlarva/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/glaceon/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/glaceon/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/glaceon/back.png
Normal file
|
After Width: | Height: | Size: 304 B |
BIN
gfx/pokemon/glaceon/front.png
Normal file
|
After Width: | Height: | Size: 315 B |
2
gfx/pokemon/glaceon/shiny.pal
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RGB 22, 22, 12
|
||||||
|
RGB 07, 15, 25
|
||||||
1
gfx/pokemon/gorotora/anim.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
1
gfx/pokemon/gorotora/anim_idle.asm
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
endanim
|
||||||
BIN
gfx/pokemon/gorotora/back.png
Normal file
|
After Width: | Height: | Size: 304 B |