pret / pokered

Disassembly of Pokémon Red/Blue
3.95k stars 966 forks source link

``engine/events/starter_dex.asm`` contains an error in its comment #441

Closed starleaf-luna closed 9 months ago

starleaf-luna commented 9 months ago

StarterDex is preceded by a comment, that contains an error in it. the comment reads:

; this function temporarily makes the starters (and Ivysaur) seen
; so that the full Pokedex information gets displayed in Oak's lab

however, the code itself uses wPokedexOwned. besides, having seen a Pokémon but not owned it, doesn't print out a description for said Pokémon in the game.

dannye commented 9 months ago

Fixed by #440