diff options
Diffstat (limited to 'asm/hall_of_fame.s')
-rw-r--r-- | asm/hall_of_fame.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/hall_of_fame.s b/asm/hall_of_fame.s index 2ef1d0eeb..991d45979 100644 --- a/asm/hall_of_fame.s +++ b/asm/hall_of_fame.s @@ -20,8 +20,8 @@ sub_8173560: @ 8173560 push {lr} bl RunTasks bl RunTextPrinters - bl CallObjectCallbacks - bl PrepareSpritesForOamLoad + bl AnimateSprites + bl BuildOamBuffer bl UpdatePaletteFade pop {r0} bx r0 @@ -1513,8 +1513,8 @@ _08174240: .pool _08174280: bl RunTasks - bl CallObjectCallbacks - bl PrepareSpritesForOamLoad + bl AnimateSprites + bl BuildOamBuffer bl UpdatePaletteFade bl sub_80F9C1C lsls r0, 24 |