diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:08:02 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 18:08:02 -0600 |
commit | 73392181fe47fd0fe5ac3702978307926a442ef4 (patch) | |
tree | f355d42e26e5bd1c2b37a84549ee95e0bf45e52e /src/pokemon/mail.c | |
parent | 233654746815b884d303cc3416c3fe6c377b4a73 (diff) |
resolve more undefined references
Diffstat (limited to 'src/pokemon/mail.c')
-rw-r--r-- | src/pokemon/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon/mail.c b/src/pokemon/mail.c index ecff15c21..565a9861b 100644 --- a/src/pokemon/mail.c +++ b/src/pokemon/mail.c @@ -2369,7 +2369,7 @@ void debug_sub_810D388() " .word unk_debug_bss_2\n" " .word 0x43c\n" "._297:\n" - " bl remove_some_task\n" + " bl ScanlineEffect_Stop\n" " bl ResetPaletteFade\n" " ldr r0, ._302\n" " bl SetVBlankCallback\n" |