ref: 01631a2e5910b5334ba0f7cc534bc5d7e5b60ccc
dir: /engine/predefs17.asm/
; this function temporarily makes the starters (and Ivysaur) seen ; so that the full Pokedex information gets displayed in Oak's lab StarterDex: ; 5c0dc (17:40dc) ld a, %01001011 ; set starter flags ld [wPokedexOwned], a predef ShowPokedexData xor a ; unset starter flags ld [wPokedexOwned], a ret