DK! Donkey Kong! (Huh!)

Finally, he's here for you
It's the last member of the KEP crew
This Mon's so strong, it isn't funny
Can make a Dark-type cry out for mummy
Can push a boulder with relative ease
Makes Strength puzzles seem such a breeze
He may move slow, he can't learn Fly
But this Mon's one hell of a guy!
This commit is contained in:
Martha Schilling 2023-12-16 20:38:29 +00:00
parent 02df5d3abf
commit 5305e19ca4
26 changed files with 187 additions and 87 deletions

View file

@ -176,7 +176,7 @@
const DEX_WEEZING_G ; (170)
const DEX_TANGELA ; 114 (171)
const DEX_TANGROWTH ; (172)
const DEX_RAMOOSE ; (173)
const DEX_RAMOOSE ; (173)
const DEX_HITMONLEE ; 106 (174) - Saffron City
const DEX_HITMONCHAN ; 107 (175)
const DEX_HITMONTOP ; (176)
@ -192,7 +192,7 @@
const DEX_STARMIE ; 121 (186)
const DEX_BLASTYKE ; (187)
const DEX_BLASTOISE ; 9 (188)
const DEX_SHARPOON ; (189)
const DEX_SHARPOON ; (189)
const DEX_EXEGGCUTE ; 102 (190) - Safari Zone
const DEX_EXEGGUTOR ; 103 (191)
const DEX_EXEGGUTOR_A ; (192)
@ -212,47 +212,48 @@
const DEX_TAUROS_PA ; (206)
const DEX_CHANSEY ; 113 (207)
const DEX_BLISSEY ; (208)
const DEX_CACTORMUS ; (209) - Rare/Special Pokemon
const DEX_MR_MIME ; 122 (210)
const DEX_MR_RIME ; (211)
const DEX_JYNX ; 124 (212)
const DEX_BUU ; (213)
const DEX_ELECTABUZZ ; 125 (214)
const DEX_ELECTIVIRE ; (215)
const DEX_MAGMAR ; 126 (216)
const DEX_MAGMORTAR ; (217)
const DEX_LAPRAS ; 131 (218)
const DEX_DITTO ; 132 (219)
const DEX_MIMMEO ; (220)
const DEX_PORYGON ; 137 (221)
const DEX_PORYGON2 ; (222)
const DEX_PORYGONZ ; (223)
const DEX_OMANYTE ; 138 (224)
const DEX_OMASTAR ; 139 (225)
const DEX_KABUTO ; 140 (226)
const DEX_KABUTOPS ; 141 (227)
const DEX_AERODACTYL ; 142 (228)
const DEX_DECILLA ; (229)
const DEX_GAWARHED ; (230)
const DEX_OMEGADGE ; (231)
const DEX_SNORLAX ; 143 (232)
const DEX_SCREAM_TAIL ; (233) - Paradoxes, (Pseudo-)Legendary and Mythical Pokemon
const DEX_SANDY_SHOCKS ; (234)
const DEX_SQUEAMATA ; (235)
const DEX_MINISTARE ; (236)
const DEX_IGUANARCH ; (237)
const DEX_DRATINI ; 147 (238)
const DEX_DRAGONAIR ; 148 (239)
const DEX_DRAGONITE ; 149 (240)
const DEX_ARTICUNO ; 144 (241)
const DEX_ARTICUNO_G ; (242)
const DEX_ZAPDOS ; 145 (243)
const DEX_ZAPDOS_G ; (244)
const DEX_MOLTRES ; 146 (245)
const DEX_MOLTRES_G ; (246)
const DEX_MEWTWO ; 150 (247)
const DEX_MEW ; 151 (248)
const DEX_MELTAN ; (249)
const DEX_MELMETAL ; (250)
const DEX_GORILLAIMO ; (209) - Rare/Special Pokemon
const DEX_CACTORMUS ; (210)
const DEX_MR_MIME ; 122 (211)
const DEX_MR_RIME ; (212)
const DEX_JYNX ; 124 (213)
const DEX_BUU ; (214)
const DEX_ELECTABUZZ ; 125 (215)
const DEX_ELECTIVIRE ; (216)
const DEX_MAGMAR ; 126 (217)
const DEX_MAGMORTAR ; (218)
const DEX_LAPRAS ; 131 (219)
const DEX_DITTO ; 132 (220)
const DEX_MIMMEO ; (221)
const DEX_PORYGON ; 137 (222)
const DEX_PORYGON2 ; (223)
const DEX_PORYGONZ ; (224)
const DEX_OMANYTE ; 138 (225)
const DEX_OMASTAR ; 139 (226)
const DEX_KABUTO ; 140 (227)
const DEX_KABUTOPS ; 141 (228)
const DEX_AERODACTYL ; 142 (229)
const DEX_DECILLA ; (230)
const DEX_GAWARHED ; (231)
const DEX_OMEGADGE ; (232)
const DEX_SNORLAX ; 143 (233)
const DEX_SCREAM_TAIL ; (234) - Paradoxes, (Pseudo-)Legendary and Mythical Pokemon
const DEX_SANDY_SHOCKS ; (235)
const DEX_SQUEAMATA ; (236)
const DEX_MINISTARE ; (237)
const DEX_IGUANARCH ; (238)
const DEX_DRATINI ; 147 (239)
const DEX_DRAGONAIR ; 148 (240)
const DEX_DRAGONITE ; 149 (241)
const DEX_ARTICUNO ; 144 (242)
const DEX_ARTICUNO_G ; (243)
const DEX_ZAPDOS ; 145 (244)
const DEX_ZAPDOS_G ; (245)
const DEX_MOLTRES ; 146 (246)
const DEX_MOLTRES_G ; (247)
const DEX_MEWTWO ; 150 (248)
const DEX_MEW ; 151 (249)
const DEX_MELTAN ; (250)
const DEX_MELMETAL ; (251)
DEF NUM_POKEMON EQU const_value - 1

View file

@ -257,9 +257,10 @@
const TAUROS_P ; $F8
const TAUROS_PA ; $F9
const TAUROS_PB ; $FA
const FOSSIL_KABUTOPS ; $FB (was B6)
const FOSSIL_AERODACTYL ; $FC (was B7)
const MON_GHOST ; $FD (was B8)
const GORILLAIMO ; $FB
const FOSSIL_KABUTOPS ; $FC (was B6)
const FOSSIL_AERODACTYL ; $FD (was B7)
const MON_GHOST ; $FE (was B8)
DEF NUM_POKEMON_INDEXES EQU const_value - 1