mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-26 08:54:09 +13:00
call $1372 -> call LoadMonData
hg-commit-id: c7671d529528
This commit is contained in:
parent
b0f4ec67a6
commit
9df6f8a419
1 changed files with 1 additions and 1 deletions
2
main.asm
2
main.asm
|
|
@ -6305,7 +6305,7 @@ PrintListMenuEntries: ; 2E5A
|
|||
ld a,[W_LISTSCROLLOFFSET]
|
||||
add b
|
||||
ld [hl],a
|
||||
call $1372 ; load pokemon info
|
||||
call LoadMonData ; load pokemon info
|
||||
ld a,[$cc49]
|
||||
and a ; is it a list of party pokemon or box pokemon?
|
||||
jr z,.skipCopyingLevel\@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue