From 60a19d681cda14c4ebeab5d18a98e3b07a5e93a3 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Sun, 20 Feb 2022 21:59:07 -0500 Subject: Decomped GetMapTile_2 --- asm/jirachi_wish.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/jirachi_wish.s') diff --git a/asm/jirachi_wish.s b/asm/jirachi_wish.s index 9055379..ef24a1c 100644 --- a/asm/jirachi_wish.s +++ b/asm/jirachi_wish.s @@ -157,7 +157,7 @@ _0808B6D2: movs r2, 0 ldrsh r0, [r7, r2] asrs r1, 16 - bl GetMapEntity + bl GetMapTile_2 ldrh r1, [r0] movs r0, 0x3 ands r0, r1 @@ -241,7 +241,7 @@ _0808B77E: movs r2, 0 ldrsh r0, [r7, r2] asrs r1, 16 - bl GetMapEntity + bl GetMapTile_2 ldrh r1, [r0] movs r0, 0x3 ands r0, r1 @@ -391,7 +391,7 @@ _0808B8F4: movs r2, 0 ldrsh r0, [r7, r2] asrs r1, 16 - bl GetMapEntity + bl GetMapTile_2 ldrh r1, [r0] movs r0, 0x3 ands r0, r1 -- cgit v1.2.3