diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 01:42:44 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-02 01:42:44 +0200 |
commit | c146c247f23f703f1de48506ecb222d5b72a1200 (patch) | |
tree | f454b3d03bdb2de8328a701f059a71da1f5f4661 /asm/save_failed_screen.s | |
parent | 26bf61e06fb4c29e9a297d88dbe42942ba0c96b9 (diff) |
decompile more of sprite.s
Diffstat (limited to 'asm/save_failed_screen.s')
-rw-r--r-- | asm/save_failed_screen.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/save_failed_screen.s b/asm/save_failed_screen.s index 2c23435d4..963db4988 100644 --- a/asm/save_failed_screen.s +++ b/asm/save_failed_screen.s @@ -71,7 +71,7 @@ fullscreen_save_activate: @ 8178F90 thumb_func_start sub_8178FC8 sub_8178FC8: @ 8178FC8 push {lr} - bl LoadOamFromSprites + bl LoadOam bl ProcessSpriteCopyRequests bl TransferPlttBuffer pop {r0} |