mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
call $1372 -> call LoadMonData
hg-commit-id: c7671d529528
This commit is contained in:
parent
b0f4ec67a6
commit
9df6f8a419
2
main.asm
2
main.asm
|
@ -6305,7 +6305,7 @@ PrintListMenuEntries: ; 2E5A
|
||||||
ld a,[W_LISTSCROLLOFFSET]
|
ld a,[W_LISTSCROLLOFFSET]
|
||||||
add b
|
add b
|
||||||
ld [hl],a
|
ld [hl],a
|
||||||
call $1372 ; load pokemon info
|
call LoadMonData ; load pokemon info
|
||||||
ld a,[$cc49]
|
ld a,[$cc49]
|
||||||
and a ; is it a list of party pokemon or box pokemon?
|
and a ; is it a list of party pokemon or box pokemon?
|
||||||
jr z,.skipCopyingLevel\@
|
jr z,.skipCopyingLevel\@
|
||||||
|
|
Loading…
Reference in a new issue