Decompiled sub_81C7400

This commit is contained in:
Phlosioneer 2019-02-12 03:51:48 -05:00
parent 729e7116f2
commit 323df8ed40
2 changed files with 7 additions and 13 deletions

View File

@ -5,19 +5,6 @@
.text
thumb_func_start sub_81C7400
sub_81C7400: @ 81C7400
push {lr}
bl RunTasks
bl AnimateSprites
bl BuildOamBuffer
bl UpdatePaletteFade
pop {r0}
bx r0
thumb_func_end sub_81C7400
thumb_func_start sub_81C7418
sub_81C7418: @ 81C7418
push {lr}

View File

@ -231,4 +231,11 @@ bool32 AnyMonHasRibbon() {
}
return FALSE;
}
void sub_81C7400() {
RunTasks();
AnimateSprites();
BuildOamBuffer();
UpdatePaletteFade();
}