Decompiled sub_81C7418

This commit is contained in:
Phlosioneer 2019-02-12 03:54:35 -05:00
parent 323df8ed40
commit cf721879dd
2 changed files with 6 additions and 10 deletions

View File

@ -5,16 +5,6 @@
.text
thumb_func_start sub_81C7418
sub_81C7418: @ 81C7418
push {lr}
bl TransferPlttBuffer
bl LoadOam
bl ProcessSpriteCopyRequests
pop {r0}
bx r0
thumb_func_end sub_81C7418
thumb_func_start sub_81C742C
sub_81C742C: @ 81C742C
push {r4-r7,lr}

View File

@ -238,4 +238,10 @@ void sub_81C7400() {
AnimateSprites();
BuildOamBuffer();
UpdatePaletteFade();
}
void sub_81C7418() {
TransferPlttBuffer();
LoadOam();
ProcessSpriteCopyRequests();
}