diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-18 00:22:03 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-18 00:22:03 -0500 |
commit | 0369264407563b64d60c885f8bf79322b6f663c8 (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /asm/code_8040094.s | |
parent | c033aea36e73365c28da1de93af29ec11b3945b2 (diff) |
Decomped GetMapTileAtPosition()
Diffstat (limited to 'asm/code_8040094.s')
-rw-r--r-- | asm/code_8040094.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_8040094.s b/asm/code_8040094.s index 6148e19..1e11d74 100644 --- a/asm/code_8040094.s +++ b/asm/code_8040094.s @@ -2523,7 +2523,7 @@ sub_80414C0: cmp r0, 0x9C bne _080414DC adds r0, r5, 0 - bl sub_8045128 + bl GetMapEntityForDungeonEntity bl IsTileWater lsls r0, 24 cmp r0, 0 @@ -2533,7 +2533,7 @@ _080414DC: cmp r0, 0x8 bne _080414F6 adds r0, r5, 0 - bl sub_8045128 + bl GetMapEntityForDungeonEntity ldrh r1, [r0] movs r0, 0x3 ands r0, r1 |