This commit is contained in:
Zeta_Null 2023-10-30 12:04:48 -04:00
commit bb95a16dcc
240 changed files with 1903 additions and 284 deletions

5
.gitignore vendored
View file

@ -55,3 +55,8 @@ used_space.png
# macos files # macos files
.DS_STORE .DS_STORE
# nix files
result
.envrc
.direnv/*

View file

@ -2108,3 +2108,39 @@ Cry_Rattata_Ch8:
noise_note 1, 10, 2, 57 noise_note 1, 10, 2, 57
noise_note 8, 9, 1, 73 noise_note 8, 9, 1, 73
sound_ret sound_ret
Cry_Earthtron:
channel_count 3
channel 5, Cry_Earthtron_Ch5
channel 6, Cry_Earthtron_Ch6
channel 8, Cry_Earthtron_Ch8
Cry_Earthtron_Ch5: ; using the unused 'Earthtron' cry
duty_cycle_pattern 3, 3, 0, 0
square_note 15, 14, 0, 1920
square_note 15, 15, 0, 1924
square_note 15, 12, 3, 1504
square_note 15, 12, 4, 1536
square_note 10, 6, -4, 1920
square_note 8, 7, 1, 1924
sound_ret
Cry_Earthtron_Ch6:
duty_cycle_pattern 0, 0, 1, 1
square_note 15, 10, 0, 1857
square_note 15, 11, 0, 1859
square_note 15, 9, 3, 1457
square_note 15, 9, 4, 1473
square_note 10, 4, -4, 1857
square_note 8, 3, 1, 1862
sound_ret
Cry_Earthtron_Ch8:
noise_note 2, 15, 2, 76
noise_note 6, 14, 0, 58
noise_note 15, 13, 0, 58
noise_note 8, 13, 0, 44
noise_note 6, 14, 6, 76
noise_note 12, 7, -5, 76
noise_note 15, 13, 3, 76
sound_ret

View file

@ -69,4 +69,5 @@ Cries:
dba Cry_Aipom dba Cry_Aipom
dba Cry_Dunsparce dba Cry_Dunsparce
dba Cry_Donphan dba Cry_Donphan
dba Cry_Earthtron
assert_table_length NUM_CRIES assert_table_length NUM_CRIES

View file

@ -72,5 +72,6 @@
const CRY_AIPOM const CRY_AIPOM
const CRY_DUNSPARCE const CRY_DUNSPARCE
const CRY_DONPHAN const CRY_DONPHAN
const CRY_EARTHTRON
DEF NUM_CRIES EQU const_value DEF NUM_CRIES EQU const_value

View file

@ -150,7 +150,7 @@
const SHINY_STONE ; 8e const SHINY_STONE ; 8e
const METAL_COAT ; 8f const METAL_COAT ; 8f
const DRAGON_FANG ; 90 const DRAGON_FANG ; 90
const ITEM_91 ; 91 const BLK_AUGURITE ; 91
const LEFTOVERS ; 92 const LEFTOVERS ; 92
const ITEM_93 ; 93 const ITEM_93 ; 93
const ITEM_94 ; 94 const ITEM_94 ; 94

View file

@ -257,6 +257,9 @@
const ROCK_SMASH ; f9 const ROCK_SMASH ; f9
const WHIRLPOOL ; fa const WHIRLPOOL ; fa
const BEAT_UP ; fb const BEAT_UP ; fb
const ROCK_HEAD
const ROCK_SLASH
const CROSS_CUTTER
DEF NUM_ATTACKS EQU const_value - 1 DEF NUM_ATTACKS EQU const_value - 1
if NUM_ATTACKS > $3fff if NUM_ATTACKS > $3fff

View file

@ -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
@ -45,6 +52,7 @@
const ARBOK ; 18 const ARBOK ; 18
const PIKACHU ; 19 const PIKACHU ; 19
const RAICHU ; 1a const RAICHU ; 1a
const GOROCHU
const SANDSHREW ; 1b const SANDSHREW ; 1b
const SANDSLASH ; 1c const SANDSLASH ; 1c
const NIDORAN_F ; 1d const NIDORAN_F ; 1d
@ -53,29 +61,37 @@
const NIDORAN_M ; 20 const NIDORAN_M ; 20
const NIDORINO ; 21 const NIDORINO ; 21
const NIDOKING ; 22 const NIDOKING ; 22
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
@ -128,12 +144,17 @@
const HITMONLEE ; 6a const HITMONLEE ; 6a
const HITMONCHAN ; 6b const HITMONCHAN ; 6b
const LICKITUNG ; 6c const LICKITUNG ; 6c
const LICKILICKY
const LICKILORD
const KOFFING ; 6d const KOFFING ; 6d
const WEEZING ; 6e const WEEZING ; 6e
const RHYHORN ; 6f const RHYHORN ; 6f
const RHYDON ; 70 const RHYDON ; 70
const CHANSEY ; 71 const CHANSEY ; 71
const BURGELA
const TANGELA ; 72 const TANGELA ; 72
const TANGROWTH
const JUNGELA
const KANGASKHAN ; 73 const KANGASKHAN ; 73
const HORSEA ; 74 const HORSEA ; 74
const SEADRA ; 75 const SEADRA ; 75
@ -145,10 +166,12 @@
const STARMIE ; 79 const STARMIE ; 79
const MR__MIME ; 7a const MR__MIME ; 7a
const SCYTHER ; 7b const SCYTHER ; 7b
const KLEAVOR
const JYNX ; 7c const JYNX ; 7c
const ELECTABUZZ ; 7d const ELECTABUZZ ; 7d
const MAGMAR ; 7e const MAGMAR ; 7e
const PINSIR ; 7f const PINSIR ; 7f
const TRICULES
const TAUROS ; 80 const TAUROS ; 80
const MAGIKARP ; 81 const MAGIKARP ; 81
const GYARADOS ; 82 const GYARADOS ; 82
@ -221,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

View file

@ -220,7 +220,7 @@ DEF NUM_HAPPINESS_CHANGES EQU const_value - 1
; significant happiness values ; significant happiness values
DEF BASE_HAPPINESS EQU 70 DEF BASE_HAPPINESS EQU 70
DEF FRIEND_BALL_HAPPINESS EQU 200 DEF FRIEND_BALL_HAPPINESS EQU 200
DEF HAPPINESS_TO_EVOLVE EQU 220 DEF HAPPINESS_TO_EVOLVE EQU 170
DEF HAPPINESS_THRESHOLD_1 EQU 100 DEF HAPPINESS_THRESHOLD_1 EQU 100
DEF HAPPINESS_THRESHOLD_2 EQU 200 DEF HAPPINESS_THRESHOLD_2 EQU 200

View file

@ -297,8 +297,8 @@ ItemAttributes:
; BUG: Dragon Scale, not Dragon Fang, boosts Dragon-type moves (see docs/bugs_and_glitches.md) ; BUG: Dragon Scale, not Dragon Fang, boosts Dragon-type moves (see docs/bugs_and_glitches.md)
; DRAGON_FANG ; DRAGON_FANG
item_attribute 100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE item_attribute 100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
; ITEM_91 ; BLK_AUGURITE
item_attribute $9999, HELD_NONE, 0, NO_LIMITS, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE item_attribute 2100, HELD_NONE, 0, CANT_SELECT, ITEM, ITEMMENU_PARTY, ITEMMENU_NOUSE
; LEFTOVERS ; LEFTOVERS
item_attribute 200, HELD_LEFTOVERS, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE item_attribute 200, HELD_LEFTOVERS, 10, CANT_SELECT, ITEM, ITEMMENU_NOUSE, ITEMMENU_NOUSE
; ITEM_93 ; ITEM_93

View file

@ -145,7 +145,7 @@ ItemDescriptions:
dw ShinyStoneDesc dw ShinyStoneDesc
dw MetalCoatDesc dw MetalCoatDesc
dw DragonFangDesc dw DragonFangDesc
dw QuestionMarkDesc dw BlkAuguriteDesc
dw LeftoversDesc dw LeftoversDesc
dw QuestionMarkDesc dw QuestionMarkDesc
dw QuestionMarkDesc dw QuestionMarkDesc
@ -955,3 +955,7 @@ DuskStoneDesc:
ShinyStoneDesc: ShinyStoneDesc:
db "Evolves certain" db "Evolves certain"
next "kinds of #MON.@" next "kinds of #MON.@"
BlkAuguriteDesc:
db "Evolves certain"
next "kinds of #MON.@"

View file

@ -144,7 +144,7 @@ ItemNames::
li "SHINY STONE" li "SHINY STONE"
li "METAL COAT" li "METAL COAT"
li "DRAGON FANG" li "DRAGON FANG"
li "TERU-SAMA" li "BLK AUGURITE"
li "LEFTOVERS" li "LEFTOVERS"
li "TERU-SAMA" li "TERU-SAMA"
li "TERU-SAMA" li "TERU-SAMA"

View file

@ -71,7 +71,7 @@ MapGroup_Mahogany:
map MahoganyPokecenter1F, TILESET_POKECENTER, INDOOR, LANDMARK_MAHOGANY_TOWN, MUSIC_POKEMON_CENTER, FALSE, PALETTE_DAY, FISHGROUP_SHORE map MahoganyPokecenter1F, TILESET_POKECENTER, INDOOR, LANDMARK_MAHOGANY_TOWN, MUSIC_POKEMON_CENTER, FALSE, PALETTE_DAY, FISHGROUP_SHORE
map Route42EcruteakGate, TILESET_GATE, GATE, LANDMARK_ROUTE_42, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_DAY, FISHGROUP_SHORE map Route42EcruteakGate, TILESET_GATE, GATE, LANDMARK_ROUTE_42, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_DAY, FISHGROUP_SHORE
map Route42, TILESET_JOHTO, ROUTE, LANDMARK_ROUTE_42, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_AUTO, FISHGROUP_LAKE map Route42, TILESET_JOHTO, ROUTE, LANDMARK_ROUTE_42, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_AUTO, FISHGROUP_LAKE
map Route44, TILESET_JOHTO, ROUTE, LANDMARK_ROUTE_44, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_AUTO, FISHGROUP_POND map Route44, TILESET_JOHTO, ROUTE, LANDMARK_ROUTE_44, MUSIC_LAKE_OF_RAGE, FALSE, PALETTE_AUTO, FISHGROUP_REMORAID ; literally one line and it's fixed
map MahoganyTown, TILESET_JOHTO, TOWN, LANDMARK_MAHOGANY_TOWN, MUSIC_CHERRYGROVE_CITY, FALSE, PALETTE_AUTO, FISHGROUP_SHORE map MahoganyTown, TILESET_JOHTO, TOWN, LANDMARK_MAHOGANY_TOWN, MUSIC_CHERRYGROVE_CITY, FALSE, PALETTE_AUTO, FISHGROUP_SHORE
assert_table_length NUM_MAHOGANY_MAPS assert_table_length NUM_MAHOGANY_MAPS

View file

@ -279,6 +279,9 @@ BattleAnimations::
dw BattleAnim_RockSmash dw BattleAnim_RockSmash
dw BattleAnim_Whirlpool dw BattleAnim_Whirlpool
dw BattleAnim_BeatUp dw BattleAnim_BeatUp
dw BattleAnim_RockHead
dw BattleAnim_RockSlash
dw BattleAnim_CrossCutter
assert_table_length NUM_ATTACKS + 1 assert_table_length NUM_ATTACKS + 1
dw BattleAnim_SweetScent2 dw BattleAnim_SweetScent2
@ -4593,6 +4596,45 @@ BattleAnim_BeatUp:
anim_call BattleAnim_ShowMon_0 anim_call BattleAnim_ShowMon_0
anim_ret anim_ret
BattleAnim_RockHead:
anim_1gfx ANIM_GFX_SHINE
anim_bgeffect ANIM_BG_CYCLE_MID_OBPALS_GRAY_AND_YELLOW, $0, $0, $0
anim_sound 0, 0, SFX_RAGE
anim_obj ANIM_OBJ_GLIMMER, 40, 84, $0
anim_wait 20
anim_1gfx ANIM_GFX_HIT
anim_bgeffect ANIM_BG_SHAKE_SCREEN_X, $14, $2, $0
anim_wait 32
anim_call BattleAnim_TargetObj_1Row
anim_bgeffect ANIM_BG_TACKLE, $0, BG_EFFECT_USER, $0
anim_wait 4
anim_sound 0, 1, SFX_EGG_BOMB
anim_obj ANIM_OBJ_HIT_YFIX, 136, 56, $0
anim_wait 8
anim_call BattleAnim_ShowMon_0
anim_ret
BattleAnim_RockSlash: ;uses the Slash animation
anim_1gfx ANIM_GFX_CUT
anim_sound 0, 1, SFX_CUT
anim_obj ANIM_OBJ_CUT_LONG_DOWN_LEFT, 152, 40, $0
anim_obj ANIM_OBJ_CUT_LONG_DOWN_LEFT, 148, 36, $0
anim_wait 32
anim_ret
BattleAnim_CrossCutter: ;uses the Cross Chop animation
anim_1gfx ANIM_GFX_CUT
anim_sound 0, 1, SFX_CUT
anim_obj ANIM_OBJ_CROSS_CHOP1, 152, 40, $0
anim_obj ANIM_OBJ_CROSS_CHOP2, 120, 72, $0
anim_wait 8
anim_bgeffect ANIM_BG_SHAKE_SCREEN_X, $58, $2, $0
anim_wait 92
anim_sound 0, 1, SFX_VICEGRIP
anim_bgeffect ANIM_BG_FLASH_INVERTED, $0, $8, $10
anim_wait 16
anim_ret
BattleAnimSub_Drain: BattleAnimSub_Drain:
anim_obj ANIM_OBJ_DRAIN, 132, 44, $0 anim_obj ANIM_OBJ_DRAIN, 132, 44, $0
anim_obj ANIM_OBJ_DRAIN, 132, 44, $8 anim_obj ANIM_OBJ_DRAIN, 132, 44, $8

View file

@ -6,4 +6,5 @@ CriticalHitMoves:
dw SLASH dw SLASH
dw AEROBLAST dw AEROBLAST
dw CROSS_CHOP dw CROSS_CHOP
dw CROSS_CUTTER
dw -1 dw -1

View file

@ -256,6 +256,9 @@ MoveDescriptions1:
dw RockSmashDescription dw RockSmashDescription
dw WhirlpoolDescription dw WhirlpoolDescription
dw BeatUpDescription dw BeatUpDescription
dw RockHeadDescription
dw RockSlashDescription
dw CrossCutterDescription
.IndirectEnd:: .IndirectEnd::
InvalidMoveDescription: InvalidMoveDescription:
@ -1264,3 +1267,15 @@ WhirlpoolDescription:
BeatUpDescription: BeatUpDescription:
db "Party #MON join" db "Party #MON join"
next "in the attack.@" next "in the attack.@"
RockHeadDescription:
db "An attack that may"
next "cause flinching.@"
RockSlashDescription:
db "A strong imprecise"
next "ROCK-type attack.@" ;the original description was too long I think
CrossCutterDescription:
db "Has a high criti-"
next "cal hit ratio.@"

View file

@ -269,4 +269,7 @@ Moves1:
move EFFECT_DEFENSE_DOWN_HIT, 20, FIGHTING, 100, 15, 50 ;ROCK_SMASH move EFFECT_DEFENSE_DOWN_HIT, 20, FIGHTING, 100, 15, 50 ;ROCK_SMASH
move EFFECT_TRAP_TARGET, 15, WATER, 70, 15, 0 ;WHIRLPOOL move EFFECT_TRAP_TARGET, 15, WATER, 70, 15, 0 ;WHIRLPOOL
move EFFECT_BEAT_UP, 10, DARK, 100, 10, 0 ;BEAT_UP move EFFECT_BEAT_UP, 10, DARK, 100, 10, 0 ;BEAT_UP
move EFFECT_FLINCH_HIT, 80, ROCK, 100, 15, 30 ;ROCK_HEAD
move EFFECT_NORMAL_HIT, 140, ROCK, 70, 5, 0 ;ROCK_SLASH
move EFFECT_NORMAL_HIT, 50, BUG, 100, 15, 0 ;CROSS_CUTTER
.IndirectEnd:: .IndirectEnd::

View file

@ -251,4 +251,7 @@ MoveNames::
li "ROCK SMASH" li "ROCK SMASH"
li "WHIRLPOOL" li "WHIRLPOOL"
li "BEAT UP" li "BEAT UP"
li "ROCK HEAD"
li "ROCK SLASH"
li "CROSS CUTTER"
assert_list_length NUM_ATTACKS assert_list_length NUM_ATTACKS

View file

@ -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"
@ -53,6 +60,7 @@ INCLUDE "data/pokemon/base_stats/ekans.asm"
INCLUDE "data/pokemon/base_stats/arbok.asm" INCLUDE "data/pokemon/base_stats/arbok.asm"
INCLUDE "data/pokemon/base_stats/pikachu.asm" INCLUDE "data/pokemon/base_stats/pikachu.asm"
INCLUDE "data/pokemon/base_stats/raichu.asm" INCLUDE "data/pokemon/base_stats/raichu.asm"
INCLUDE "data/pokemon/base_stats/gorochu.asm"
INCLUDE "data/pokemon/base_stats/sandshrew.asm" INCLUDE "data/pokemon/base_stats/sandshrew.asm"
INCLUDE "data/pokemon/base_stats/sandslash.asm" INCLUDE "data/pokemon/base_stats/sandslash.asm"
INCLUDE "data/pokemon/base_stats/nidoran_f.asm" INCLUDE "data/pokemon/base_stats/nidoran_f.asm"
@ -61,29 +69,37 @@ INCLUDE "data/pokemon/base_stats/nidoqueen.asm"
INCLUDE "data/pokemon/base_stats/nidoran_m.asm" INCLUDE "data/pokemon/base_stats/nidoran_m.asm"
INCLUDE "data/pokemon/base_stats/nidorino.asm" INCLUDE "data/pokemon/base_stats/nidorino.asm"
INCLUDE "data/pokemon/base_stats/nidoking.asm" INCLUDE "data/pokemon/base_stats/nidoking.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"
@ -136,12 +152,17 @@ INCLUDE "data/pokemon/base_stats/marowak.asm"
INCLUDE "data/pokemon/base_stats/hitmonlee.asm" INCLUDE "data/pokemon/base_stats/hitmonlee.asm"
INCLUDE "data/pokemon/base_stats/hitmonchan.asm" INCLUDE "data/pokemon/base_stats/hitmonchan.asm"
INCLUDE "data/pokemon/base_stats/lickitung.asm" INCLUDE "data/pokemon/base_stats/lickitung.asm"
INCLUDE "data/pokemon/base_stats/lickilicky.asm"
INCLUDE "data/pokemon/base_stats/lickilord.asm"
INCLUDE "data/pokemon/base_stats/koffing.asm" INCLUDE "data/pokemon/base_stats/koffing.asm"
INCLUDE "data/pokemon/base_stats/weezing.asm" INCLUDE "data/pokemon/base_stats/weezing.asm"
INCLUDE "data/pokemon/base_stats/rhyhorn.asm" INCLUDE "data/pokemon/base_stats/rhyhorn.asm"
INCLUDE "data/pokemon/base_stats/rhydon.asm" INCLUDE "data/pokemon/base_stats/rhydon.asm"
INCLUDE "data/pokemon/base_stats/chansey.asm" INCLUDE "data/pokemon/base_stats/chansey.asm"
INCLUDE "data/pokemon/base_stats/burgela.asm"
INCLUDE "data/pokemon/base_stats/tangela.asm" INCLUDE "data/pokemon/base_stats/tangela.asm"
INCLUDE "data/pokemon/base_stats/tangrowth.asm"
INCLUDE "data/pokemon/base_stats/jungela.asm"
INCLUDE "data/pokemon/base_stats/kangaskhan.asm" INCLUDE "data/pokemon/base_stats/kangaskhan.asm"
INCLUDE "data/pokemon/base_stats/horsea.asm" INCLUDE "data/pokemon/base_stats/horsea.asm"
INCLUDE "data/pokemon/base_stats/seadra.asm" INCLUDE "data/pokemon/base_stats/seadra.asm"
@ -153,10 +174,12 @@ INCLUDE "data/pokemon/base_stats/staryu.asm"
INCLUDE "data/pokemon/base_stats/starmie.asm" INCLUDE "data/pokemon/base_stats/starmie.asm"
INCLUDE "data/pokemon/base_stats/mr__mime.asm" INCLUDE "data/pokemon/base_stats/mr__mime.asm"
INCLUDE "data/pokemon/base_stats/scyther.asm" INCLUDE "data/pokemon/base_stats/scyther.asm"
INCLUDE "data/pokemon/base_stats/kleavor.asm"
INCLUDE "data/pokemon/base_stats/jynx.asm" INCLUDE "data/pokemon/base_stats/jynx.asm"
INCLUDE "data/pokemon/base_stats/electabuzz.asm" INCLUDE "data/pokemon/base_stats/electabuzz.asm"
INCLUDE "data/pokemon/base_stats/magmar.asm" INCLUDE "data/pokemon/base_stats/magmar.asm"
INCLUDE "data/pokemon/base_stats/pinsir.asm" INCLUDE "data/pokemon/base_stats/pinsir.asm"
INCLUDE "data/pokemon/base_stats/tricules.asm"
INCLUDE "data/pokemon/base_stats/tauros.asm" INCLUDE "data/pokemon/base_stats/tauros.asm"
INCLUDE "data/pokemon/base_stats/magikarp.asm" INCLUDE "data/pokemon/base_stats/magikarp.asm"
INCLUDE "data/pokemon/base_stats/gyarados.asm" INCLUDE "data/pokemon/base_stats/gyarados.asm"
@ -228,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"

View file

@ -1,6 +1,6 @@
db 0 ; species ID placeholder db 0 ; species ID placeholder
db 100, 65, 85, 50, 110, 105 db 80, 110, 105, 70, 65, 85
; hp atk def spd sat sdf ; hp atk def spd sat sdf
db NORMAL, POISON ; type db NORMAL, POISON ; type

View 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

View file

@ -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
@ -32,6 +39,7 @@ PokemonCries::
mon_cry CRY_EKANS, 224, 144 ; ARBOK mon_cry CRY_EKANS, 224, 144 ; ARBOK
mon_cry CRY_BULBASAUR, 238, 129 ; PIKACHU mon_cry CRY_BULBASAUR, 238, 129 ; PIKACHU
mon_cry CRY_RAICHU, 238, 136 ; RAICHU mon_cry CRY_RAICHU, 238, 136 ; RAICHU
mon_cry CRY_EARTHTRON, 0, 256 ; GOROCHU
mon_cry CRY_NIDORAN_M, 32, 192 ; SANDSHREW mon_cry CRY_NIDORAN_M, 32, 192 ; SANDSHREW
mon_cry CRY_NIDORAN_M, 255, 383 ; SANDSLASH mon_cry CRY_NIDORAN_M, 255, 383 ; SANDSLASH
mon_cry CRY_NIDORAN_F, 0, 256 ; NIDORAN_F mon_cry CRY_NIDORAN_F, 0, 256 ; NIDORAN_F
@ -40,29 +48,37 @@ PokemonCries::
mon_cry CRY_NIDORAN_M, 0, 256 ; NIDORAN_M mon_cry CRY_NIDORAN_M, 0, 256 ; NIDORAN_M
mon_cry CRY_NIDORAN_M, 44, 320 ; NIDORINO mon_cry CRY_NIDORAN_M, 44, 320 ; NIDORINO
mon_cry CRY_RAICHU, 0, 256 ; NIDOKING mon_cry CRY_RAICHU, 0, 256 ; NIDOKING
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
@ -115,12 +131,17 @@ PokemonCries::
mon_cry CRY_GOLEM, 128, 320 ; HITMONLEE mon_cry CRY_GOLEM, 128, 320 ; HITMONLEE
mon_cry CRY_SEEL, 238, 320 ; HITMONCHAN mon_cry CRY_SEEL, 238, 320 ; HITMONCHAN
mon_cry CRY_SEEL, 0, 256 ; LICKITUNG mon_cry CRY_SEEL, 0, 256 ; LICKITUNG
mon_cry CRY_SEEL, -256, 300 ; LICKILICKY, tentative
mon_cry CRY_SEEL, -300, 400 ; LICKILORD, tentative
mon_cry CRY_GOLEM, 230, 349 ; KOFFING mon_cry CRY_GOLEM, 230, 349 ; KOFFING
mon_cry CRY_GOLEM, 255, 383 ; WEEZING mon_cry CRY_GOLEM, 255, 383 ; WEEZING
mon_cry CRY_CHARMANDER, 0, 256 ; RHYHORN mon_cry CRY_CHARMANDER, 0, 256 ; RHYHORN
mon_cry CRY_RHYDON, 0, 256 ; RHYDON mon_cry CRY_RHYDON, 0, 256 ; RHYDON
mon_cry CRY_PIDGEOTTO, 10, 320 ; CHANSEY mon_cry CRY_PIDGEOTTO, 10, 320 ; CHANSEY
mon_cry CRY_GOLEM, 50, 140 ; BURGELA, tentative
mon_cry CRY_GOLEM, 0, 256 ; TANGELA mon_cry CRY_GOLEM, 0, 256 ; TANGELA
mon_cry CRY_GOLEM, -256, 350 ; TANGROWTH, tentative
mon_cry CRY_GOLEM, -140, 383 ; JUNGELA, tentative
mon_cry CRY_KANGASKHAN, 0, 256 ; KANGASKHAN mon_cry CRY_KANGASKHAN, 0, 256 ; KANGASKHAN
mon_cry CRY_CLEFAIRY, 153, 144 ; HORSEA mon_cry CRY_CLEFAIRY, 153, 144 ; HORSEA
mon_cry CRY_CLEFAIRY, 60, 129 ; SEADRA mon_cry CRY_CLEFAIRY, 60, 129 ; SEADRA
@ -132,10 +153,12 @@ PokemonCries::
mon_cry CRY_PARAS, 0, 256 ; STARMIE mon_cry CRY_PARAS, 0, 256 ; STARMIE
mon_cry CRY_KRABBY, 8, 192 ; MR__MIME mon_cry CRY_KRABBY, 8, 192 ; MR__MIME
mon_cry CRY_CATERPIE, 0, 256 ; SCYTHER mon_cry CRY_CATERPIE, 0, 256 ; SCYTHER
mon_cry CRY_CATERPIE, -512, 383 ; KLEAVOR
mon_cry CRY_DROWZEE, 255, 383 ; JYNX mon_cry CRY_DROWZEE, 255, 383 ; JYNX
mon_cry CRY_VOLTORB, 143, 383 ; ELECTABUZZ mon_cry CRY_VOLTORB, 143, 383 ; ELECTABUZZ
mon_cry CRY_CHARMANDER, 255, 176 ; MAGMAR mon_cry CRY_CHARMANDER, 255, 176 ; MAGMAR
mon_cry CRY_PIDGEOTTO, 0, 256 ; PINSIR mon_cry CRY_PIDGEOTTO, 0, 256 ; PINSIR
mon_cry CRY_RAICHU, 291, 256 ; TRICULES
mon_cry CRY_SQUIRTLE, 17, 192 ; TAUROS mon_cry CRY_SQUIRTLE, 17, 192 ; TAUROS
mon_cry CRY_EKANS, 128, 128 ; MAGIKARP mon_cry CRY_EKANS, 128, 128 ; MAGIKARP
mon_cry CRY_EKANS, 0, 256 ; GYARADOS mon_cry CRY_EKANS, 0, 256 ; GYARADOS
@ -207,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

View file

@ -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"
@ -26,6 +33,7 @@ EkansPokedexEntry:: INCLUDE "data/pokemon/dex_entries/ekans.asm"
ArbokPokedexEntry:: INCLUDE "data/pokemon/dex_entries/arbok.asm" ArbokPokedexEntry:: INCLUDE "data/pokemon/dex_entries/arbok.asm"
PikachuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pikachu.asm" PikachuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pikachu.asm"
RaichuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/raichu.asm" RaichuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/raichu.asm"
GorochuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/gorochu.asm"
SandshrewPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sandshrew.asm" SandshrewPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sandshrew.asm"
SandslashPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sandslash.asm" SandslashPokedexEntry:: INCLUDE "data/pokemon/dex_entries/sandslash.asm"
NidoranFPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoran_f.asm" NidoranFPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoran_f.asm"
@ -34,29 +42,37 @@ NidoqueenPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoqueen.asm"
NidoranMPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoran_m.asm" NidoranMPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoran_m.asm"
NidorinoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidorino.asm" NidorinoPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidorino.asm"
NidokingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoking.asm" NidokingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/nidoking.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"
@ -113,12 +129,17 @@ MarowakPokedexEntry:: INCLUDE "data/pokemon/dex_entries/marowak.asm"
HitmonleePokedexEntry:: INCLUDE "data/pokemon/dex_entries/hitmonlee.asm" HitmonleePokedexEntry:: INCLUDE "data/pokemon/dex_entries/hitmonlee.asm"
HitmonchanPokedexEntry:: INCLUDE "data/pokemon/dex_entries/hitmonchan.asm" HitmonchanPokedexEntry:: INCLUDE "data/pokemon/dex_entries/hitmonchan.asm"
LickitungPokedexEntry:: INCLUDE "data/pokemon/dex_entries/lickitung.asm" LickitungPokedexEntry:: INCLUDE "data/pokemon/dex_entries/lickitung.asm"
LickilickyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/lickilicky.asm"
LickilordPokedexEntry:: INCLUDE "data/pokemon/dex_entries/lickilord.asm"
KoffingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/koffing.asm" KoffingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/koffing.asm"
WeezingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/weezing.asm" WeezingPokedexEntry:: INCLUDE "data/pokemon/dex_entries/weezing.asm"
RhyhornPokedexEntry:: INCLUDE "data/pokemon/dex_entries/rhyhorn.asm" RhyhornPokedexEntry:: INCLUDE "data/pokemon/dex_entries/rhyhorn.asm"
RhydonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/rhydon.asm" RhydonPokedexEntry:: INCLUDE "data/pokemon/dex_entries/rhydon.asm"
ChanseyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/chansey.asm" ChanseyPokedexEntry:: INCLUDE "data/pokemon/dex_entries/chansey.asm"
BurgelaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/burgela.asm"
TangelaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tangela.asm" TangelaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tangela.asm"
TangrowthPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tangrowth.asm"
JungelaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jungela.asm"
KangaskhanPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kangaskhan.asm" KangaskhanPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kangaskhan.asm"
HorseaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/horsea.asm" HorseaPokedexEntry:: INCLUDE "data/pokemon/dex_entries/horsea.asm"
SeadraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/seadra.asm" SeadraPokedexEntry:: INCLUDE "data/pokemon/dex_entries/seadra.asm"
@ -130,10 +151,12 @@ StaryuPokedexEntry:: INCLUDE "data/pokemon/dex_entries/staryu.asm"
StarmiePokedexEntry:: INCLUDE "data/pokemon/dex_entries/starmie.asm" StarmiePokedexEntry:: INCLUDE "data/pokemon/dex_entries/starmie.asm"
MrMimePokedexEntry:: INCLUDE "data/pokemon/dex_entries/mr__mime.asm" MrMimePokedexEntry:: INCLUDE "data/pokemon/dex_entries/mr__mime.asm"
ScytherPokedexEntry:: INCLUDE "data/pokemon/dex_entries/scyther.asm" ScytherPokedexEntry:: INCLUDE "data/pokemon/dex_entries/scyther.asm"
KleavorPokedexEntry:: INCLUDE "data/pokemon/dex_entries/kleavor.asm"
JynxPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jynx.asm" JynxPokedexEntry:: INCLUDE "data/pokemon/dex_entries/jynx.asm"
ElectabuzzPokedexEntry:: INCLUDE "data/pokemon/dex_entries/electabuzz.asm" ElectabuzzPokedexEntry:: INCLUDE "data/pokemon/dex_entries/electabuzz.asm"
MagmarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magmar.asm" MagmarPokedexEntry:: INCLUDE "data/pokemon/dex_entries/magmar.asm"
PinsirPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pinsir.asm" PinsirPokedexEntry:: INCLUDE "data/pokemon/dex_entries/pinsir.asm"
TriculesPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tricules.asm"
TaurosPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tauros.asm" TaurosPokedexEntry:: INCLUDE "data/pokemon/dex_entries/tauros.asm"
@ -213,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"

View 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.

View 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.@"

View file

@ -0,0 +1,10 @@
db "VINE@" ; species name
dw 200, 312 ; height, weight
db "As it runs about,"
next "the vines on its"
next "head may obscure"
page "its singular eye,"
next "causing it to"
next "trip and fall.@"

View 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.@"

View 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.

View 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.@"

View 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.@"

View 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.@"

View file

@ -0,0 +1,10 @@
db "VOLTAGE@" ; species name
dw 511, 1960 ; height, weight
db "Proud of its power,"
next "GOROCHU will seek"
next "foes and shock"
page "them with THUNDER."
next "It can easily take"
next "down a TRAMPEL.@"

View 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.@"

View file

@ -0,0 +1,10 @@
db "VINE@" ; species name
dw 505, 3901 ; height, weight
db "In dense jungles,"
next "its creeping vines"
next "may snare and drag"
page "any that trod on"
next "them away to meet"
next "their doom.@"

View file

@ -0,0 +1,10 @@
db "AXE@" ; species name
dw 511, 1962 ; height, weight
db "Pieces from KLEAVOR-"
next "'s axes often fall"
next "in battle, making"
page "them sharper. The"
next "shards can be used"
next "to make tools.@"

View 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.@"

View 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.@"

View file

@ -0,0 +1,10 @@
db "LICKING@" ; species name
dw 507, 3086 ; height, weight
db "Despite its"
next "rubbery appearance"
next "its massive tongue"
page "can be extended"
next "with enough force"
next "to crush boulders."

View file

@ -0,0 +1,10 @@
db "LICKING@" ; species name
dw 611, 4371 ; height, weight
db "It commands"
next "LICKITUNG with"
next "ultrasonic scree-"
page "ches. A single"
next "lick causes"
next "severe poisoning."

View file

@ -0,0 +1,10 @@
db "LUNAR@" ; species name
dw 405, 1350 ; height, weight
db "Said to come from"
next "the moon. The"
next "poison from its"
page "spikes is often"
next "used in making"
next "powerful medicine."

View 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.@"

View 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.

View 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.@"

View 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.

View 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.@"

View 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.@"

View file

@ -0,0 +1,10 @@
db "VINE@" ; species name
dw 607, 2835 ; height, weight
db "It lives in swampy"
next "areas, feeding on"
next "unsuspecting prey."
page "Small #MON"
next "often play on"
next "its myriad vines.@"

View file

@ -0,0 +1,10 @@
db "BIG HORN@" ; species name
dw 501, 2420 ; height, weight
db "Its elongated hor-"
next "ns contain steel"
next "components. It"
page "easily blocks any"
next "attack with its"
next "iron-like body.@"

View 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

View file

@ -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
@ -27,6 +34,7 @@ PokedexDataPointerTable:
dba ArbokPokedexEntry dba ArbokPokedexEntry
dba PikachuPokedexEntry dba PikachuPokedexEntry
dba RaichuPokedexEntry dba RaichuPokedexEntry
dba GorochuPokedexEntry
dba SandshrewPokedexEntry dba SandshrewPokedexEntry
dba SandslashPokedexEntry dba SandslashPokedexEntry
dba NidoranFPokedexEntry dba NidoranFPokedexEntry
@ -35,29 +43,37 @@ PokedexDataPointerTable:
dba NidoranMPokedexEntry dba NidoranMPokedexEntry
dba NidorinoPokedexEntry dba NidorinoPokedexEntry
dba NidokingPokedexEntry dba NidokingPokedexEntry
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
@ -110,12 +126,17 @@ PokedexDataPointerTable:
dba HitmonleePokedexEntry dba HitmonleePokedexEntry
dba HitmonchanPokedexEntry dba HitmonchanPokedexEntry
dba LickitungPokedexEntry dba LickitungPokedexEntry
dba LickilickyPokedexEntry
dba LickilordPokedexEntry
dba KoffingPokedexEntry dba KoffingPokedexEntry
dba WeezingPokedexEntry dba WeezingPokedexEntry
dba RhyhornPokedexEntry dba RhyhornPokedexEntry
dba RhydonPokedexEntry dba RhydonPokedexEntry
dba ChanseyPokedexEntry dba ChanseyPokedexEntry
dba BurgelaPokedexEntry
dba TangelaPokedexEntry dba TangelaPokedexEntry
dba TangrowthPokedexEntry
dba JungelaPokedexEntry
dba KangaskhanPokedexEntry dba KangaskhanPokedexEntry
dba HorseaPokedexEntry dba HorseaPokedexEntry
dba SeadraPokedexEntry dba SeadraPokedexEntry
@ -127,10 +148,12 @@ PokedexDataPointerTable:
dba StarmiePokedexEntry dba StarmiePokedexEntry
dba MrMimePokedexEntry dba MrMimePokedexEntry
dba ScytherPokedexEntry dba ScytherPokedexEntry
dba KleavorPokedexEntry
dba JynxPokedexEntry dba JynxPokedexEntry
dba ElectabuzzPokedexEntry dba ElectabuzzPokedexEntry
dba MagmarPokedexEntry dba MagmarPokedexEntry
dba PinsirPokedexEntry dba PinsirPokedexEntry
dba TriculesPokedexEntry
dba TaurosPokedexEntry dba TaurosPokedexEntry
dba MagikarpPokedexEntry dba MagikarpPokedexEntry
dba GyaradosPokedexEntry dba GyaradosPokedexEntry
@ -202,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

View file

@ -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,11 +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 BUTTERFREE dw BUTTERFREE
dw CARAPTHOR
dw CATERPIE dw CATERPIE
dw CELEBI dw CELEBI
dw CHANSEY dw CHANSEY
@ -34,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
@ -69,15 +74,20 @@ 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
dw GOLDEEN dw GOLDEEN
dw GOLDUCK dw GOLDUCK
dw GOLEM dw GOLEM
dw GOROCHU
dw GOROTORA
dw GRANBULL dw GRANBULL
dw GRAVELER dw GRAVELER
dw GRIMER dw GRIMER
@ -100,6 +110,7 @@ AlphabeticalPokedexOrder:
dw JIGGLYPUFF dw JIGGLYPUFF
dw JOLTEON dw JOLTEON
dw JUMPLUFF dw JUMPLUFF
dw JUNGELA
dw JYNX dw JYNX
dw KABUTO dw KABUTO
dw KABUTOPS dw KABUTOPS
@ -108,13 +119,18 @@ AlphabeticalPokedexOrder:
dw KANGASKHAN dw KANGASKHAN
dw KINGDRA dw KINGDRA
dw KINGLER dw KINGLER
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 LICKILORD
dw LICKITUNG dw LICKITUNG
dw LUGIA dw LUGIA
dw MACHAMP dw MACHAMP
@ -148,6 +164,7 @@ AlphabeticalPokedexOrder:
dw NIDOQUEEN dw NIDOQUEEN
dw NIDORAN_F dw NIDORAN_F
dw NIDORAN_M dw NIDORAN_M
dw NIDOREIGN
dw NIDORINA dw NIDORINA
dw NIDORINO dw NIDORINO
dw NINETALES dw NINETALES
@ -159,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
@ -178,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
@ -224,7 +246,9 @@ AlphabeticalPokedexOrder:
dw SUNFLORA dw SUNFLORA
dw SUNKERN dw SUNKERN
dw SWINUB dw SWINUB
dw SYLVEON
dw TANGELA dw TANGELA
dw TANGROWTH
dw TAUROS dw TAUROS
dw TEDDIURSA dw TEDDIURSA
dw TENTACOOL dw TENTACOOL
@ -233,6 +257,7 @@ AlphabeticalPokedexOrder:
dw TOGETIC dw TOGETIC
dw TOTARTLE dw TOTARTLE
dw TOTODILE dw TOTODILE
dw TRICULES
dw TYPHLOSION dw TYPHLOSION
dw TYRANITAR dw TYRANITAR
dw TYROGUE dw TYROGUE
@ -246,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

View file

@ -25,12 +25,20 @@ NewPokedexOrder:
dw PICHU dw PICHU
dw PIKACHU dw PIKACHU
dw RAICHU dw RAICHU
dw GOROCHU
dw CATERPIE dw CATERPIE
dw METAPOD dw METAPOD
dw BUTTERFREE dw BUTTERFREE
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
@ -38,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
@ -72,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
@ -103,6 +113,7 @@ NewPokedexOrder:
dw NIDORAN_M dw NIDORAN_M
dw NIDORINO dw NIDORINO
dw NIDOKING dw NIDOKING
dw NIDOREIGN
dw YANMA dw YANMA
dw SUNKERN dw SUNKERN
dw SUNFLORA dw SUNFLORA
@ -114,7 +125,9 @@ NewPokedexOrder:
dw VENOMOTH dw VENOMOTH
dw SCYTHER dw SCYTHER
dw SCIZOR dw SCIZOR
dw KLEAVOR
dw PINSIR dw PINSIR
dw TRICULES
dw HERACROSS dw HERACROSS
dw KOFFING dw KOFFING
dw WEEZING dw WEEZING
@ -127,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
@ -138,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
@ -181,13 +199,21 @@ NewPokedexOrder:
dw SEEL dw SEEL
dw DEWGONG dw DEWGONG
dw LICKITUNG dw LICKITUNG
dw LICKILICKY
dw LICKILORD
dw BURGELA
dw TANGELA dw TANGELA
dw TANGROWTH
dw JUNGELA
dw EEVEE dw EEVEE
dw VAPOREON dw VAPOREON
dw JOLTEON dw JOLTEON
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

View file

@ -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
@ -468,5 +473,6 @@ LarvitarEggMoves:
dw OUTRAGE dw OUTRAGE
dw FOCUS_ENERGY dw FOCUS_ENERGY
dw ANCIENTPOWER dw ANCIENTPOWER
dw ROCK_SLASH
NoEggMoves2: NoEggMoves2:
dw -1 ; end dw -1 ; end

View file

@ -9,13 +9,20 @@ EggMovePointers1:
dw NoEggMoves1 dw NoEggMoves1
dw SquirtleEggMoves dw SquirtleEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 ; Totartle
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 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
@ -27,6 +34,7 @@ EggMovePointers1:
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1
dw SandshrewEggMoves dw SandshrewEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw NidoranFEggMoves dw NidoranFEggMoves
@ -35,30 +43,38 @@ EggMovePointers1:
dw NidoranMEggMoves dw NidoranMEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
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
@ -110,27 +126,34 @@ EggMovePointers1:
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw LickitungEggMoves dw LickitungEggMoves
dw NoEggMoves1 ; Lickilicky
dw NoEggMoves1 ; Lickilord
dw KoffingEggMoves dw KoffingEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw RhyhornEggMoves dw RhyhornEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw ChanseyEggMoves dw ChanseyEggMoves
dw TangelaEggMoves dw BurgelaEggMoves ; Burgela
dw NoEggMoves1
dw NoEggMoves1 ; Tangrowth
dw NoEggMoves1 ; Jungela
dw KangaskhanEggMoves dw KangaskhanEggMoves
dw HorseaEggMoves dw HorseaEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw BlastykeEggMoves dw BlastykeEggMoves ; Blastyke
dw NoEggMoves1 dw NoEggMoves1 ; Blastoise
dw GoldeenEggMoves dw GoldeenEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw MrMimeEggMoves dw MrMimeEggMoves
dw ScytherEggMoves dw ScytherEggMoves
dw NoEggMoves1 ; Kleavor
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw PinsirEggMoves dw PinsirEggMoves
dw NoEggMoves1 ; Tricules
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
@ -146,8 +169,8 @@ EggMovePointers1:
dw KabutoEggMoves dw KabutoEggMoves
dw NoEggMoves1 dw NoEggMoves1
dw AerodactylEggMoves dw AerodactylEggMoves
dw MunchlaxEggMoves dw MunchlaxEggMoves ; Munchlax
dw SnorlaxEggMoves dw NoEggMoves1 ; Should this even exist?
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
dw NoEggMoves1 dw NoEggMoves1
@ -184,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
@ -243,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
@ -251,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
@ -266,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
@ -274,6 +303,7 @@ ParasEggMoves:
dw FLAIL dw FLAIL
dw LIGHT_SCREEN dw LIGHT_SCREEN
dw PURSUIT dw PURSUIT
dw ROCK_SLASH
dw -1 ; end dw -1 ; end
VenonatEggMoves: VenonatEggMoves:
@ -290,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
@ -317,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
@ -365,6 +395,7 @@ TentacoolEggMoves:
GeodudeEggMoves: GeodudeEggMoves:
dw MEGA_PUNCH dw MEGA_PUNCH
dw ROCK_SLIDE dw ROCK_SLIDE
dw ROCK_SLASH
dw -1 ; end dw -1 ; end
PonytaEggMoves: PonytaEggMoves:
@ -444,6 +475,7 @@ KrabbyEggMoves:
dw AMNESIA dw AMNESIA
dw FLAIL dw FLAIL
dw SLAM dw SLAM
dw ROCK_SLASH
dw -1 ; end dw -1 ; end
ExeggcuteEggMoves: ExeggcuteEggMoves:
@ -462,6 +494,7 @@ CuboneEggMoves:
dw SKULL_BASH dw SKULL_BASH
dw PERISH_SONG dw PERISH_SONG
dw SWORDS_DANCE dw SWORDS_DANCE
dw ROCK_HEAD
dw -1 ; end dw -1 ; end
LickitungEggMoves: LickitungEggMoves:
@ -494,7 +527,7 @@ ChanseyEggMoves:
dw HEAL_BELL dw HEAL_BELL
dw -1 ; end dw -1 ; end
TangelaEggMoves: BurgelaEggMoves:
dw FLAIL dw FLAIL
dw CONFUSION dw CONFUSION
dw MEGA_DRAIN dw MEGA_DRAIN
@ -552,6 +585,7 @@ ScytherEggMoves:
PinsirEggMoves: PinsirEggMoves:
dw FURY_ATTACK dw FURY_ATTACK
dw FLAIL dw FLAIL
dw ROCK_SLASH
dw -1 ; end dw -1 ; end
LaprasEggMoves: LaprasEggMoves:
@ -590,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

View file

@ -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

View file

@ -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
@ -27,6 +34,7 @@ EvosAttacksPointers1::
dw ArbokEvosAttacks dw ArbokEvosAttacks
dw PikachuEvosAttacks dw PikachuEvosAttacks
dw RaichuEvosAttacks dw RaichuEvosAttacks
dw GorochuEvosAttacks
dw SandshrewEvosAttacks dw SandshrewEvosAttacks
dw SandslashEvosAttacks dw SandslashEvosAttacks
dw NidoranFEvosAttacks dw NidoranFEvosAttacks
@ -35,29 +43,37 @@ EvosAttacksPointers1::
dw NidoranMEvosAttacks dw NidoranMEvosAttacks
dw NidorinoEvosAttacks dw NidorinoEvosAttacks
dw NidokingEvosAttacks dw NidokingEvosAttacks
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
@ -110,12 +126,17 @@ EvosAttacksPointers1::
dw HitmonleeEvosAttacks dw HitmonleeEvosAttacks
dw HitmonchanEvosAttacks dw HitmonchanEvosAttacks
dw LickitungEvosAttacks dw LickitungEvosAttacks
dw LickilickyEvosAttacks
dw LickilordEvosAttacks
dw KoffingEvosAttacks dw KoffingEvosAttacks
dw WeezingEvosAttacks dw WeezingEvosAttacks
dw RhyhornEvosAttacks dw RhyhornEvosAttacks
dw RhydonEvosAttacks dw RhydonEvosAttacks
dw ChanseyEvosAttacks dw ChanseyEvosAttacks
dw BurgelaEvosAttacks
dw TangelaEvosAttacks dw TangelaEvosAttacks
dw TangrowthEvosAttacks
dw JungelaEvosAttacks
dw KangaskhanEvosAttacks dw KangaskhanEvosAttacks
dw HorseaEvosAttacks dw HorseaEvosAttacks
dw SeadraEvosAttacks dw SeadraEvosAttacks
@ -127,10 +148,12 @@ EvosAttacksPointers1::
dw StarmieEvosAttacks dw StarmieEvosAttacks
dw MrMimeEvosAttacks dw MrMimeEvosAttacks
dw ScytherEvosAttacks dw ScytherEvosAttacks
dw KleavorEvosAttacks
dw JynxEvosAttacks dw JynxEvosAttacks
dw ElectabuzzEvosAttacks dw ElectabuzzEvosAttacks
dw MagmarEvosAttacks dw MagmarEvosAttacks
dw PinsirEvosAttacks dw PinsirEvosAttacks
dw TriculesEvosAttacks
dw TaurosEvosAttacks dw TaurosEvosAttacks
dw MagikarpEvosAttacks dw MagikarpEvosAttacks
dw GyaradosEvosAttacks dw GyaradosEvosAttacks
@ -366,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
@ -504,6 +619,7 @@ PikachuEvosAttacks:
db 0 ; no more level-up moves db 0 ; no more level-up moves
RaichuEvosAttacks: RaichuEvosAttacks:
dbbw EVOLVE_TRADE, -1, GOROCHU
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, THUNDERSHOCK dbw 1, THUNDERSHOCK
dbw 1, TAIL_WHIP dbw 1, TAIL_WHIP
@ -511,6 +627,18 @@ RaichuEvosAttacks:
dbw 1, THUNDERBOLT dbw 1, THUNDERBOLT
db 0 ; no more level-up moves db 0 ; no more level-up moves
GorochuEvosAttacks:
db 0 ; no more evolutions
dbw 1, THUNDERSHOCK
dbw 1, TAIL_WHIP
dbw 1, QUICK_ATTACK
dbw 1, THUNDERBOLT
dbw 53, SAND_ATTACK
dbw 57, FOCUS_ENERGY
dbw 60, LEER
dbw 65, HORN_DRILL
db 0 ; no more level-up moves
SandshrewEvosAttacks: SandshrewEvosAttacks:
dbbw EVOLVE_LEVEL, 22, SANDSLASH dbbw EVOLVE_LEVEL, 22, SANDSLASH
db 0 ; no more evolutions db 0 ; no more evolutions
@ -552,7 +680,9 @@ NidoranFEvosAttacks:
db 0 ; no more level-up moves db 0 ; no more level-up moves
NidorinaEvosAttacks: NidorinaEvosAttacks:
dbbw EVOLVE_ITEM, MOON_STONE, NIDOQUEEN dbbw EVOLVE_ITEM, POISON_STONE, NIDOQUEEN
dbbw EVOLVE_LEVEL, 36, NIDOQUEEN
dbbw EVOLVE_ITEM, MOON_STONE, NIDOREIGN
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, GROWL dbw 1, GROWL
dbw 1, TACKLE dbw 1, TACKLE
@ -587,7 +717,9 @@ NidoranMEvosAttacks:
db 0 ; no more level-up moves db 0 ; no more level-up moves
NidorinoEvosAttacks: NidorinoEvosAttacks:
dbbw EVOLVE_ITEM, MOON_STONE, NIDOKING dbbw EVOLVE_ITEM, POISON_STONE, NIDOKING
dbbw EVOLVE_LEVEL, 36, NIDOKING
dbbw EVOLVE_ITEM, MOON_STONE, NIDOREIGN
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, LEER dbw 1, LEER
dbw 1, TACKLE dbw 1, TACKLE
@ -608,6 +740,15 @@ NidokingEvosAttacks:
dbw 23, THRASH dbw 23, THRASH
db 0 ; no more level-up moves db 0 ; no more level-up moves
NidoreignEvosAttacks:
db 0 ; no more evolutions
dbw 1, TACKLE
dbw 1, SPIKE_CANNON
dbw 1, POISON_STING
dbw 1, TOXIC
dbw 23, ROCK_HEAD
db 0 ; no more level-up moves
ClefairyEvosAttacks: ClefairyEvosAttacks:
dbbw EVOLVE_ITEM, MOON_STONE, CLEFABLE dbbw EVOLVE_ITEM, MOON_STONE, CLEFABLE
db 0 ; no more evolutions db 0 ; no more evolutions
@ -631,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
@ -675,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
@ -689,6 +855,7 @@ ZubatEvosAttacks:
GolbatEvosAttacks: GolbatEvosAttacks:
dbbw EVOLVE_HAPPINESS, TR_ANYTIME, CROBAT dbbw EVOLVE_HAPPINESS, TR_ANYTIME, 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
@ -738,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
@ -826,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
@ -852,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
@ -888,6 +1095,7 @@ MankeyEvosAttacks:
dbw 9, LOW_KICK dbw 9, LOW_KICK
dbw 15, KARATE_CHOP dbw 15, KARATE_CHOP
dbw 21, FURY_SWIPES dbw 21, FURY_SWIPES
dbw 24, ROCK_HEAD
dbw 27, FOCUS_ENERGY dbw 27, FOCUS_ENERGY
dbw 33, SEISMIC_TOSS dbw 33, SEISMIC_TOSS
dbw 39, CROSS_CHOP dbw 39, CROSS_CHOP
@ -896,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
@ -904,6 +1113,7 @@ PrimeapeEvosAttacks:
dbw 9, LOW_KICK dbw 9, LOW_KICK
dbw 15, KARATE_CHOP dbw 15, KARATE_CHOP
dbw 21, FURY_SWIPES dbw 21, FURY_SWIPES
dbw 24, ROCK_HEAD
dbw 27, FOCUS_ENERGY dbw 27, FOCUS_ENERGY
dbw 28, RAGE dbw 28, RAGE
dbw 36, SEISMIC_TOSS dbw 36, SEISMIC_TOSS
@ -912,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
@ -950,6 +1192,7 @@ PoliwagEvosAttacks:
PoliwhirlEvosAttacks: PoliwhirlEvosAttacks:
dbbw EVOLVE_ITEM, WATER_STONE, POLIWRATH dbbw EVOLVE_ITEM, WATER_STONE, POLIWRATH
dbbw EVOLVE_TRADE, KINGS_ROCK, POLITOED dbbw EVOLVE_TRADE, KINGS_ROCK, POLITOED
dbbw EVOLVE_ITEM, HEART_STONE, POLITOED
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, BUBBLE dbw 1, BUBBLE
dbw 1, HYPNOSIS dbw 1, HYPNOSIS
@ -1146,6 +1389,7 @@ GeodudeEvosAttacks:
dbw 31, ROLLOUT dbw 31, ROLLOUT
dbw 36, EARTHQUAKE dbw 36, EARTHQUAKE
dbw 41, EXPLOSION dbw 41, EXPLOSION
dbw 46, ROCK_HEAD
db 0 ; no more level-up moves db 0 ; no more level-up moves
GravelerEvosAttacks: GravelerEvosAttacks:
@ -1162,6 +1406,7 @@ GravelerEvosAttacks:
dbw 34, ROLLOUT dbw 34, ROLLOUT
dbw 41, EARTHQUAKE dbw 41, EARTHQUAKE
dbw 48, EXPLOSION dbw 48, EXPLOSION
dbw 55, ROCK_HEAD
db 0 ; no more level-up moves db 0 ; no more level-up moves
GolemEvosAttacks: GolemEvosAttacks:
@ -1178,6 +1423,7 @@ GolemEvosAttacks:
dbw 34, ROLLOUT dbw 34, ROLLOUT
dbw 41, EARTHQUAKE dbw 41, EARTHQUAKE
dbw 48, EXPLOSION dbw 48, EXPLOSION
dbw 55, ROCK_HEAD
db 0 ; no more level-up moves db 0 ; no more level-up moves
PonytaEvosAttacks: PonytaEvosAttacks:
@ -1214,6 +1460,7 @@ RapidashEvosAttacks:
SlowpokeEvosAttacks: SlowpokeEvosAttacks:
dbbw EVOLVE_LEVEL, 37, SLOWBRO dbbw EVOLVE_LEVEL, 37, SLOWBRO
dbbw EVOLVE_TRADE, KINGS_ROCK, SLOWKING dbbw EVOLVE_TRADE, KINGS_ROCK, SLOWKING
dbbw EVOLVE_ITEM, HEART_STONE, SLOWKING
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, CURSE dbw 1, CURSE
dbw 1, TACKLE dbw 1, TACKLE
@ -1432,6 +1679,7 @@ GengarEvosAttacks:
OnixEvosAttacks: OnixEvosAttacks:
dbbw EVOLVE_TRADE, METAL_COAT, STEELIX dbbw EVOLVE_TRADE, METAL_COAT, STEELIX
dbbw EVOLVE_LEVEL, 38, STEELIX
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, TACKLE dbw 1, TACKLE
dbw 1, SCREECH dbw 1, SCREECH
@ -1439,6 +1687,7 @@ OnixEvosAttacks:
dbw 14, ROCK_THROW dbw 14, ROCK_THROW
dbw 23, HARDEN dbw 23, HARDEN
dbw 27, RAGE dbw 27, RAGE
dbw 31, ROCK_HEAD
dbw 36, SANDSTORM dbw 36, SANDSTORM
dbw 40, SLAM dbw 40, SLAM
db 0 ; no more level-up moves db 0 ; no more level-up moves
@ -1618,6 +1867,9 @@ HitmonchanEvosAttacks:
db 0 ; no more level-up moves db 0 ; no more level-up moves
LickitungEvosAttacks: LickitungEvosAttacks:
dbbw EVOLVE_LEVEL, 32, LICKILICKY
dbbw EVOLVE_ITEM, POISON_STONE, LICKILORD
dbbw EVOLVE_TRADE, KINGS_ROCK, LICKILORD
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, LICK dbw 1, LICK
dbw 7, SUPERSONIC dbw 7, SUPERSONIC
@ -1629,6 +1881,28 @@ LickitungEvosAttacks:
dbw 43, SCREECH dbw 43, SCREECH
db 0 ; no more level-up moves db 0 ; no more level-up moves
LickilickyEvosAttacks:
db 0 ; no more evolutions
dbw 1, LICK
dbw 7, SUPERSONIC
dbw 13, DEFENSE_CURL
dbw 19, STOMP
dbw 25, WRAP
dbw 31, DISABLE
dbw 32, ROLLOUT
dbw 40, SLAM
dbw 49, SCREECH
db 0 ; no more level-up moves
LickilordEvosAttacks:
db 0 ; no more evolutions
dbw 1, ACID
dbw 1, LICK
dbw 1, WRAP
dbw 1, SLAM
dbw 30, TOXIC
db 0 ; no more level-up moves
KoffingEvosAttacks: KoffingEvosAttacks:
dbbw EVOLVE_LEVEL, 35, WEEZING dbbw EVOLVE_LEVEL, 35, WEEZING
db 0 ; no more evolutions db 0 ; no more evolutions
@ -1667,6 +1941,7 @@ RhyhornEvosAttacks:
dbw 19, FURY_ATTACK dbw 19, FURY_ATTACK
dbw 31, SCARY_FACE dbw 31, SCARY_FACE
dbw 37, HORN_DRILL dbw 37, HORN_DRILL
dbw 43, ROCK_HEAD
dbw 49, TAKE_DOWN dbw 49, TAKE_DOWN
dbw 55, EARTHQUAKE dbw 55, EARTHQUAKE
db 0 ; no more level-up moves db 0 ; no more level-up moves
@ -1681,6 +1956,7 @@ RhydonEvosAttacks:
dbw 19, FURY_ATTACK dbw 19, FURY_ATTACK
dbw 31, SCARY_FACE dbw 31, SCARY_FACE
dbw 37, HORN_DRILL dbw 37, HORN_DRILL
dbw 48, ROCK_HEAD
dbw 54, TAKE_DOWN dbw 54, TAKE_DOWN
dbw 65, EARTHQUAKE dbw 65, EARTHQUAKE
db 0 ; no more level-up moves db 0 ; no more level-up moves
@ -1701,7 +1977,24 @@ ChanseyEvosAttacks:
dbw 57, DOUBLE_EDGE dbw 57, DOUBLE_EDGE
db 0 ; no more level-up moves db 0 ; no more level-up moves
BurgelaEvosAttacks:
dbbw EVOLVE_LEVEL, 22, TANGELA
db 0 ; no more evolutions
dbw 1, CONSTRICT
dbw 4, SLEEP_POWDER
dbw 10, ABSORB
dbw 13, POISONPOWDER
dbw 19, VINE_WHIP
dbw 23, BIND
dbw 27, MEGA_DRAIN
dbw 28, STUN_SPORE
dbw 32, SLAM
dbw 36, GROWTH
db 0 ; no more level-up moves
TangelaEvosAttacks: TangelaEvosAttacks:
dbbw EVOLVE_LEVEL, 44, TANGROWTH
dbbw EVOLVE_ITEM, DUSK_STONE, JUNGELA
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, CONSTRICT dbw 1, CONSTRICT
dbw 4, SLEEP_POWDER dbw 4, SLEEP_POWDER
@ -1715,6 +2008,30 @@ TangelaEvosAttacks:
dbw 46, GROWTH dbw 46, GROWTH
db 0 ; no more level-up moves db 0 ; no more level-up moves
TangrowthEvosAttacks:
db 0 ; no more evolutions
dbw 1, CONSTRICT
dbw 4, SLEEP_POWDER
dbw 10, ABSORB
dbw 13, POISONPOWDER
dbw 19, VINE_WHIP
dbw 25, BIND
dbw 31, MEGA_DRAIN
dbw 34, STUN_SPORE
dbw 40, SLAM
dbw 44, ANCIENTPOWER
dbw 51, GROWTH
db 0 ; no more level-up moves
JungelaEvosAttacks:
db 0 ; no more evolutions
dbw 1, VINE_WHIP
dbw 1, BIND
dbw 1, FAINT_ATTACK
dbw 1, NIGHT_SHADE
dbw 30, GIGA_DRAIN
db 0 ; no more level-up moves
KangaskhanEvosAttacks: KangaskhanEvosAttacks:
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, COMET_PUNCH dbw 1, COMET_PUNCH
@ -1857,6 +2174,8 @@ MrMimeEvosAttacks:
ScytherEvosAttacks: ScytherEvosAttacks:
dbbw EVOLVE_TRADE, METAL_COAT, SCIZOR dbbw EVOLVE_TRADE, METAL_COAT, SCIZOR
dbbw EVOLVE_LEVEL, 41, SCIZOR
dbbw EVOLVE_ITEM, BLK_AUGURITE, KLEAVOR
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, QUICK_ATTACK dbw 1, QUICK_ATTACK
dbw 1, LEER dbw 1, LEER
@ -1870,6 +2189,20 @@ ScytherEvosAttacks:
dbw 48, DOUBLE_TEAM dbw 48, DOUBLE_TEAM
db 0 ; no more level-up moves db 0 ; no more level-up moves
KleavorEvosAttacks:
db 0 ; no more evolutions
dbw 1, QUICK_ATTACK
dbw 1, LEER
dbw 6, FOCUS_ENERGY
dbw 12, PURSUIT
dbw 18, FALSE_SWIPE
dbw 24, AGILITY
dbw 30, ROCK_SLASH
dbw 36, SLASH
dbw 42, SWORDS_DANCE
dbw 48, DOUBLE_TEAM
db 0 ; no more level-up moves
JynxEvosAttacks: JynxEvosAttacks:
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, POUND dbw 1, POUND
@ -1916,15 +2249,32 @@ MagmarEvosAttacks:
db 0 ; no more level-up moves db 0 ; no more level-up moves
PinsirEvosAttacks: PinsirEvosAttacks:
dbbw EVOLVE_TRADE, METAL_COAT, TRICULES
dbbw EVOLVE_LEVEL, 42, TRICULES
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, VICEGRIP dbw 1, VICEGRIP
dbw 7, FOCUS_ENERGY dbw 7, FOCUS_ENERGY
dbw 13, BIND dbw 13, BIND
dbw 19, SEISMIC_TOSS dbw 19, SEISMIC_TOSS
dbw 25, HARDEN dbw 25, HARDEN
dbw 31, GUILLOTINE dbw 31, CROSS_CUTTER
dbw 37, SUBMISSION dbw 37, SUBMISSION
dbw 43, SWORDS_DANCE dbw 43, SWORDS_DANCE
dbw 49, GUILLOTINE
db 0 ; no more level-up moves
TriculesEvosAttacks:
db 0 ; no more evolutions
dbw 1, VICEGRIP
dbw 7, FOCUS_ENERGY
dbw 13, BIND
dbw 19, SEISMIC_TOSS
dbw 25, HARDEN
dbw 31, CROSS_CUTTER
dbw 37, SUBMISSION
dbw 42, METAL_CLAW
dbw 43, SWORDS_DANCE
dbw 49, GUILLOTINE
db 0 ; no more level-up moves db 0 ; no more level-up moves
TaurosEvosAttacks: TaurosEvosAttacks:
@ -1986,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
@ -2105,19 +2458,21 @@ KabutopsEvosAttacks:
dbw 37, ENDURE dbw 37, ENDURE
dbw 40, SLASH dbw 40, SLASH
dbw 51, MEGA_DRAIN dbw 51, MEGA_DRAIN
dbw 58, ROCK_SLASH
dbw 65, ANCIENTPOWER dbw 65, ANCIENTPOWER
db 0 ; no more level-up moves db 0 ; no more level-up moves
AerodactylEvosAttacks: AerodactylEvosAttacks:
db 0 ; no more evolutions db 0 ; no more evolutions
dbw 1, WING_ATTACK dbw 1, TAKE_DOWN
dbw 8, AGILITY dbw 8, AGILITY
dbw 15, BITE dbw 15, BITE
dbw 22, SUPERSONIC dbw 22, SUPERSONIC
dbw 29, ANCIENTPOWER dbw 28, ANCIENTPOWER
dbw 36, SCARY_FACE dbw 36, SCARY_FACE
dbw 43, TAKE_DOWN dbw 40, WING_ATTACK
dbw 50, HYPER_BEAM dbw 48, ROCK_HEAD
dbw 60, HYPER_BEAM
db 0 ; no more level-up moves db 0 ; no more level-up moves
MunchlaxEvosAttacks: MunchlaxEvosAttacks:

View file

@ -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
@ -27,6 +34,7 @@ FirstEvoStages::
dw EKANS ;18 dw EKANS ;18
dw PICHU dw PICHU
dw PICHU dw PICHU
dw PICHU
dw SANDSHREW dw SANDSHREW
dw SANDSHREW dw SANDSHREW
dw NIDORAN_F dw NIDORAN_F
@ -35,31 +43,39 @@ FirstEvoStages::
dw NIDORAN_M ;20 dw NIDORAN_M ;20
dw NIDORAN_M dw NIDORAN_M
dw NIDORAN_M dw NIDORAN_M
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
@ -110,12 +126,17 @@ FirstEvoStages::
dw TYROGUE dw TYROGUE
dw TYROGUE dw TYROGUE
dw LICKITUNG dw LICKITUNG
dw LICKITUNG
dw LICKITUNG
dw KOFFING dw KOFFING
dw KOFFING dw KOFFING
dw RHYHORN dw RHYHORN
dw RHYHORN ;70 dw RHYHORN ;70
dw CHANSEY dw CHANSEY
dw TANGELA dw BURGELA
dw BURGELA
dw BURGELA
dw BURGELA
dw KANGASKHAN dw KANGASKHAN
dw HORSEA dw HORSEA
dw HORSEA dw HORSEA
@ -127,10 +148,12 @@ FirstEvoStages::
dw STARYU dw STARYU
dw MR__MIME dw MR__MIME
dw SCYTHER dw SCYTHER
dw SCYTHER
dw SMOOCHUM dw SMOOCHUM
dw ELEKID dw ELEKID
dw MAGBY dw MAGBY
dw PINSIR dw PINSIR
dw PINSIR
dw TAUROS ;80 dw TAUROS ;80
dw MAGIKARP dw MAGIKARP
dw MAGIKARP dw MAGIKARP
@ -173,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
@ -202,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

View file

@ -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
@ -28,6 +35,7 @@ KantoMonSpecials:
db 65 ; ARBOK db 65 ; ARBOK
db 50 ; PIKACHU db 50 ; PIKACHU
db 90 ; RAICHU db 90 ; RAICHU
db 100 ; GOROCHU
db 30 ; SANDSHREW db 30 ; SANDSHREW
db 55 ; SANDSLASH db 55 ; SANDSLASH
db 40 ; NIDORAN_F db 40 ; NIDORAN_F
@ -36,29 +44,37 @@ KantoMonSpecials:
db 40 ; NIDORAN_M db 40 ; NIDORAN_M
db 55 ; NIDORINO db 55 ; NIDORINO
db 75 ; NIDOKING db 75 ; NIDOKING
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
@ -111,12 +127,17 @@ KantoMonSpecials:
db 35 ; HITMONLEE db 35 ; HITMONLEE
db 35 ; HITMONCHAN db 35 ; HITMONCHAN
db 60 ; LICKITUNG db 60 ; LICKITUNG
db 80 ; LICKILICKY
db 65 ; LICKILORD
db 60 ; KOFFING db 60 ; KOFFING
db 85 ; WEEZING db 85 ; WEEZING
db 30 ; RHYHORN db 30 ; RHYHORN
db 45 ; RHYDON db 45 ; RHYDON
db 105 ; CHANSEY db 105 ; CHANSEY
db 80 ; BURGELA
db 100 ; TANGELA db 100 ; TANGELA
db 110 ; TANGROWTH
db 125 ; JUNGELA
db 40 ; KANGASKHAN db 40 ; KANGASKHAN
db 70 ; HORSEA db 70 ; HORSEA
db 95 ; SEADRA db 95 ; SEADRA
@ -128,10 +149,12 @@ KantoMonSpecials:
db 100 ; STARMIE db 100 ; STARMIE
db 100 ; MR__MIME db 100 ; MR__MIME
db 55 ; SCYTHER db 55 ; SCYTHER
db 45 ; KLEAVOR
db 95 ; JYNX db 95 ; JYNX
db 85 ; ELECTABUZZ db 85 ; ELECTABUZZ
db 85 ; MAGMAR db 85 ; MAGMAR
db 55 ; PINSIR db 55 ; PINSIR
db 55 ; TRICULES
db 70 ; TAUROS db 70 ; TAUROS
db 20 ; MAGIKARP db 20 ; MAGIKARP
db 100 ; GYARADOS db 100 ; GYARADOS

View file

@ -32,6 +32,7 @@ Pokered_MonIndices:
db TANGELA db TANGELA
db SCIZOR ; MISSINGNO. db SCIZOR ; MISSINGNO.
db SHUCKLE ; MISSINGNO. db SHUCKLE ; MISSINGNO.
db NIDOREIGN
db GROWLITHE db GROWLITHE
db ONIX db ONIX
db FEAROW db FEAROW
@ -120,6 +121,7 @@ Pokered_MonIndices:
db DUGTRIO db DUGTRIO
db VENOMOTH db VENOMOTH
db DEWGONG db DEWGONG
db TRICULES
db KINGDRA ; MISSINGNO. db KINGDRA ; MISSINGNO.
db PHANPY ; MISSINGNO. db PHANPY ; MISSINGNO.
db CATERPIE db CATERPIE
@ -192,7 +194,7 @@ Pokered_MonIndices:
db BELLSPROUT db BELLSPROUT
db WEEPINBELL db WEEPINBELL
db VICTREEBEL db VICTREEBEL
assert_table_length 192 ; gen 1 mon indexes assert_table_length 194 ; gen 1 mon indexes
db CHIKORITA db CHIKORITA
db BAYLEEF db BAYLEEF
db MEGANIUM db MEGANIUM
@ -257,4 +259,28 @@ Pokered_MonIndices:
db WALKING_WAKE db WALKING_WAKE
db SHI_SHI db SHI_SHI
db MUNCHLAX db MUNCHLAX
db KLEAVOR
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 LICKILORD
db BURGELA
db TANGROWTH
db JUNGELA
assert_table_length NUM_POKEMON - 1 assert_table_length NUM_POKEMON - 1

View file

@ -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
@ -28,6 +35,7 @@ MonMenuIcons:
db ICON_SERPENT ; ARBOK db ICON_SERPENT ; ARBOK
db ICON_PIKACHU ; PIKACHU db ICON_PIKACHU ; PIKACHU
db ICON_PIKACHU ; RAICHU db ICON_PIKACHU ; RAICHU
db ICON_PIKACHU ; GOROCHU
db ICON_MONSTER ; SANDSHREW db ICON_MONSTER ; SANDSHREW
db ICON_MONSTER ; SANDSLASH db ICON_MONSTER ; SANDSLASH
db ICON_FOX ; NIDORAN_F db ICON_FOX ; NIDORAN_F
@ -36,29 +44,37 @@ MonMenuIcons:
db ICON_FOX ; NIDORAN_M db ICON_FOX ; NIDORAN_M
db ICON_FOX ; NIDORINO db ICON_FOX ; NIDORINO
db ICON_MONSTER ; NIDOKING db ICON_MONSTER ; NIDOKING
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
@ -111,12 +127,17 @@ MonMenuIcons:
db ICON_FIGHTER ; HITMONLEE db ICON_FIGHTER ; HITMONLEE
db ICON_FIGHTER ; HITMONCHAN db ICON_FIGHTER ; HITMONCHAN
db ICON_MONSTER ; LICKITUNG db ICON_MONSTER ; LICKITUNG
db ICON_MONSTER ; LICKILICKY
db ICON_MONSTER ; LICKILORD
db ICON_BLOB ; KOFFING db ICON_BLOB ; KOFFING
db ICON_BLOB ; WEEZING db ICON_BLOB ; WEEZING
db ICON_EQUINE ; RHYHORN db ICON_EQUINE ; RHYHORN
db ICON_MONSTER ; RHYDON db ICON_MONSTER ; RHYDON
db ICON_CLEFAIRY ; CHANSEY db ICON_CLEFAIRY ; CHANSEY
db ICON_ODDISH ; BURGELA
db ICON_ODDISH ; TANGELA db ICON_ODDISH ; TANGELA
db ICON_ODDISH ; TANGROWTH
db ICON_ODDISH ; JUNGELA
db ICON_MONSTER ; KANGASKHAN db ICON_MONSTER ; KANGASKHAN
db ICON_FISH ; HORSEA db ICON_FISH ; HORSEA
db ICON_FISH ; SEADRA db ICON_FISH ; SEADRA
@ -128,10 +149,12 @@ MonMenuIcons:
db ICON_STARYU ; STARMIE db ICON_STARYU ; STARMIE
db ICON_HUMANSHAPE ; MR__MIME db ICON_HUMANSHAPE ; MR__MIME
db ICON_BUG ; SCYTHER db ICON_BUG ; SCYTHER
db ICON_BUG ; KLEAVOR
db ICON_HUMANSHAPE ; JYNX db ICON_HUMANSHAPE ; JYNX
db ICON_HUMANSHAPE ; ELECTABUZZ db ICON_HUMANSHAPE ; ELECTABUZZ
db ICON_HUMANSHAPE ; MAGMAR db ICON_HUMANSHAPE ; MAGMAR
db ICON_BUG ; PINSIR db ICON_BUG ; PINSIR
db ICON_BUG ; TRICULES
db ICON_EQUINE ; TAUROS db ICON_EQUINE ; TAUROS
db ICON_FISH ; MAGIKARP db ICON_FISH ; MAGIKARP
db ICON_GYARADOS ; GYARADOS db ICON_GYARADOS ; GYARADOS
@ -203,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

View file

@ -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@@@"
@ -30,6 +37,7 @@ PokemonNames::
db "ARBOK@@@@@" db "ARBOK@@@@@"
db "PIKACHU@@@" db "PIKACHU@@@"
db "RAICHU@@@@" db "RAICHU@@@@"
db "GOROCHU@@@"
db "SANDSHREW@" db "SANDSHREW@"
db "SANDSLASH@" db "SANDSLASH@"
db "NIDORAN♀@@" db "NIDORAN♀@@"
@ -38,29 +46,37 @@ PokemonNames::
db "NIDORAN♂@@" db "NIDORAN♂@@"
db "NIDORINO@@" db "NIDORINO@@"
db "NIDOKING@@" db "NIDOKING@@"
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@@@"
@ -113,12 +129,17 @@ PokemonNames::
db "HITMONLEE@" db "HITMONLEE@"
db "HITMONCHAN" db "HITMONCHAN"
db "LICKITUNG@" db "LICKITUNG@"
db "LICKILICKY"
db "LICKILORD@"
db "KOFFING@@@" db "KOFFING@@@"
db "WEEZING@@@" db "WEEZING@@@"
db "RHYHORN@@@" db "RHYHORN@@@"
db "RHYDON@@@@" db "RHYDON@@@@"
db "CHANSEY@@@" db "CHANSEY@@@"
db "BURGELA@@@"
db "TANGELA@@@" db "TANGELA@@@"
db "TANGROWTH@"
db "JUNGELA@@@"
db "KANGASKHAN" db "KANGASKHAN"
db "HORSEA@@@@" db "HORSEA@@@@"
db "SEADRA@@@@" db "SEADRA@@@@"
@ -130,10 +151,12 @@ PokemonNames::
db "STARMIE@@@" db "STARMIE@@@"
db "MR.MIME@@@" db "MR.MIME@@@"
db "SCYTHER@@@" db "SCYTHER@@@"
db "KLEAVOR@@@"
db "JYNX@@@@@@" db "JYNX@@@@@@"
db "ELECTABUZZ" db "ELECTABUZZ"
db "MAGMAR@@@@" db "MAGMAR@@@@"
db "PINSIR@@@@" db "PINSIR@@@@"
db "TRICULES@@"
db "TAUROS@@@@" db "TAUROS@@@@"
db "MAGIKARP@@" db "MAGIKARP@@"
db "GYARADOS@@" db "GYARADOS@@"
@ -205,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"

View file

@ -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
@ -85,6 +99,8 @@ INCBIN "gfx/pokemon/pikachu/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/pikachu/shiny.pal" INCLUDE "gfx/pokemon/pikachu/shiny.pal"
INCBIN "gfx/pokemon/raichu/front.gbcpal", middle_colors INCBIN "gfx/pokemon/raichu/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/raichu/shiny.pal" INCLUDE "gfx/pokemon/raichu/shiny.pal"
INCBIN "gfx/pokemon/gorochu/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/gorochu/shiny.pal"
INCBIN "gfx/pokemon/sandshrew/front.gbcpal", middle_colors INCBIN "gfx/pokemon/sandshrew/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/sandshrew/shiny.pal" INCLUDE "gfx/pokemon/sandshrew/shiny.pal"
INCBIN "gfx/pokemon/sandslash/front.gbcpal", middle_colors INCBIN "gfx/pokemon/sandslash/front.gbcpal", middle_colors
@ -101,10 +117,14 @@ INCBIN "gfx/pokemon/nidorino/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/nidorino/shiny.pal" INCLUDE "gfx/pokemon/nidorino/shiny.pal"
INCBIN "gfx/pokemon/nidoking/front.gbcpal", middle_colors INCBIN "gfx/pokemon/nidoking/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/nidoking/shiny.pal" INCLUDE "gfx/pokemon/nidoking/shiny.pal"
INCBIN "gfx/pokemon/nidoreign/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/nidoreign/shiny.pal"
INCBIN "gfx/pokemon/clefairy/front.gbcpal", middle_colors 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
@ -113,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
@ -123,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
@ -135,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
@ -147,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
@ -251,6 +283,10 @@ INCBIN "gfx/pokemon/hitmonchan/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/hitmonchan/shiny.pal" INCLUDE "gfx/pokemon/hitmonchan/shiny.pal"
INCBIN "gfx/pokemon/lickitung/front.gbcpal", middle_colors INCBIN "gfx/pokemon/lickitung/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/lickitung/shiny.pal" INCLUDE "gfx/pokemon/lickitung/shiny.pal"
INCBIN "gfx/pokemon/lickilicky/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/lickilicky/shiny.pal"
INCBIN "gfx/pokemon/lickilord/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/lickilord/shiny.pal"
INCBIN "gfx/pokemon/koffing/front.gbcpal", middle_colors INCBIN "gfx/pokemon/koffing/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/koffing/shiny.pal" INCLUDE "gfx/pokemon/koffing/shiny.pal"
INCBIN "gfx/pokemon/weezing/front.gbcpal", middle_colors INCBIN "gfx/pokemon/weezing/front.gbcpal", middle_colors
@ -261,8 +297,14 @@ INCBIN "gfx/pokemon/rhydon/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/rhydon/shiny.pal" INCLUDE "gfx/pokemon/rhydon/shiny.pal"
INCBIN "gfx/pokemon/chansey/front.gbcpal", middle_colors INCBIN "gfx/pokemon/chansey/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/chansey/shiny.pal" INCLUDE "gfx/pokemon/chansey/shiny.pal"
INCBIN "gfx/pokemon/burgela/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/burgela/shiny.pal"
INCBIN "gfx/pokemon/tangela/front.gbcpal", middle_colors INCBIN "gfx/pokemon/tangela/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/tangela/shiny.pal" INCLUDE "gfx/pokemon/tangela/shiny.pal"
INCBIN "gfx/pokemon/tangrowth/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/tangrowth/shiny.pal"
INCBIN "gfx/pokemon/jungela/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/jungela/shiny.pal"
INCBIN "gfx/pokemon/kangaskhan/front.gbcpal", middle_colors INCBIN "gfx/pokemon/kangaskhan/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/kangaskhan/shiny.pal" INCLUDE "gfx/pokemon/kangaskhan/shiny.pal"
INCBIN "gfx/pokemon/horsea/front.gbcpal", middle_colors INCBIN "gfx/pokemon/horsea/front.gbcpal", middle_colors
@ -285,6 +327,8 @@ INCBIN "gfx/pokemon/mr__mime/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/mr__mime/shiny.pal" INCLUDE "gfx/pokemon/mr__mime/shiny.pal"
INCBIN "gfx/pokemon/scyther/front.gbcpal", middle_colors INCBIN "gfx/pokemon/scyther/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/scyther/shiny.pal" INCLUDE "gfx/pokemon/scyther/shiny.pal"
INCBIN "gfx/pokemon/kleavor/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/kleavor/shiny.pal"
INCBIN "gfx/pokemon/jynx/front.gbcpal", middle_colors INCBIN "gfx/pokemon/jynx/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/jynx/shiny.pal" INCLUDE "gfx/pokemon/jynx/shiny.pal"
INCBIN "gfx/pokemon/electabuzz/front.gbcpal", middle_colors INCBIN "gfx/pokemon/electabuzz/front.gbcpal", middle_colors
@ -293,6 +337,8 @@ INCBIN "gfx/pokemon/magmar/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/magmar/shiny.pal" INCLUDE "gfx/pokemon/magmar/shiny.pal"
INCBIN "gfx/pokemon/pinsir/front.gbcpal", middle_colors INCBIN "gfx/pokemon/pinsir/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/pinsir/shiny.pal" INCLUDE "gfx/pokemon/pinsir/shiny.pal"
INCBIN "gfx/pokemon/tricules/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/tricules/shiny.pal"
INCBIN "gfx/pokemon/tauros/front.gbcpal", middle_colors INCBIN "gfx/pokemon/tauros/front.gbcpal", middle_colors
INCLUDE "gfx/pokemon/tauros/shiny.pal" INCLUDE "gfx/pokemon/tauros/shiny.pal"
INCBIN "gfx/pokemon/magikarp/front.gbcpal", middle_colors INCBIN "gfx/pokemon/magikarp/front.gbcpal", middle_colors
@ -435,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

View file

@ -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
@ -65,6 +79,8 @@ PokemonPicPointers::
dba PikachuBackpic dba PikachuBackpic
dba RaichuFrontpic dba RaichuFrontpic
dba RaichuBackpic dba RaichuBackpic
dba GorochuFrontpic
dba GorochuBackpic
dba SandshrewFrontpic dba SandshrewFrontpic
dba SandshrewBackpic dba SandshrewBackpic
dba SandslashFrontpic dba SandslashFrontpic
@ -81,10 +97,14 @@ PokemonPicPointers::
dba NidorinoBackpic dba NidorinoBackpic
dba NidokingFrontpic dba NidokingFrontpic
dba NidokingBackpic dba NidokingBackpic
dba NidoreignFrontpic
dba NidoreignBackpic
dba ClefairyFrontpic dba ClefairyFrontpic
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
@ -93,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
@ -103,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
@ -115,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
@ -127,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
@ -231,6 +263,10 @@ PokemonPicPointers::
dba HitmonchanBackpic dba HitmonchanBackpic
dba LickitungFrontpic dba LickitungFrontpic
dba LickitungBackpic dba LickitungBackpic
dba LickilickyFrontpic
dba LickilickyBackpic
dba LickilordFrontpic
dba LickilordBackpic
dba KoffingFrontpic dba KoffingFrontpic
dba KoffingBackpic dba KoffingBackpic
dba WeezingFrontpic dba WeezingFrontpic
@ -241,8 +277,14 @@ PokemonPicPointers::
dba RhydonBackpic dba RhydonBackpic
dba ChanseyFrontpic dba ChanseyFrontpic
dba ChanseyBackpic dba ChanseyBackpic
dba BurgelaFrontpic
dba BurgelaBackpic
dba TangelaFrontpic dba TangelaFrontpic
dba TangelaBackpic dba TangelaBackpic
dba TangrowthFrontpic
dba TangrowthBackpic
dba JungelaFrontpic
dba JungelaBackpic
dba KangaskhanFrontpic dba KangaskhanFrontpic
dba KangaskhanBackpic dba KangaskhanBackpic
dba HorseaFrontpic dba HorseaFrontpic
@ -265,6 +307,8 @@ PokemonPicPointers::
dba MrMimeBackpic dba MrMimeBackpic
dba ScytherFrontpic dba ScytherFrontpic
dba ScytherBackpic dba ScytherBackpic
dba KleavorFrontpic
dba KleavorBackpic
dba JynxFrontpic dba JynxFrontpic
dba JynxBackpic dba JynxBackpic
dba ElectabuzzFrontpic dba ElectabuzzFrontpic
@ -273,6 +317,8 @@ PokemonPicPointers::
dba MagmarBackpic dba MagmarBackpic
dba PinsirFrontpic dba PinsirFrontpic
dba PinsirBackpic dba PinsirBackpic
dba TriculesFrontpic
dba TriculesBackpic
dba TaurosFrontpic dba TaurosFrontpic
dba TaurosBackpic dba TaurosBackpic
dba MagikarpFrontpic dba MagikarpFrontpic
@ -415,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

View file

@ -199,7 +199,7 @@ FishGroups:
.Remoraid_Good: .Remoraid_Good:
dbbw 35 percent, 20, MAGIKARP dbbw 35 percent, 20, MAGIKARP
dbbw 70 percent, 20, POLIWAG dbbw 70 percent, 20, POLIWAG
dbbw 90 percent + 1, 20, POLIWAG dbbw 90 percent + 1, 20, REMORAID
dbbw 100 percent, 6, TIME_GROUP dbbw 100 percent, 6, TIME_GROUP
.Remoraid_Super: .Remoraid_Super:
dbbw 40 percent, 40, POLIWAG dbbw 40 percent, 40, POLIWAG

View file

@ -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

View file

@ -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 dbw 37, RATTATA
dbw 37, SPEAROW dbw 37, SPEAROW
dbw 38, SNUBBULL dbw 38, GROWLITHE
dbw 38, RATICATE dbw 39, RATICATE
dbw 38, JIGGLYPUFF dbw 39, RATTATA
dbw 36, ABRA dbw 35, SNUBBULL
dbw 36, ABRA dbw 35, SNUBBULL
; day ; day
dbw 37, RATTATA dbw 37, RATTATA
dbw 37, SPEAROW dbw 37, SPEAROW
dbw 38, SNUBBULL dbw 38, GROWLITHE
dbw 38, RATICATE dbw 39, RATICATE
dbw 38, JIGGLYPUFF dbw 39, RATTATA
dbw 36, ABRA dbw 35, GROWLITHE
dbw 36, ABRA dbw 35, GROWLITHE
; nite ; nite
dbw 37, MEOWTH dbw 37, RATTATA
dbw 37, MURKROW dbw 37, MURKROW
dbw 38, HOUNDOUR dbw 38, GROWLITHE
dbw 38, PERSIAN dbw 39, RATICATE
dbw 38, JIGGLYPUFF dbw 39, MURKROW
dbw 36, ABRA dbw 35, HOUNDOUR
dbw 36, ABRA dbw 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 dbw 37, MEOWTH
dbw 39, PIDGEOTTO dbw 39, PIDGEOTTO
dbw 36, ABRA dbw 35, ABRA
dbw 37, GROWLITHE dbw 38, VULPIX
dbw 36, JIGGLYPUFF dbw 37, PIDGEOTTO
dbw 38, KADABRA dbw 35, KADABRA
dbw 38, KADABRA dbw 35, KADABRA
; day ; day
dbw 37, SNUBBULL dbw 37, MEOWTH
dbw 39, PIDGEOTTO dbw 39, PIDGEOTTO
dbw 36, ABRA dbw 35, ABRA
dbw 37, GROWLITHE dbw 38, VULPIX
dbw 36, JIGGLYPUFF dbw 37, PIDGEOTTO
dbw 38, KADABRA dbw 35, KADABRA
dbw 38, KADABRA dbw 35, KADABRA
; nite ; nite
dbw 37, MEOWTH dbw 37, MEOWTH
dbw 30, NOCTOWL dbw 30, HAUNTER
dbw 36, ABRA dbw 35, ABRA
dbw 37, HAUNTER dbw 39, NOCTOWL
dbw 36, JIGGLYPUFF dbw 38, VULPIX
dbw 38, KADABRA dbw 35, KADABRA
dbw 38, KADABRA dbw 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

View file

@ -158,7 +158,7 @@ ItemEffects:
dw EvoStoneEffect ; SHINY_STONE dw EvoStoneEffect ; SHINY_STONE
dw NoEffect ; METAL_COAT dw NoEffect ; METAL_COAT
dw NoEffect ; DRAGON_FANG dw NoEffect ; DRAGON_FANG
dw NoEffect ; ITEM_91 dw EvoStoneEffect ; BLK_AUGURITE
dw NoEffect ; LEFTOVERS dw NoEffect ; LEFTOVERS
dw NoEffect ; ITEM_93 dw NoEffect ; ITEM_93
dw NoEffect ; ITEM_94 dw NoEffect ; ITEM_94

View file

@ -540,12 +540,12 @@ Pokegear_UpdateClock:
PokegearMap_CheckRegion: PokegearMap_CheckRegion:
ld a, [wPokegearMapPlayerIconLandmark] ld a, [wPokegearMapPlayerIconLandmark]
cp LANDMARK_FAST_SHIP cp LANDMARK_SILVER_CAVE+1
jr z, .johto jr c, .johto
cp KANTO_LANDMARK cp LANDMARK_FAST_SHIP+1
jr nc, .kanto jr c, .kanto
cp NIHON_LANDMARK ;cp NIHON_LANDMARK
jr c, .nihon jp .nihon
.johto .johto
ld a, POKEGEARSTATE_JOHTOMAPINIT ld a, POKEGEARSTATE_JOHTOMAPINIT
jr .done jr .done
@ -752,13 +752,13 @@ TownMap_GetKantoLandmarkLimits:
ld a, [wStatusFlags] ld a, [wStatusFlags]
bit STATUSFLAGS_HALL_OF_FAME_F, a bit STATUSFLAGS_HALL_OF_FAME_F, a
jr z, .not_hof jr z, .not_hof
ld d, LANDMARK_ROUTE_28 ld d, LANDMARK_FAST_SHIP
ld e, LANDMARK_PALLET_TOWN ld e, LANDMARK_PALLET_TOWN
ret ret
.not_hof .not_hof
ld d, LANDMARK_ROUTE_28 ld d, LANDMARK_VICTORY_ROAD
ld e, LANDMARK_VICTORY_ROAD ld e, LANDMARK_PALLET_TOWN
ret ret
TownMap_GetNihonLandmarkLimits: TownMap_GetNihonLandmarkLimits:
@ -1572,7 +1572,7 @@ RadioChannels:
ld a, [wPokegearMapPlayerIconLandmark] ld a, [wPokegearMapPlayerIconLandmark]
cp LANDMARK_FAST_SHIP cp LANDMARK_FAST_SHIP
jr z, .johto jr z, .johto
cp KANTO_LANDMARK cp LANDMARK_SILVER_CAVE+1
jr c, .johto jr c, .johto
; kanto or nihon ; kanto or nihon
and a and a
@ -1925,10 +1925,13 @@ _TownMap:
.InitTilemap: .InitTilemap:
ld a, [wTownMapPlayerIconLandmark] ld a, [wTownMapPlayerIconLandmark]
cp NIHON_LANDMARK cp LANDMARK_SILVER_CAVE + 1 ; last johto landmark + 1
jr nc, .nihon2 jr c, .johto2
cp KANTO_LANDMARK cp LANDMARK_FAST_SHIP + 1 ; last kanto landmark + 1
jr nc, .kanto2 jr c, .kanto2
jp .nihon2
.johto2
ld e, JOHTO_REGION ld e, JOHTO_REGION
jr .okay_tilemap jr .okay_tilemap
@ -2052,15 +2055,15 @@ LoadStation_PokemonChannel:
PokegearMap: PokegearMap:
ld a, e ld a, e
and a cp JOHTO_REGION
jr nz, .kanto jr nz, .kanto
call LoadTownMapGFX call LoadTownMapGFX
call FillJohtoMap call FillJohtoMap
ret ret
.kanto .kanto
cp NIHON_LANDMARK cp KANTO_REGION
jr c, .nihon jr nz, .nihon
call LoadTownMapGFX call LoadTownMapGFX
call FillKantoMap call FillKantoMap
ret ret

View file

@ -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"
@ -27,6 +34,7 @@ INCBIN "gfx/footprints/ekans.1bpp"
INCBIN "gfx/footprints/arbok.1bpp" INCBIN "gfx/footprints/arbok.1bpp"
INCBIN "gfx/footprints/pikachu.1bpp" INCBIN "gfx/footprints/pikachu.1bpp"
INCBIN "gfx/footprints/raichu.1bpp" INCBIN "gfx/footprints/raichu.1bpp"
INCBIN "gfx/footprints/gorochu.1bpp"
INCBIN "gfx/footprints/sandshrew.1bpp" INCBIN "gfx/footprints/sandshrew.1bpp"
INCBIN "gfx/footprints/sandslash.1bpp" INCBIN "gfx/footprints/sandslash.1bpp"
INCBIN "gfx/footprints/nidoran_f.1bpp" INCBIN "gfx/footprints/nidoran_f.1bpp"
@ -35,29 +43,37 @@ INCBIN "gfx/footprints/nidoqueen.1bpp"
INCBIN "gfx/footprints/nidoran_m.1bpp" INCBIN "gfx/footprints/nidoran_m.1bpp"
INCBIN "gfx/footprints/nidorino.1bpp" INCBIN "gfx/footprints/nidorino.1bpp"
INCBIN "gfx/footprints/nidoking.1bpp" INCBIN "gfx/footprints/nidoking.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"
@ -72,7 +88,7 @@ INCBIN "gfx/footprints/machamp.1bpp"
INCBIN "gfx/footprints/bellsprout.1bpp" INCBIN "gfx/footprints/bellsprout.1bpp"
INCBIN "gfx/footprints/weepinbell.1bpp" INCBIN "gfx/footprints/weepinbell.1bpp"
INCBIN "gfx/footprints/victreebel.1bpp" INCBIN "gfx/footprints/victreebel.1bpp"
;INCBIN "gfx/footprints/bellignan.1bpp" INCBIN "gfx/footprints/bellignan.1bpp"
INCBIN "gfx/footprints/tentacool.1bpp" INCBIN "gfx/footprints/tentacool.1bpp"
INCBIN "gfx/footprints/tentacruel.1bpp" INCBIN "gfx/footprints/tentacruel.1bpp"
INCBIN "gfx/footprints/geodude.1bpp" INCBIN "gfx/footprints/geodude.1bpp"
@ -110,12 +126,17 @@ INCBIN "gfx/footprints/marowak.1bpp"
INCBIN "gfx/footprints/hitmonlee.1bpp" INCBIN "gfx/footprints/hitmonlee.1bpp"
INCBIN "gfx/footprints/hitmonchan.1bpp" INCBIN "gfx/footprints/hitmonchan.1bpp"
INCBIN "gfx/footprints/lickitung.1bpp" INCBIN "gfx/footprints/lickitung.1bpp"
INCBIN "gfx/footprints/lickilicky.1bpp"
INCBIN "gfx/footprints/lickilord.1bpp"
INCBIN "gfx/footprints/koffing.1bpp" INCBIN "gfx/footprints/koffing.1bpp"
INCBIN "gfx/footprints/weezing.1bpp" INCBIN "gfx/footprints/weezing.1bpp"
INCBIN "gfx/footprints/rhyhorn.1bpp" INCBIN "gfx/footprints/rhyhorn.1bpp"
INCBIN "gfx/footprints/rhydon.1bpp" INCBIN "gfx/footprints/rhydon.1bpp"
INCBIN "gfx/footprints/chansey.1bpp" INCBIN "gfx/footprints/chansey.1bpp"
INCBIN "gfx/footprints/burgela.1bpp"
INCBIN "gfx/footprints/tangela.1bpp" INCBIN "gfx/footprints/tangela.1bpp"
INCBIN "gfx/footprints/tangrowth.1bpp"
INCBIN "gfx/footprints/jungela.1bpp"
INCBIN "gfx/footprints/kangaskhan.1bpp" INCBIN "gfx/footprints/kangaskhan.1bpp"
INCBIN "gfx/footprints/horsea.1bpp" INCBIN "gfx/footprints/horsea.1bpp"
INCBIN "gfx/footprints/seadra.1bpp" INCBIN "gfx/footprints/seadra.1bpp"
@ -127,10 +148,12 @@ INCBIN "gfx/footprints/staryu.1bpp"
INCBIN "gfx/footprints/starmie.1bpp" INCBIN "gfx/footprints/starmie.1bpp"
INCBIN "gfx/footprints/mr__mime.1bpp" INCBIN "gfx/footprints/mr__mime.1bpp"
INCBIN "gfx/footprints/scyther.1bpp" INCBIN "gfx/footprints/scyther.1bpp"
INCBIN "gfx/footprints/kleavor.1bpp"
INCBIN "gfx/footprints/jynx.1bpp" INCBIN "gfx/footprints/jynx.1bpp"
INCBIN "gfx/footprints/electabuzz.1bpp" INCBIN "gfx/footprints/electabuzz.1bpp"
INCBIN "gfx/footprints/magmar.1bpp" INCBIN "gfx/footprints/magmar.1bpp"
INCBIN "gfx/footprints/pinsir.1bpp" INCBIN "gfx/footprints/pinsir.1bpp"
INCBIN "gfx/footprints/tricules.1bpp"
INCBIN "gfx/footprints/tauros.1bpp" INCBIN "gfx/footprints/tauros.1bpp"
INCBIN "gfx/footprints/magikarp.1bpp" INCBIN "gfx/footprints/magikarp.1bpp"
INCBIN "gfx/footprints/gyarados.1bpp" INCBIN "gfx/footprints/gyarados.1bpp"
@ -202,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"
@ -264,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 $105 ; don't forget to update this assert_table_length NUM_POKEMON + 5 ; The +5 accounts for the 5 glitch footprints

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
gfx/footprints/bittybat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

BIN
gfx/footprints/burgela.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
gfx/footprints/coinpur.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
gfx/footprints/gaotora.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 B

BIN
gfx/footprints/glaceon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

BIN
gfx/footprints/gorochu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 B

BIN
gfx/footprints/gorotora.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

BIN
gfx/footprints/jungela.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

BIN
gfx/footprints/kleavor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

BIN
gfx/footprints/kotora.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 B

BIN
gfx/footprints/leafeon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

BIN
gfx/footprints/paraspor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 B

BIN
gfx/footprints/pupal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

BIN
gfx/footprints/pupperon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 B

BIN
gfx/footprints/raitora.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

BIN
gfx/footprints/sylveon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 B

BIN
gfx/footprints/tricules.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 B

BIN
gfx/footprints/vulpiii.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

View file

@ -725,59 +725,58 @@ ShiShiFrontpic: INCBIN "gfx/pokemon/shi_shi/front.animated.2bpp.lz"
ShiShiBackpic: INCBIN "gfx/pokemon/shi_shi/back.2bpp.lz" ShiShiBackpic: INCBIN "gfx/pokemon/shi_shi/back.2bpp.lz"
MunchlaxFrontpic: INCBIN "gfx/pokemon/munchlax/front.animated.2bpp.lz" MunchlaxFrontpic: INCBIN "gfx/pokemon/munchlax/front.animated.2bpp.lz"
MunchlaxBackpic: INCBIN "gfx/pokemon/munchlax/back.2bpp.lz" MunchlaxBackpic: INCBIN "gfx/pokemon/munchlax/back.2bpp.lz"
INCBIN "gfx/pokemon/poliwag/back.2bpp.lz" NidoreignFrontpic: INCBIN "gfx/pokemon/nidoreign/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/squirtle/back.2bpp.lz" NidoreignBackpic: INCBIN "gfx/pokemon/nidoreign/back.2bpp.lz"
INCBIN "gfx/pokemon/shuckle/back.2bpp.lz" KleavorFrontpic: INCBIN "gfx/pokemon/kleavor/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/dewgong/back.2bpp.lz" KleavorBackpic: INCBIN "gfx/pokemon/kleavor/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_b/front.animated.2bpp.lz" TriculesFrontpic: INCBIN "gfx/pokemon/tricules/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/slowpoke/back.2bpp.lz" TriculesBackpic: INCBIN "gfx/pokemon/tricules/back.2bpp.lz"
INCBIN "gfx/pokemon/dunsparce/back.2bpp.lz" LickilickyFrontpic: INCBIN "gfx/pokemon/lickilicky/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/donphan/back.2bpp.lz" LickilickyBackpic: INCBIN "gfx/pokemon/lickilicky/back.2bpp.lz"
INCBIN "gfx/pokemon/wooper/back.2bpp.lz" LickilordFrontpic: INCBIN "gfx/pokemon/lickilord/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/tauros/back.2bpp.lz" LickilordBackpic: INCBIN "gfx/pokemon/lickilord/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_x/front.animated.2bpp.lz" BurgelaFrontpic: INCBIN "gfx/pokemon/burgela/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_n/front.animated.2bpp.lz" BurgelaBackpic: INCBIN "gfx/pokemon/burgela/back.2bpp.lz"
INCBIN "gfx/pokemon/tangela/back.2bpp.lz" TangrowthFrontpic: INCBIN "gfx/pokemon/tangrowth/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/voltorb/back.2bpp.lz" TangrowthBackpic: INCBIN "gfx/pokemon/tangrowth/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_j/front.animated.2bpp.lz" JungelaFrontpic: INCBIN "gfx/pokemon/jungela/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/mantine/back.2bpp.lz" JungelaBackpic: INCBIN "gfx/pokemon/jungela/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_l/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/piloswine/back.2bpp.lz" SECTION "Pics 20", ROMX
INCBIN "gfx/pokemon/unown_m/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_f/front.animated.2bpp.lz" GorochuFrontpic: INCBIN "gfx/pokemon/gorochu/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/natu/back.2bpp.lz" GorochuBackpic: INCBIN "gfx/pokemon/gorochu/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_a/front.animated.2bpp.lz" LeafeonFrontpic: INCBIN "gfx/pokemon/leafeon/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/golem/back.2bpp.lz" LeafeonBackpic: INCBIN "gfx/pokemon/leafeon/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_u/front.animated.2bpp.lz" GlaceonFrontpic: INCBIN "gfx/pokemon/glaceon/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/diglett/back.2bpp.lz" GlaceonBackpic: INCBIN "gfx/pokemon/glaceon/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_q/front.animated.2bpp.lz" SylveonFrontpic: INCBIN "gfx/pokemon/sylveon/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_p/front.animated.2bpp.lz" SylveonBackpic: INCBIN "gfx/pokemon/sylveon/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_c/back.2bpp.lz" CoinpurFrontpic: INCBIN "gfx/pokemon/coinpur/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/jynx/back.2bpp.lz" CoinpurBackpic: INCBIN "gfx/pokemon/coinpur/back.2bpp.lz"
INCBIN "gfx/pokemon/golbat/back.2bpp.lz" PerrserkerFrontpic: INCBIN "gfx/pokemon/perrserker/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_y/front.animated.2bpp.lz" PerrserkerBackpic: INCBIN "gfx/pokemon/perrserker/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_g/back.2bpp.lz" GentlarvaFrontpic: INCBIN "gfx/pokemon/gentlarva/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_i/front.animated.2bpp.lz" GentlarvaBackpic: INCBIN "gfx/pokemon/gentlarva/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_v/back.2bpp.lz" PupalFrontpic: INCBIN "gfx/pokemon/pupal/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/forretress/back.2bpp.lz" PupalBackpic: INCBIN "gfx/pokemon/pupal/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_s/back.2bpp.lz" CarapthorFrontpic: INCBIN "gfx/pokemon/carapthor/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_r/front.animated.2bpp.lz" CarapthorBackpic: INCBIN "gfx/pokemon/carapthor/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_e/back.2bpp.lz" KotoraFrontpic: INCBIN "gfx/pokemon/kotora/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_j/back.2bpp.lz" KotoraBackpic: INCBIN "gfx/pokemon/kotora/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_b/back.2bpp.lz" GaotoraFrontpic: INCBIN "gfx/pokemon/gaotora/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_o/back.2bpp.lz" GaotoraBackpic: INCBIN "gfx/pokemon/gaotora/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_z/back.2bpp.lz" GorotoraFrontpic: INCBIN "gfx/pokemon/gorotora/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_w/back.2bpp.lz" GorotoraBackpic: INCBIN "gfx/pokemon/gorotora/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_n/back.2bpp.lz" RaitoraFrontpic: INCBIN "gfx/pokemon/raitora/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_a/back.2bpp.lz" RaitoraBackpic: INCBIN "gfx/pokemon/raitora/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_m/back.2bpp.lz" BittybatFrontpic: INCBIN "gfx/pokemon/bittybat/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_k/back.2bpp.lz" BittybatBackpic: INCBIN "gfx/pokemon/bittybat/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_t/back.2bpp.lz" ParasporFrontpic: INCBIN "gfx/pokemon/paraspor/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_x/back.2bpp.lz" ParasporBackpic: INCBIN "gfx/pokemon/paraspor/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_l/back.2bpp.lz" VulpiiiFrontpic: INCBIN "gfx/pokemon/vulpiii/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_u/back.2bpp.lz" VulpiiiBackpic: INCBIN "gfx/pokemon/vulpiii/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_q/back.2bpp.lz" AnnihilapeFrontpic: INCBIN "gfx/pokemon/annihilape/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_y/back.2bpp.lz" AnnihilapeBackpic: INCBIN "gfx/pokemon/annihilape/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_p/back.2bpp.lz" PupperonFrontpic: INCBIN "gfx/pokemon/pupperon/front.animated.2bpp.lz"
INCBIN "gfx/pokemon/unown_i/back.2bpp.lz" PupperonBackpic: INCBIN "gfx/pokemon/pupperon/back.2bpp.lz"
INCBIN "gfx/pokemon/unown_r/back.2bpp.lz"

View file

@ -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
@ -26,6 +33,7 @@ AnimationPointers:
dw ArbokAnimation dw ArbokAnimation
dw PikachuAnimation dw PikachuAnimation
dw RaichuAnimation dw RaichuAnimation
dw GorochuAnimation
dw SandshrewAnimation dw SandshrewAnimation
dw SandslashAnimation dw SandslashAnimation
dw NidoranFAnimation dw NidoranFAnimation
@ -34,29 +42,37 @@ AnimationPointers:
dw NidoranMAnimation dw NidoranMAnimation
dw NidorinoAnimation dw NidorinoAnimation
dw NidokingAnimation dw NidokingAnimation
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
@ -109,12 +125,17 @@ AnimationPointers:
dw HitmonleeAnimation dw HitmonleeAnimation
dw HitmonchanAnimation dw HitmonchanAnimation
dw LickitungAnimation dw LickitungAnimation
dw LickilickyAnimation
dw LickilordAnimation
dw KoffingAnimation dw KoffingAnimation
dw WeezingAnimation dw WeezingAnimation
dw RhyhornAnimation dw RhyhornAnimation
dw RhydonAnimation dw RhydonAnimation
dw ChanseyAnimation dw ChanseyAnimation
dw BurgelaAnimation
dw TangelaAnimation dw TangelaAnimation
dw TangrowthAnimation
dw JungelaAnimation
dw KangaskhanAnimation dw KangaskhanAnimation
dw HorseaAnimation dw HorseaAnimation
dw SeadraAnimation dw SeadraAnimation
@ -126,10 +147,12 @@ AnimationPointers:
dw StarmieAnimation dw StarmieAnimation
dw MrMimeAnimation dw MrMimeAnimation
dw ScytherAnimation dw ScytherAnimation
dw KleavorAnimation
dw JynxAnimation dw JynxAnimation
dw ElectabuzzAnimation dw ElectabuzzAnimation
dw MagmarAnimation dw MagmarAnimation
dw PinsirAnimation dw PinsirAnimation
dw TriculesAnimation
dw TaurosAnimation dw TaurosAnimation
dw MagikarpAnimation dw MagikarpAnimation
dw GyaradosAnimation dw GyaradosAnimation
@ -201,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

View file

@ -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"
@ -24,6 +31,7 @@ EkansAnimation: INCLUDE "gfx/pokemon/ekans/anim.asm"
ArbokAnimation: INCLUDE "gfx/pokemon/arbok/anim.asm" ArbokAnimation: INCLUDE "gfx/pokemon/arbok/anim.asm"
PikachuAnimation: INCLUDE "gfx/pokemon/pikachu/anim.asm" PikachuAnimation: INCLUDE "gfx/pokemon/pikachu/anim.asm"
RaichuAnimation: INCLUDE "gfx/pokemon/raichu/anim.asm" RaichuAnimation: INCLUDE "gfx/pokemon/raichu/anim.asm"
GorochuAnimation: INCLUDE "gfx/pokemon/gorochu/anim.asm"
SandshrewAnimation: INCLUDE "gfx/pokemon/sandshrew/anim.asm" SandshrewAnimation: INCLUDE "gfx/pokemon/sandshrew/anim.asm"
SandslashAnimation: INCLUDE "gfx/pokemon/sandslash/anim.asm" SandslashAnimation: INCLUDE "gfx/pokemon/sandslash/anim.asm"
NidoranFAnimation: INCLUDE "gfx/pokemon/nidoran_f/anim.asm" NidoranFAnimation: INCLUDE "gfx/pokemon/nidoran_f/anim.asm"
@ -32,29 +40,37 @@ NidoqueenAnimation: INCLUDE "gfx/pokemon/nidoqueen/anim.asm"
NidoranMAnimation: INCLUDE "gfx/pokemon/nidoran_m/anim.asm" NidoranMAnimation: INCLUDE "gfx/pokemon/nidoran_m/anim.asm"
NidorinoAnimation: INCLUDE "gfx/pokemon/nidorino/anim.asm" NidorinoAnimation: INCLUDE "gfx/pokemon/nidorino/anim.asm"
NidokingAnimation: INCLUDE "gfx/pokemon/nidoking/anim.asm" NidokingAnimation: INCLUDE "gfx/pokemon/nidoking/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"
@ -69,7 +85,7 @@ MachampAnimation: INCLUDE "gfx/pokemon/machamp/anim.asm"
BellsproutAnimation: INCLUDE "gfx/pokemon/bellsprout/anim.asm" BellsproutAnimation: INCLUDE "gfx/pokemon/bellsprout/anim.asm"
WeepinbellAnimation: INCLUDE "gfx/pokemon/weepinbell/anim.asm" WeepinbellAnimation: INCLUDE "gfx/pokemon/weepinbell/anim.asm"
VictreebelAnimation: INCLUDE "gfx/pokemon/victreebel/anim.asm" VictreebelAnimation: INCLUDE "gfx/pokemon/victreebel/anim.asm"
BellignanAnimation: INCLUDE "gfx/pokemon/bellignan/anim.asm" BellignanAnimation: INCLUDE "gfx/pokemon/bellignan/anim.asm"
TentacoolAnimation: INCLUDE "gfx/pokemon/tentacool/anim.asm" TentacoolAnimation: INCLUDE "gfx/pokemon/tentacool/anim.asm"
TentacruelAnimation: INCLUDE "gfx/pokemon/tentacruel/anim.asm" TentacruelAnimation: INCLUDE "gfx/pokemon/tentacruel/anim.asm"
GeodudeAnimation: INCLUDE "gfx/pokemon/geodude/anim.asm" GeodudeAnimation: INCLUDE "gfx/pokemon/geodude/anim.asm"
@ -107,12 +123,17 @@ MarowakAnimation: INCLUDE "gfx/pokemon/marowak/anim.asm"
HitmonleeAnimation: INCLUDE "gfx/pokemon/hitmonlee/anim.asm" HitmonleeAnimation: INCLUDE "gfx/pokemon/hitmonlee/anim.asm"
HitmonchanAnimation: INCLUDE "gfx/pokemon/hitmonchan/anim.asm" HitmonchanAnimation: INCLUDE "gfx/pokemon/hitmonchan/anim.asm"
LickitungAnimation: INCLUDE "gfx/pokemon/lickitung/anim.asm" LickitungAnimation: INCLUDE "gfx/pokemon/lickitung/anim.asm"
LickilickyAnimation: INCLUDE "gfx/pokemon/lickilicky/anim.asm"
LickilordAnimation: INCLUDE "gfx/pokemon/lickilord/anim.asm"
KoffingAnimation: INCLUDE "gfx/pokemon/koffing/anim.asm" KoffingAnimation: INCLUDE "gfx/pokemon/koffing/anim.asm"
WeezingAnimation: INCLUDE "gfx/pokemon/weezing/anim.asm" WeezingAnimation: INCLUDE "gfx/pokemon/weezing/anim.asm"
RhyhornAnimation: INCLUDE "gfx/pokemon/rhyhorn/anim.asm" RhyhornAnimation: INCLUDE "gfx/pokemon/rhyhorn/anim.asm"
RhydonAnimation: INCLUDE "gfx/pokemon/rhydon/anim.asm" RhydonAnimation: INCLUDE "gfx/pokemon/rhydon/anim.asm"
ChanseyAnimation: INCLUDE "gfx/pokemon/chansey/anim.asm" ChanseyAnimation: INCLUDE "gfx/pokemon/chansey/anim.asm"
BurgelaAnimation: INCLUDE "gfx/pokemon/burgela/anim.asm"
TangelaAnimation: INCLUDE "gfx/pokemon/tangela/anim.asm" TangelaAnimation: INCLUDE "gfx/pokemon/tangela/anim.asm"
TangrowthAnimation: INCLUDE "gfx/pokemon/tangrowth/anim.asm"
JungelaAnimation: INCLUDE "gfx/pokemon/jungela/anim.asm"
KangaskhanAnimation: INCLUDE "gfx/pokemon/kangaskhan/anim.asm" KangaskhanAnimation: INCLUDE "gfx/pokemon/kangaskhan/anim.asm"
HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim.asm" HorseaAnimation: INCLUDE "gfx/pokemon/horsea/anim.asm"
SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim.asm" SeadraAnimation: INCLUDE "gfx/pokemon/seadra/anim.asm"
@ -124,10 +145,12 @@ StaryuAnimation: INCLUDE "gfx/pokemon/staryu/anim.asm"
StarmieAnimation: INCLUDE "gfx/pokemon/starmie/anim.asm" StarmieAnimation: INCLUDE "gfx/pokemon/starmie/anim.asm"
MrMimeAnimation: INCLUDE "gfx/pokemon/mr__mime/anim.asm" MrMimeAnimation: INCLUDE "gfx/pokemon/mr__mime/anim.asm"
ScytherAnimation: INCLUDE "gfx/pokemon/scyther/anim.asm" ScytherAnimation: INCLUDE "gfx/pokemon/scyther/anim.asm"
KleavorAnimation: INCLUDE "gfx/pokemon/kleavor/anim.asm"
JynxAnimation: INCLUDE "gfx/pokemon/jynx/anim.asm" JynxAnimation: INCLUDE "gfx/pokemon/jynx/anim.asm"
ElectabuzzAnimation: INCLUDE "gfx/pokemon/electabuzz/anim.asm" ElectabuzzAnimation: INCLUDE "gfx/pokemon/electabuzz/anim.asm"
MagmarAnimation: INCLUDE "gfx/pokemon/magmar/anim.asm" MagmarAnimation: INCLUDE "gfx/pokemon/magmar/anim.asm"
PinsirAnimation: INCLUDE "gfx/pokemon/pinsir/anim.asm" PinsirAnimation: INCLUDE "gfx/pokemon/pinsir/anim.asm"
TriculesAnimation: INCLUDE "gfx/pokemon/tricules/anim.asm"
TaurosAnimation: INCLUDE "gfx/pokemon/tauros/anim.asm" TaurosAnimation: INCLUDE "gfx/pokemon/tauros/anim.asm"
MagikarpAnimation: INCLUDE "gfx/pokemon/magikarp/anim.asm" MagikarpAnimation: INCLUDE "gfx/pokemon/magikarp/anim.asm"
GyaradosAnimation: INCLUDE "gfx/pokemon/gyarados/anim.asm" GyaradosAnimation: INCLUDE "gfx/pokemon/gyarados/anim.asm"
@ -199,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"

View file

@ -0,0 +1 @@
endanim

View file

@ -0,0 +1 @@
endanim

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Some files were not shown because too many files have changed in this diff Show more