From d1685379681008d41f78fa4a6ae17ace5ee2dbfa Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 23 Jun 2021 17:35:37 -0500 Subject: Finish out game options and FatalError Some data cleanup as well. Thanks pika for the noreturn tip for FatalError. --- asm/code_803B050.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asm/code_803B050.s') 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 -- cgit v1.2.3