diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 10:49:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 10:49:10 -0400 |
commit | e9e87a0fe47406b5d2881b9360886842b8731c97 (patch) | |
tree | 4007bb25d799df054f5cd7bd5cb80b49f0667722 /asm/pokedex_screen.s | |
parent | 5f49353de4df86401ec0c7844f08ec1db9587484 (diff) |
egg_hatch as part of daycare
Diffstat (limited to 'asm/pokedex_screen.s')
-rw-r--r-- | asm/pokedex_screen.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokedex_screen.s b/asm/pokedex_screen.s index 33c3c0851..24094d9af 100644 --- a/asm/pokedex_screen.s +++ b/asm/pokedex_screen.s @@ -95,7 +95,7 @@ sub_810250C: @ 810250C movs r0, 0x3 adds r2, r4, 0 movs r3, 0 - bl sub_80F696C + bl DecompressAndLoadBgGfxUsingHeap b _081025AE .align 2, 0 _08102598: .4byte gUnknown_8451EBC @@ -106,7 +106,7 @@ _081025A0: movs r0, 0x3 adds r2, r4, 0 movs r3, 0 - bl sub_80F696C + bl DecompressAndLoadBgGfxUsingHeap _081025AE: ldr r0, _081026A8 @ =gUnknown_8451ECC bl InitWindows |