mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-14 23:10:03 -05:00
19 lines
342 B
NASM
19 lines
342 B
NASM
_DisplayPokedex: ; 7abf (1:7abf)
|
|
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 |