mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
Decompiled sub_81C7400
This commit is contained in:
parent
729e7116f2
commit
323df8ed40
@ -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}
|
||||
|
@ -231,4 +231,11 @@ bool32 AnyMonHasRibbon() {
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void sub_81C7400() {
|
||||
RunTasks();
|
||||
AnimateSprites();
|
||||
BuildOamBuffer();
|
||||
UpdatePaletteFade();
|
||||
}
|
Loading…
Reference in New Issue
Block a user