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

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