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_803B050.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_803B050.s')
-rw-r--r-- | asm/code_803B050.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/code_803B050.s b/asm/code_803B050.s index ff10300..c9ff87c 100644 --- a/asm/code_803B050.s +++ b/asm/code_803B050.s @@ -1156,7 +1156,7 @@ _0803B916: add r4, sp, 0xE0 ldr r1, [r7, 0x8] adds r0, r4, 0 - bl sub_8090228 + bl PrintDungeonLocationtoBuffer ldr r1, _0803B938 add r0, sp, 0x4 adds r2, r4, 0 @@ -1167,7 +1167,7 @@ _0803B938: .4byte gUnknown_80E8884 _0803B93C: ldr r1, [r7, 0x8] add r0, sp, 0x4 - bl sub_8090228 + bl PrintDungeonLocationtoBuffer _0803B944: ldr r1, [r7, 0x48] adds r1, 0xC @@ -1819,7 +1819,7 @@ _0803BEC8: add r4, sp, 0x180 ldr r1, [r7, 0x8] adds r0, r4, 0 - bl sub_8090228 + bl PrintDungeonLocationtoBuffer ldr r1, _0803BF00 add r0, sp, 0x4 adds r2, r4, 0 @@ -1832,7 +1832,7 @@ _0803BF00: .4byte gUnknown_80E8884 _0803BF04: ldr r1, [r7, 0x8] add r0, sp, 0x4 - bl sub_8090228 + bl PrintDungeonLocationtoBuffer _0803BF0C: ldr r3, [r7] movs r0, 0 |