Decompiled sub_81C7418
This commit is contained in:
parent
323df8ed40
commit
cf721879dd
2 changed files with 6 additions and 10 deletions
|
@ -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}
|
||||
|
|
|
@ -238,4 +238,10 @@ void sub_81C7400() {
|
|||
AnimateSprites();
|
||||
BuildOamBuffer();
|
||||
UpdatePaletteFade();
|
||||
}
|
||||
|
||||
void sub_81C7418() {
|
||||
TransferPlttBuffer();
|
||||
LoadOam();
|
||||
ProcessSpriteCopyRequests();
|
||||
}
|
Loading…
Reference in a new issue