mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-30 01:09:34 +01:00
Decompiled sub_81C7418
This commit is contained in:
parent
323df8ed40
commit
cf721879dd
@ -5,16 +5,6 @@
|
|||||||
|
|
||||||
.text
|
.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
|
thumb_func_start sub_81C742C
|
||||||
sub_81C742C: @ 81C742C
|
sub_81C742C: @ 81C742C
|
||||||
push {r4-r7,lr}
|
push {r4-r7,lr}
|
||||||
|
@ -238,4 +238,10 @@ void sub_81C7400() {
|
|||||||
AnimateSprites();
|
AnimateSprites();
|
||||||
BuildOamBuffer();
|
BuildOamBuffer();
|
||||||
UpdatePaletteFade();
|
UpdatePaletteFade();
|
||||||
|
}
|
||||||
|
|
||||||
|
void sub_81C7418() {
|
||||||
|
TransferPlttBuffer();
|
||||||
|
LoadOam();
|
||||||
|
ProcessSpriteCopyRequests();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user