diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-01-23 23:40:56 +0200 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-01-23 23:40:56 +0200 |
| commit | 425b4afaeb9d3f201b2ec388321cd6e9b2a082e5 (patch) | |
| tree | 8dcdc5c2d8868aef9edf96d73075aa2fc8feb63e /asm/object | |
| parent | 70e2ef587740bfa159528bc0b160bb89869ad925 (diff) | |
Renaming according to review
Diffstat (limited to 'asm/object')
| -rw-r--r-- | asm/object/evilSpirit.s | 2 | ||||
| -rw-r--r-- | asm/object/object36.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/asm/object/evilSpirit.s b/asm/object/evilSpirit.s index 8aa425f4..c9e4c0f0 100644 --- a/asm/object/evilSpirit.s +++ b/asm/object/evilSpirit.s @@ -555,7 +555,7 @@ _0808663A: adds r0, r7, #0 adds r1, r4, #0 movs r3, #2 - bl isEntityWithinDistance + bl EntityWithinDistance cmp r0, #0 beq _080866B8 movs r0, #1 diff --git a/asm/object/object36.s b/asm/object/object36.s index c697fb62..e46576e4 100644 --- a/asm/object/object36.s +++ b/asm/object/object36.s @@ -297,7 +297,7 @@ _0808BD34: subs r2, #6 adds r0, r5, #0 movs r3, #0x1c - bl isEntityWithinDistance + bl EntityWithinDistance cmp r0, #0 beq _0808BDAE adds r0, r5, #0 |
