diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
commit | c93915120f23a9545ff0743f506af3d58a1fabff (patch) | |
tree | d65b99ef51fd89f5a12a12163d849d65c6ab22f2 /asm/pokemon_storage_system.s | |
parent | 456c817338e3ce899e524eff603f47c583de24aa (diff) |
Port many field_effect.c names from Emerald
Diffstat (limited to 'asm/pokemon_storage_system.s')
-rw-r--r-- | asm/pokemon_storage_system.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 115c9567b..79966093f 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -1801,7 +1801,7 @@ mapldr_0808C6D8: @ 808C6D8 bl _call_via_r4 adds r0, r5, 0 bl SetVBlankCallback - bl sub_807DC00 + bl FadeInFromBlack pop {r4,r5} pop {r0} bx r0 |