ref: 1aa28afad421b0b5725e0d7302a7f091dd7df40d
dir: /engine/display_pokedex.asm/
_DisplayPokedex: ld hl, wd730 set 6, [hl] predef ShowPokedexData ld hl, wd730 res 6, [hl] call ReloadMapData ld c, 10 call DelayFrames predef IndexToPokedex ld a, [wd11e] dec a ld c, a ld b, FLAG_SET ld hl, wPokedexSeen predef FlagActionPredef ld a, $1 ld [wDoNotWaitForButtonPressAfterDisplayingText], a ret