diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-23 17:35:37 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-23 17:35:37 -0500 |
commit | d1685379681008d41f78fa4a6ae17ace5ee2dbfa (patch) | |
tree | 22645f079beea40333e7e822f055c063781ef806 /asm/code_8097670.s | |
parent | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (diff) |
Finish out game options and FatalError
Some data cleanup as well. Thanks pika for the noreturn tip for
FatalError.
Diffstat (limited to 'asm/code_8097670.s')
-rw-r--r-- | asm/code_8097670.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_8097670.s b/asm/code_8097670.s index d7266df..288edc3 100644 --- a/asm/code_8097670.s +++ b/asm/code_8097670.s @@ -609,7 +609,7 @@ sub_8097D60: adds r1, r3, 0 bl sub_809486C mov r0, sp - bl WriteSaveOptions + bl WriteGameOptions mov r0, sp bl WritePlayTime mov r0, sp @@ -634,7 +634,7 @@ sub_8097D98: adds r1, r3, 0 bl sub_809485C mov r0, sp - bl ReadSaveOptions + bl ReadGameOptions mov r0, sp bl ReadPlayTime mov r0, sp |