summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 22b9ddd0..2855674a 100644
--- a/main.asm
+++ b/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\@