
v0.39: Grademe is back in your terminal.
Try the CLI betaReturn the species name for a valid Pokedex index, or MISSINGNO when the index is out of range.
Pokemon Red and Blue, 1996. Talk to a certain old man, fly to a coastal strip, and the game reads the letters of your name as if they were wild encounter data. Land on a slot the game never meant to use and out comes MissingNo, a scrambled block of a sprite that garbles your Hall of Fame and, famously, duplicates whatever item sits sixth in your bag. It is a raw out of bounds read dressed up as a monster. Return the real species, or MissingNo when the index runs off the table.
dex_name(1)Expected result
BULBASAURFor your own tracking. Tests grade your code.
dex_name(0)Expected result
MISSINGNOdex_name(4)Expected result
MISSINGNOExpected files
dex.cAllowed functions
None. Write every helper yourself.
