diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-01 19:43:26 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-01 19:43:26 +0200 |
commit | ee7580753badf8858e68b98587bc52d53311e290 (patch) | |
tree | 5cf20acb29dbcd1bfd399077f40f13bc1907913b /asm/pokedex.s | |
parent | 6987dd9a210fd0b3b29163c1a51cc9671a65ac2f (diff) |
rename sprite labels
Diffstat (limited to 'asm/pokedex.s')
-rw-r--r-- | asm/pokedex.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokedex.s b/asm/pokedex.s index 8b0454bcf..2882bb22c 100644 --- a/asm/pokedex.s +++ b/asm/pokedex.s @@ -515,8 +515,8 @@ _080BB74C: sub_80BB774: @ 80BB774 push {lr} bl RunTasks - bl CallObjectCallbacks - bl PrepareSpritesForOamLoad + bl AnimateSprites + bl BuildOamBuffer bl UpdatePaletteFade pop {r0} bx r0 |