summaryrefslogtreecommitdiff
path: root/asm/main_menu.s
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
commitd52a54e64f73cb1e24e18da106ea9b69307b4509 (patch)
treede9b2577b73f7a3b0f9b0b6b530bb7b5455fd5ed /asm/main_menu.s
parent0ca0ad1c63e49605d3a9dd28e5c40bca96a85710 (diff)
Updating pokedex count function labels
Diffstat (limited to 'asm/main_menu.s')
-rw-r--r--asm/main_menu.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/main_menu.s b/asm/main_menu.s
index 48d1411c5..d5a69d503 100644
--- a/asm/main_menu.s
+++ b/asm/main_menu.s
@@ -4654,12 +4654,12 @@ fmt_pokedex: @ 8031F7C
cmp r0, 0
beq _08031FA4
movs r0, 0x1
- bl pokedex_count
+ bl GetNationalPokedexCount
b _08031FAA
.pool
_08031FA4:
movs r0, 0x1
- bl sub_80C0844
+ bl GetHoennPokedexCount
_08031FAA:
lsls r0, 16
lsrs r7, r0, 16