actually adding the next batch of regional forms

Includes Golem, Rapidash, Exeggutor and Marowak.
This commit is contained in:
MementoMartha 2023-04-08 01:16:52 +01:00
parent ed1ced807b
commit dc4fe39707
16 changed files with 173 additions and 141 deletions

View file

@ -65,7 +65,7 @@
const DEX_GEODUDE ; 74 (058) const DEX_GEODUDE ; 74 (058)
const DEX_GRAVELER ; 75 (059) const DEX_GRAVELER ; 75 (059)
const DEX_GOLEM ; 76 (060) const DEX_GOLEM ; 76 (060)
; const DEX_GOLEM_A ; (061) const DEX_GOLEM_A ; (061)
const DEX_PARA ; (062) const DEX_PARA ; (062)
const DEX_PARAS ; 46 (063) const DEX_PARAS ; 46 (063)
const DEX_PARASECT ; 47 (064) const DEX_PARASECT ; 47 (064)
@ -155,7 +155,7 @@
const DEX_PUCHIKOON ; (148) const DEX_PUCHIKOON ; (148)
const DEX_PONYTA ; 77 (149) const DEX_PONYTA ; 77 (149)
const DEX_RAPIDASH ; 78 (150) const DEX_RAPIDASH ; 78 (150)
; const DEX_RAPIDASH_G ; (151) const DEX_RAPIDASH_G ; (151)
const DEX_MONJA ; (152) const DEX_MONJA ; (152)
const DEX_TANGELA ; 114 (153) const DEX_TANGELA ; 114 (153)
const DEX_TANGROWTH ; (154) const DEX_TANGROWTH ; (154)
@ -168,7 +168,7 @@
const DEX_GENGAR ; 94 (161) const DEX_GENGAR ; 94 (161)
const DEX_CUBONE ; 104 (162) const DEX_CUBONE ; 104 (162)
const DEX_MAROWAK ; 105 (163) const DEX_MAROWAK ; 105 (163)
; const DEX_MAROWAK_A ; (164) const DEX_MAROWAK_A ; (164)
const DEX_GUARDIA ; (165) const DEX_GUARDIA ; (165)
const DEX_BETOBEBII ; (166) const DEX_BETOBEBII ; (166)
const DEX_GRIMER ; 88 (167) const DEX_GRIMER ; 88 (167)
@ -200,7 +200,7 @@
const DEX_JAGG ; (193) const DEX_JAGG ; (193)
const DEX_EXEGGCUTE ; 102 (194) const DEX_EXEGGCUTE ; 102 (194)
const DEX_EXEGGUTOR ; 103 (195) const DEX_EXEGGUTOR ; 103 (195)
; const DEX_EXEGGUTOR_A ; (196) const DEX_EXEGGUTOR_A ; (196)
const DEX_RHYHORN ; 111 (197) const DEX_RHYHORN ; 111 (197)
const DEX_RHYDON ; 112 (198) const DEX_RHYDON ; 112 (198)
const DEX_RHYPERIOR ; (199) const DEX_RHYPERIOR ; (199)

View file

@ -247,13 +247,13 @@
; const NINETALES_A ; $EE ; const NINETALES_A ; $EE
; const DUGTRIO_A ; $EF ; const DUGTRIO_A ; $EF
const PERSIAN_A ; $F0 const PERSIAN_A ; $F0
; const GOLEM_A ; $F1 const GOLEM_A ; $F1
; const RAPIDASH_G ; $F2 const RAPIDASH_G ; $F2
; const SLOWBRO_G ; $F3 ; const SLOWBRO_G ; $F3
; const SLOWKING_G ; $F4 ; const SLOWKING_G ; $F4
; const MUK_A ; $F5 ; const MUK_A ; $F5
; const EXEGGUTOR_A ; $F6 const EXEGGUTOR_A ; $F6
; const MAROWAK_A ; $F7 const MAROWAK_A ; $F7
; const WEEZING_G ; $F8 ; const WEEZING_G ; $F8
; const TAUROS_P ; $F9 ; const TAUROS_P ; $F9
; const TAUROS_PA ; $FA ; const TAUROS_PA ; $FA

View file

@ -60,7 +60,7 @@ INCLUDE "data/pokemon/base_stats/crobat.asm"
INCLUDE "data/pokemon/base_stats/geodude.asm" INCLUDE "data/pokemon/base_stats/geodude.asm"
INCLUDE "data/pokemon/base_stats/graveler.asm" INCLUDE "data/pokemon/base_stats/graveler.asm"
INCLUDE "data/pokemon/base_stats/golem.asm" INCLUDE "data/pokemon/base_stats/golem.asm"
; INCLUDE "data/pokemon/base_stats/golema.asm" INCLUDE "data/pokemon/base_stats/golema.asm"
INCLUDE "data/pokemon/base_stats/para.asm" INCLUDE "data/pokemon/base_stats/para.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"
@ -150,7 +150,7 @@ INCLUDE "data/pokemon/base_stats/slowking.asm"
INCLUDE "data/pokemon/base_stats/puchikoon.asm" INCLUDE "data/pokemon/base_stats/puchikoon.asm"
INCLUDE "data/pokemon/base_stats/ponyta.asm" INCLUDE "data/pokemon/base_stats/ponyta.asm"
INCLUDE "data/pokemon/base_stats/rapidash.asm" INCLUDE "data/pokemon/base_stats/rapidash.asm"
; INCLUDE "data/pokemon/base_stats/rapidashg.asm" INCLUDE "data/pokemon/base_stats/rapidashg.asm"
INCLUDE "data/pokemon/base_stats/monja.asm" INCLUDE "data/pokemon/base_stats/monja.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/tangrowth.asm"
@ -163,7 +163,7 @@ INCLUDE "data/pokemon/base_stats/haunter.asm"
INCLUDE "data/pokemon/base_stats/gengar.asm" INCLUDE "data/pokemon/base_stats/gengar.asm"
INCLUDE "data/pokemon/base_stats/cubone.asm" INCLUDE "data/pokemon/base_stats/cubone.asm"
INCLUDE "data/pokemon/base_stats/marowak.asm" INCLUDE "data/pokemon/base_stats/marowak.asm"
; INCLUDE "data/pokemon/base_stats/marowaka.asm" INCLUDE "data/pokemon/base_stats/marowaka.asm"
INCLUDE "data/pokemon/base_stats/guardia.asm" INCLUDE "data/pokemon/base_stats/guardia.asm"
INCLUDE "data/pokemon/base_stats/betobebii.asm" INCLUDE "data/pokemon/base_stats/betobebii.asm"
INCLUDE "data/pokemon/base_stats/grimer.asm" INCLUDE "data/pokemon/base_stats/grimer.asm"
@ -195,7 +195,7 @@ INCLUDE "data/pokemon/base_stats/kingdra.asm"
INCLUDE "data/pokemon/base_stats/jagg.asm" INCLUDE "data/pokemon/base_stats/jagg.asm"
INCLUDE "data/pokemon/base_stats/exeggcute.asm" INCLUDE "data/pokemon/base_stats/exeggcute.asm"
INCLUDE "data/pokemon/base_stats/exeggutor.asm" INCLUDE "data/pokemon/base_stats/exeggutor.asm"
; INCLUDE "data/pokemon/base_stats/exeggutora.asm" INCLUDE "data/pokemon/base_stats/exeggutora.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/rhyperior.asm" INCLUDE "data/pokemon/base_stats/rhyperior.asm"

View file

@ -14,11 +14,11 @@
db GROWTH_SLOW ; growth rate db GROWTH_SLOW ; growth rate
; tm/hm learnset ; tm/hm learnset
tmhm TOXIC, TAKE_DOWN, DOUBLE_EDGE, HYPER_BEAM, RAGE, \ tmhm SWORDS_DANCE, TOXIC, TAKE_DOWN, DOUBLE_EDGE, HYPER_BEAM, \
MEGA_DRAIN, SOLARBEAM, PSYCHIC_M, TELEPORT, MIMIC, \ RAGE, MEGA_DRAIN, SOLARBEAM, DRAGON_RAGE, EARTHQUAKE, \
DOUBLE_TEAM, REFLECT, BIDE, SELFDESTRUCT, EGG_BOMB, \ FISSURE, PSYCHIC_M, TELEPORT, MIMIC, DOUBLE_TEAM, \
REST, PSYWAVE, EXPLOSION, SUBSTITUTE, STRENGTH, \ REFLECT, BIDE, SELFDESTRUCT, EGG_BOMB, REST, \
DRAGON_RAGE, EARTHQUAKE, FISSURE, SWORDS_DANCE PSYWAVE, EXPLOSION, SUBSTITUTE, STRENGTH
; end ; end
db BANK(ExeggutorAPicFront) db BANK(ExeggutorAPicFront)

View file

@ -3,7 +3,7 @@
db 80, 110, 130, 45, 55 db 80, 110, 130, 45, 55
; hp atk def spd spc ; hp atk def spd spc
db ROCK, GROUND ; type db ROCK, ELECTRIC ; type
db 45 ; catch rate db 45 ; catch rate
db 177 ; base exp db 177 ; base exp
@ -16,10 +16,10 @@
; tm/hm learnset ; tm/hm learnset
tmhm MEGA_PUNCH, MEGA_KICK, TOXIC, BODY_SLAM, TAKE_DOWN, \ tmhm MEGA_PUNCH, MEGA_KICK, TOXIC, BODY_SLAM, TAKE_DOWN, \
DOUBLE_EDGE, HYPER_BEAM, SUBMISSION, COUNTER, SEISMIC_TOSS, \ DOUBLE_EDGE, HYPER_BEAM, SUBMISSION, COUNTER, SEISMIC_TOSS, \
RAGE, EARTHQUAKE, FISSURE, DIG, MIMIC, \ RAGE, THUNDERBOLT, THUNDER, EARTHQUAKE, FISSURE, \
DOUBLE_TEAM, BIDE, METRONOME, SELFDESTRUCT, FIRE_BLAST, \ DIG, MIMIC, DOUBLE_TEAM, BIDE, METRONOME, \
REST, EXPLOSION, ROCK_SLIDE, SUBSTITUTE, STRENGTH, \ SELFDESTRUCT, FIRE_BLAST, REST, THUNDER_WAVE, EXPLOSION, \
THUNDERBOLT, THUNDER, THUNDER_WAVE ROCK_SLIDE, SUBSTITUTE, STRENGTH
; end ; end
db BANK(GolemAPicFront) db BANK(GolemAPicFront)

View file

@ -7,7 +7,7 @@
db 75 ; catch rate db 75 ; catch rate
db 124 ; base exp db 124 ; base exp
INCBIN "gfx/pokemon/front/marowak.pic", 0, 1 ; sprite dimensions INCBIN "gfx/pokemon/front/marowaka.pic", 0, 1 ; sprite dimensions
dw MarowakAPicFront, MarowakAPicBack dw MarowakAPicFront, MarowakAPicBack
db BONE_CLUB, GROWL, FIRE_SPIN, FOCUS_ENERGY ; level 1 learnset db BONE_CLUB, GROWL, FIRE_SPIN, FOCUS_ENERGY ; level 1 learnset

View file

@ -15,9 +15,9 @@
; tm/hm learnset ; tm/hm learnset
tmhm TOXIC, HORN_DRILL, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \ tmhm TOXIC, HORN_DRILL, BODY_SLAM, TAKE_DOWN, DOUBLE_EDGE, \
HYPER_BEAM, PAY_DAY, RAGE, MIMIC, DOUBLE_TEAM, \ HYPER_BEAM, PAY_DAY, RAGE, PSYCHIC_M, TELEPORT, \
REFLECT, BIDE, PSYCHIC_M, SWIFT, SKULL_BASH, \ MIMIC, DOUBLE_TEAM, REFLECT, BIDE, SWIFT, \
REST, SUBSTITUTE, PSYWAVE, TELEPORT SKULL_BASH, REST, PSYWAVE, SUBSTITUTE
; end ; end
db BANK(RapidashGPicFront) db BANK(RapidashGPicFront)

View file

@ -246,13 +246,13 @@ CryData::
; mon_cry SFX_CRY_24, $88, $60 ; Ninetales-A ; mon_cry SFX_CRY_24, $88, $60 ; Ninetales-A
; mon_cry SFX_CRY_0B, $2A, $10 ; Dugtrio-A ; mon_cry SFX_CRY_0B, $2A, $10 ; Dugtrio-A
mon_cry SFX_CRY_19, $99, $FF ; Persian-A mon_cry SFX_CRY_19, $99, $FF ; Persian-A
; mon_cry SFX_CRY_12, $E0, $40 ; Golem-A mon_cry SFX_CRY_12, $E0, $40 ; Golem-A
; mon_cry SFX_CRY_25, $20, $C0 ; Rapidash-G mon_cry SFX_CRY_25, $20, $C0 ; Rapidash-G
; mon_cry SFX_CRY_1F, $00, $80 ; Slowbro-G ; mon_cry SFX_CRY_1F, $00, $80 ; Slowbro-G
; mon_cry SFX_CRY_00, $00, $00 ; Slowking-G ; mon_cry SFX_CRY_00, $00, $00 ; Slowking-G
; mon_cry SFX_CRY_07, $EF, $FF ; Muk-A ; mon_cry SFX_CRY_07, $EF, $FF ; Muk-A
; mon_cry SFX_CRY_0D, $00, $80 ; Exeggutor-A mon_cry SFX_CRY_0D, $00, $80 ; Exeggutor-A
; mon_cry SFX_CRY_08, $4F, $60 ; Marowak-A mon_cry SFX_CRY_08, $4F, $60 ; Marowak-A
; mon_cry SFX_CRY_12, $FF, $FF ; Weezing-G ; mon_cry SFX_CRY_12, $FF, $FF ; Weezing-G
; mon_cry SFX_CRY_1D, $11, $40 ; Tauros-P ; mon_cry SFX_CRY_1D, $11, $40 ; Tauros-P
; mon_cry SFX_CRY_1D, $11, $40 ; Tauros-PA ; mon_cry SFX_CRY_1D, $11, $40 ; Tauros-PA

View file

@ -238,6 +238,10 @@ PokedexEntryPointers:
dw RaichuADexEntry dw RaichuADexEntry
dw SandslashADexEntry dw SandslashADexEntry
dw PersianADexEntry dw PersianADexEntry
dw GolemADexEntry
dw RapidashGDexEntry
dw ExeggutorADexEntry
dw MarowakADexEntry
dw ArticunoGDexEntry dw ArticunoGDexEntry
dw ZapdosGDexEntry dw ZapdosGDexEntry
dw MoltresGDexEntry dw MoltresGDexEntry
@ -1901,6 +1905,34 @@ PersianADexEntry:
text_far _PersianADexEntry text_far _PersianADexEntry
text_end text_end
GolemADexEntry:
db "MEGATON@"
db 5,7
dw 6970
text_far _GolemADexEntry
text_end
RapidashGDexEntry:
db "UNIQUEHORN@"
db 5,7
dw 1760
text_far _RapidashGDexEntry
text_end
ExeggutorADexEntry:
db "COCONUT@"
db 35,9
dw 9160
text_far _ExeggutorADexEntry
text_end
MarowakADexEntry:
db "BONEKEEPER@"
db 3,3
dw 750
text_far _MarowakADexEntry
text_end
ArticunoGDexEntry: ArticunoGDexEntry:
db "CRUEL@" db "CRUEL@"
db 5,7 db 5,7

View file

@ -238,6 +238,10 @@ PokedexOrder:
db DEX_RAICHU_A db DEX_RAICHU_A
db DEX_SANDSLASH_A db DEX_SANDSLASH_A
db DEX_PERSIAN_A db DEX_PERSIAN_A
db DEX_GOLEM_A
db DEX_RAPIDASH_G
db DEX_EXEGGUTOR_A
db DEX_MAROWAK_A
db DEX_ARTICUNO_G db DEX_ARTICUNO_G
db DEX_ZAPDOS_G db DEX_ZAPDOS_G
db DEX_MOLTRES_G db DEX_MOLTRES_G

View file

@ -23,7 +23,6 @@ EvosMovesPointerTable:
;dw SlowbroGEvosMoves ;dw SlowbroGEvosMoves
dw IvysaurEvosMoves dw IvysaurEvosMoves
dw ExeggutorEvosMoves dw ExeggutorEvosMoves
;dw ExeggutorAEvosMoves
dw LickitungEvosMoves dw LickitungEvosMoves
dw ExeggcuteEvosMoves dw ExeggcuteEvosMoves
dw GrimerEvosMoves dw GrimerEvosMoves
@ -63,7 +62,6 @@ EvosMovesPointerTable:
dw PsyduckEvosMoves dw PsyduckEvosMoves
dw DrowzeeEvosMoves dw DrowzeeEvosMoves
dw GolemEvosMoves dw GolemEvosMoves
;dw GolemAEvosMoves
dw BarundaEvosMoves dw BarundaEvosMoves
dw MagmarEvosMoves dw MagmarEvosMoves
dw BuuEvosMoves dw BuuEvosMoves
@ -167,7 +165,6 @@ EvosMovesPointerTable:
;dw WeezingGEvosMoves ;dw WeezingGEvosMoves
dw PersianEvosMoves dw PersianEvosMoves
dw MarowakEvosMoves dw MarowakEvosMoves
;dw MarowakAEvosMoves
dw GuardiaEvosMoves dw GuardiaEvosMoves
dw HaunterEvosMoves dw HaunterEvosMoves
dw AbraEvosMoves dw AbraEvosMoves
@ -187,7 +184,6 @@ EvosMovesPointerTable:
dw PuchikoonEvosMoves dw PuchikoonEvosMoves
dw PonytaEvosMoves dw PonytaEvosMoves
dw RapidashEvosMoves dw RapidashEvosMoves
;dw RapidashGEvosMoves
dw RattataEvosMoves dw RattataEvosMoves
dw RaticateEvosMoves dw RaticateEvosMoves
dw NidorinoEvosMoves dw NidorinoEvosMoves
@ -263,6 +259,10 @@ EvosMovesPointerTable:
dw RaichuAEvosMoves dw RaichuAEvosMoves
dw SandslashAEvosMoves dw SandslashAEvosMoves
dw PersianAEvosMoves dw PersianAEvosMoves
dw GolemAEvosMoves
dw RapidashGEvosMoves
dw ExeggutorAEvosMoves
dw MarowakAEvosMoves
dw ArticunoGEvosMoves dw ArticunoGEvosMoves
dw ZapdosGEvosMoves dw ZapdosGEvosMoves
dw MoltresGEvosMoves dw MoltresGEvosMoves
@ -398,18 +398,6 @@ ExeggutorEvosMoves:
db 28, STOMP db 28, STOMP
db 0 db 0
;ExeggutorAEvosMoves:
; Evolutions
; db 0
; Learnset
; db 25, REFLECT ; this would normally be removed, but because this'll be traded, we're using this
; db 28, LEECH_SEED
; db 32, STUN_SPORE
; db 37, POISONPOWDER
; db 42, SOLARBEAM
; db 48, SLEEP_POWDER
; db 0
LickitungEvosMoves: LickitungEvosMoves:
; Evolutions ; Evolutions
db EV_LEVEL, 32, LICKILICKY db EV_LEVEL, 32, LICKILICKY
@ -786,7 +774,6 @@ MachokeEvosMoves:
MrMimeEvosMoves: MrMimeEvosMoves:
; Evolutions ; Evolutions
db EV_ITEM, ICE_STONE, 1, MR_RIME
db 0 db 0
; Learnset ; Learnset
db 15, CONFUSION db 15, CONFUSION
@ -878,17 +865,6 @@ GolemEvosMoves:
db 43, EXPLOSION db 43, EXPLOSION
db 0 db 0
;GolemAEvosMoves:
; Evolutions
; db 0
; Learnset
; db 16, ROCK_THROW
; db 22, THUNDER_PUNCH
; db 24, SELFDESTRUCT
; db 36, EXPLOSION
; db 40, DOUBLE_EDGE
; db 0
BarundaEvosMoves: BarundaEvosMoves:
; Evolutions ; Evolutions
db 0 db 0
@ -2046,17 +2022,6 @@ ElectrodeEvosMoves:
db 50, EXPLOSION db 50, EXPLOSION
db 0 db 0
;ElectrodeHEvosMoves: ; voltorb-hisui learnset which is also trode's anyway
; Evolutions
; db 0
; Learnset
; db 17, SONICBOOM
; db 22, SELFDESTRUCT
; db 29, LIGHT_SCREEN
; db 36, SWIFT
; db 43, EXPLOSION
; db 0
ClefableEvosMoves: ClefableEvosMoves:
; Evolutions ; Evolutions
db 0 db 0
@ -2112,18 +2077,6 @@ MarowakEvosMoves:
db 55, RAGE db 55, RAGE
db 0 db 0
;MarowakAEvosMoves:
; Evolutions
; db 0
; Learnset
; db 18, FIRE_SPIN
; db 25, LEER
; db 33, EMBER
; db 41, THRASH
; db 46, BONEMERANG
; db 55, FLAMETHROWER
; db 0
GuardiaEvosMoves: GuardiaEvosMoves:
; Evolutions ; Evolutions
db 0 db 0
@ -2346,21 +2299,6 @@ RapidashEvosMoves:
db 55, AGILITY db 55, AGILITY
db 0 db 0
;RapidashGEvosMoves:
; Evolutions
; db 0
; Learnset
; db 30, TAIL_WHIP
; db 32, CONFUSION
; db 35, FAIRY_WIND
; db 39, AGILITY
; db 42, PSYBEAM
; db 46, STOMP
; db 47, TAKE_DOWN
; db 52, DAZZLE_GLEAM
; db 55, PSYCHIC
; db 0
RattataEvosMoves: RattataEvosMoves:
; Evolutions ; Evolutions
db EV_LEVEL, 20, RATICATE db EV_LEVEL, 20, RATICATE
@ -3269,6 +3207,56 @@ PersianAEvosMoves:
db 49, NIGHT_SLASH db 49, NIGHT_SLASH
db 0 db 0
GolemAEvosMoves:
; Evolutions
db 0
; Learnset
db 16, ROCK_THROW
db 22, THUNDERPUNCH
db 24, SELFDESTRUCT
db 36, EXPLOSION
db 40, DOUBLE_EDGE
db 0
RapidashGEvosMoves:
; Evolutions
db 0
; Learnset
db 30, TAIL_WHIP
db 32, CONFUSION
db 35, FAIRY_WIND
db 39, AGILITY
db 42, PSYBEAM
db 46, STOMP
db 47, TAKE_DOWN
db 52, DAZZLE_GLEAM
db 55, PSYCHIC_M
db 0
ExeggutorAEvosMoves:
; Evolutions
db 0
; Learnset
db 25, REFLECT ; this would normally be removed, but because this'll be traded, we're using this
db 28, LEECH_SEED
db 32, STUN_SPORE
db 37, POISONPOWDER
db 42, SOLARBEAM
db 48, SLEEP_POWDER
db 0
MarowakAEvosMoves:
; Evolutions
db 0
; Learnset
db 18, FIRE_SPIN
db 25, LEER
db 33, EMBER
db 41, THRASH
db 46, BONEMERANG
db 55, FLAMETHROWER
db 0
ArticunoGEvosMoves: ArticunoGEvosMoves:
; Evolutions ; Evolutions
db 0 db 0

View file

@ -60,7 +60,7 @@ MonPartyData:
nybble ICON_MON ; Geodude nybble ICON_MON ; Geodude
nybble ICON_MON ; Graveler nybble ICON_MON ; Graveler
nybble ICON_MON ; Golem nybble ICON_MON ; Golem
; nybble ICON_MON ; Golem-A nybble ICON_MON ; Golem-A
nybble ICON_BUG ; Para nybble ICON_BUG ; Para
nybble ICON_BUG ; Paras nybble ICON_BUG ; Paras
nybble ICON_BUG ; Parasect nybble ICON_BUG ; Parasect
@ -150,7 +150,7 @@ MonPartyData:
nybble ICON_QUADRUPED ; Puchikoon nybble ICON_QUADRUPED ; Puchikoon
nybble ICON_QUADRUPED ; Ponyta nybble ICON_QUADRUPED ; Ponyta
nybble ICON_QUADRUPED ; Rapidash nybble ICON_QUADRUPED ; Rapidash
; nybble ICON_QUADRUPED ; Rapidash-G nybble ICON_QUADRUPED ; Rapidash-G
nybble ICON_GRASS ; Monja nybble ICON_GRASS ; Monja
nybble ICON_GRASS ; Tangela nybble ICON_GRASS ; Tangela
nybble ICON_GRASS ; Tangrowth nybble ICON_GRASS ; Tangrowth
@ -163,7 +163,7 @@ MonPartyData:
nybble ICON_MON ; Gengar nybble ICON_MON ; Gengar
nybble ICON_MON ; Cubone nybble ICON_MON ; Cubone
nybble ICON_MON ; Marowak nybble ICON_MON ; Marowak
; nybble ICON_MON ; Marowak-A nybble ICON_MON ; Marowak-A
nybble ICON_MON ; Guardia nybble ICON_MON ; Guardia
nybble ICON_MON ; Betobebii nybble ICON_MON ; Betobebii
nybble ICON_MON ; Grimer nybble ICON_MON ; Grimer
@ -195,7 +195,7 @@ MonPartyData:
nybble ICON_WATER ; Jagg nybble ICON_WATER ; Jagg
nybble ICON_GRASS ; Exeggcute nybble ICON_GRASS ; Exeggcute
nybble ICON_GRASS ; Exeggutor nybble ICON_GRASS ; Exeggutor
; nybble ICON_GRASS ; Exeggutor-A nybble ICON_GRASS ; Exeggutor-A
nybble ICON_QUADRUPED ; Rhyhorn nybble ICON_QUADRUPED ; Rhyhorn
nybble ICON_MON ; Rhydon nybble ICON_MON ; Rhydon
nybble ICON_MON ; Rhyperior nybble ICON_MON ; Rhyperior

View file

@ -11,7 +11,6 @@ MonsterNames::
; "SLOWBRO-G@" ; "SLOWBRO-G@"
db "IVYSAUR@@@" db "IVYSAUR@@@"
db "EXEGGUTOR@" db "EXEGGUTOR@"
; db "EXEGGUTORA"
db "LICKITUNG@" db "LICKITUNG@"
db "EXEGGCUTE@" db "EXEGGCUTE@"
db "GRIMER@@@@" db "GRIMER@@@@"
@ -51,7 +50,6 @@ MonsterNames::
db "PSYDUCK@@@" db "PSYDUCK@@@"
db "DROWZEE@@@" db "DROWZEE@@@"
db "GOLEM@@@@@" db "GOLEM@@@@@"
; db "GOLEM-A@@"
db "BARUNDA@@@" db "BARUNDA@@@"
db "MAGMAR@@@@" db "MAGMAR@@@@"
db "BUU@@@@@@@" db "BUU@@@@@@@"
@ -155,7 +153,6 @@ MonsterNames::
; db "WEEZING-G@" ; db "WEEZING-G@"
db "PERSIAN@@@" db "PERSIAN@@@"
db "MAROWAK@@@" db "MAROWAK@@@"
; db "MAROWAK-A@"
db "GUARDIA@@@" db "GUARDIA@@@"
db "HAUNTER@@@" db "HAUNTER@@@"
db "ABRA@@@@@@" db "ABRA@@@@@@"
@ -175,7 +172,6 @@ MonsterNames::
db "PUCHIKOON@" db "PUCHIKOON@"
db "PONYTA@@@@" db "PONYTA@@@@"
db "RAPIDASH@@" db "RAPIDASH@@"
; db "RAPIDASH-G"
db "RATTATA@@@" db "RATTATA@@@"
db "RATICATE@@" db "RATICATE@@"
db "NIDORINO@@" db "NIDORINO@@"
@ -251,6 +247,10 @@ MonsterNames::
db "RAICHU-A@@" db "RAICHU-A@@"
db "SANDSLASHA" db "SANDSLASHA"
db "PERSIAN-A@" db "PERSIAN-A@"
db "GOLEM-A@@@"
db "RAPIDASH-G"
db "EXEGGUTORA"
db "MAROWAK-A@"
db "ARTICUNO-G" db "ARTICUNO-G"
db "ZAPDOS-G@@" db "ZAPDOS-G@@"
db "MOLTRES-G@" db "MOLTRES-G@"

View file

@ -888,25 +888,25 @@ _PersianADexEntry::
next "underhandedly" next "underhandedly"
dex dex
;_GolemADexEntry:: _GolemADexEntry::
; text "It fires rocks" text "It fires rocks"
; next "charged with" next "charged with"
; next "electricity." next "electricity."
; page "If it can't find" page "If it can't find"
; next "ammo, it may fire" next "ammo, it may fire"
; next "GEODUDE instead" next "GEODUDE instead"
; dex dex
;_RapidashGDexEntry:: _RapidashGDexEntry::
; text "Its galloping is" text "Its galloping is"
; next "supported by its" next "supported by its"
; next "PSI abilities." ; adapting from similar psychic-based entries. next "PSI abilities." ; adapting from similar psychic-based entries.
; page "If released from" page "If released from"
; next "its horn, it can" next "its horn, it can"
; next "break concrete" next "break concrete"
; dex dex
;_SlowbroGDexEntry:: ;_SlowbroGDexEntry::
; text "The SHELLDER that" ; text "The SHELLDER that"
@ -938,25 +938,25 @@ _PersianADexEntry::
; next "a lot of trash" ; next "a lot of trash"
; dex ; dex
;_ExeggutorADexEntry:: _ExeggutorADexEntry::
; text "Strong sunlight" text "Strong sunlight"
; next "awoke its hidden" next "awoke its hidden"
; next "draconic powers." next "draconic powers."
; page "However, as a" page "However, as a"
; next "result, its PSI" next "result, its PSI"
; next "has weakened" next "has weakened"
; dex ; consider revising dex ; consider revising
;_MarowakADexEntry:: _MarowakADexEntry::
; text "While dancing in" text "While dancing in"
; next "mourning of its" next "mourning of its"
; next "kin, the spirit" next "kin, the spirit"
; page "of its mother" page "of its mother"
; next "inhabits its" next "inhabits its"
; next "cherished bone" next "cherished bone"
; dex dex
;_WeezingGDexEntry:: ;_WeezingGDexEntry::
; text "It is better at" ; text "It is better at"

View file

@ -61,7 +61,7 @@ MonsterPalettes:
db PAL_GREYMON ; GEODUDE db PAL_GREYMON ; GEODUDE
db PAL_GREYMON ; GRAVELER db PAL_GREYMON ; GRAVELER
db PAL_GREYMON ; GOLEM db PAL_GREYMON ; GOLEM
; db PAL_GREYMON ; GOLEM_A db PAL_GREYMON ; GOLEM_A
db PAL_REDMON ; PARA db PAL_REDMON ; PARA
db PAL_REDMON ; PARAS db PAL_REDMON ; PARAS
db PAL_REDMON ; PARASECT db PAL_REDMON ; PARASECT
@ -151,7 +151,7 @@ MonsterPalettes:
db PAL_REDMON ; PUCHIKOON db PAL_REDMON ; PUCHIKOON
db PAL_REDMON ; PONYTA db PAL_REDMON ; PONYTA
db PAL_REDMON ; RAPIDASH db PAL_REDMON ; RAPIDASH
; db PAL_PURPLEMON ; RAPIDASH_G db PAL_PURPLEMON ; RAPIDASH_G
db PAL_BLUEMON ; MONJA db PAL_BLUEMON ; MONJA
db PAL_BLUEMON ; TANGELA db PAL_BLUEMON ; TANGELA
db PAL_CYANMON ; TANGROWTH db PAL_CYANMON ; TANGROWTH
@ -164,7 +164,7 @@ MonsterPalettes:
db PAL_PURPLEMON ; GENGAR db PAL_PURPLEMON ; GENGAR
db PAL_BROWNMON ; CUBONE db PAL_BROWNMON ; CUBONE
db PAL_BROWNMON ; MAROWAK db PAL_BROWNMON ; MAROWAK
; db PAL_PURPLEMON ; MAROWAK_A db PAL_PURPLEMON ; MAROWAK_A
db PAL_BROWNMON ; GUARDIA db PAL_BROWNMON ; GUARDIA
db PAL_PURPLEMON ; BETOBEBII db PAL_PURPLEMON ; BETOBEBII
db PAL_PURPLEMON ; GRIMER db PAL_PURPLEMON ; GRIMER
@ -196,7 +196,7 @@ MonsterPalettes:
db PAL_BLUEMON ; JAGG db PAL_BLUEMON ; JAGG
db PAL_PINKMON ; EXEGGCUTE db PAL_PINKMON ; EXEGGCUTE
db PAL_GREENMON ; EXEGGUTOR db PAL_GREENMON ; EXEGGUTOR
; db PAL_GREENMON ; EXEGGUTOR_A db PAL_GREENMON ; EXEGGUTOR_A
db PAL_GREYMON ; RHYHORN db PAL_GREYMON ; RHYHORN
db PAL_GREYMON ; RHYDON db PAL_GREYMON ; RHYDON
db PAL_BROWNMON ; RHYPERIOR db PAL_BROWNMON ; RHYPERIOR

View file

@ -563,6 +563,14 @@ SandslashAPicFront:: INCBIN "gfx/pokemon/front/sandslasha.pic"
SandslashAPicBack:: INCBIN "gfx/pokemon/back/sandslashab.pic" SandslashAPicBack:: INCBIN "gfx/pokemon/back/sandslashab.pic"
PersianAPicFront:: INCBIN "gfx/pokemon/front/persiana.pic" PersianAPicFront:: INCBIN "gfx/pokemon/front/persiana.pic"
PersianAPicBack:: INCBIN "gfx/pokemon/back/persianab.pic" PersianAPicBack:: INCBIN "gfx/pokemon/back/persianab.pic"
GolemAPicFront:: INCBIN "gfx/pokemon/front/golema.pic"
GolemAPicBack:: INCBIN "gfx/pokemon/back/golemab.pic"
RapidashGPicFront:: INCBIN "gfx/pokemon/front/rapidashg.pic"
RapidashGPicBack:: INCBIN "gfx/pokemon/back/rapidashgb.pic"
ExeggutorAPicFront:: INCBIN "gfx/pokemon/front/exeggutora.pic"
ExeggutorAPicBack:: INCBIN "gfx/pokemon/back/exeggutorab.pic"
MarowakAPicFront:: INCBIN "gfx/pokemon/front/marowaka.pic"
MarowakAPicBack:: INCBIN "gfx/pokemon/back/marowakab.pic"
YujirouPic:: INCBIN "gfx/trainers/yujirou.pic" YujirouPic:: INCBIN "gfx/trainers/yujirou.pic"
StudentPic:: INCBIN "gfx/trainers/student.pic" StudentPic:: INCBIN "gfx/trainers/student.pic"