diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 16:25:09 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-29 16:25:09 +0100 |
commit | 76fc1d1c129fa1aa01bd51d44ba1aa780f69f9cf (patch) | |
tree | 6ffe99d5bd418c12d719475a64567c1176078c3e /asm/pokemon_summary_screen.s | |
parent | d728124a7b51d5db257d58ae9b47a5285c696748 (diff) |
make time events compile
Diffstat (limited to 'asm/pokemon_summary_screen.s')
-rw-r--r-- | asm/pokemon_summary_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pokemon_summary_screen.s b/asm/pokemon_summary_screen.s index 2817b55b1..a04939c12 100644 --- a/asm/pokemon_summary_screen.s +++ b/asm/pokemon_summary_screen.s @@ -2049,7 +2049,7 @@ sub_81C4F24: @ 81C4F24 bl ScriptContext2_Enable movs r0, 0x1 movs r1, 0 - bl fade_screen + bl FadeScreen ldr r0, =sub_81C4F44 movs r1, 0xA bl CreateTask |