diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 15:49:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-05 15:49:05 -0400 |
commit | b01da1a59260b2ac54dd876e9cf35d2c1fb944e7 (patch) | |
tree | 8384ebb678d1237c49d6f1b59cd6504e6e58a1e4 /asm/save_menu_util.s | |
parent | b4b509f68477068ae111cc5a6094d858d396c4bb (diff) |
link.c through InitLocalLinkPlayer
Diffstat (limited to 'asm/save_menu_util.s')
-rw-r--r-- | asm/save_menu_util.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/save_menu_util.s b/asm/save_menu_util.s index 2d2866914..1cb9d85a3 100644 --- a/asm/save_menu_util.s +++ b/asm/save_menu_util.s @@ -55,7 +55,7 @@ _080F8024: .align 2, 0 _080F8030: .4byte gSaveBlock2Ptr _080F8034: - bl sub_806E25C + bl IsNationalPokedexEnabled cmp r0, 0 beq _080F8044 movs r0, 0x1 |