summaryrefslogtreecommitdiff
path: root/src/object/rupee.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2023-12-30 17:13:42 -0800
committertheo3 <arisstephenson2@gmail.com>2023-12-30 17:13:42 -0800
commitfb9f59fbbbd1ec2db3a3e757a3dab9a0e563520c (patch)
tree0c091f4a07d0e8b188db3336eb84ac25064f2618 /src/object/rupee.c
parent37723f560798698a2a17d0b29ee7baca1a8cb1c7 (diff)
label BounceUpdate asm
Diffstat (limited to 'src/object/rupee.c')
-rw-r--r--src/object/rupee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/rupee.c b/src/object/rupee.c
index fe38b3ad..edf3799b 100644
--- a/src/object/rupee.c
+++ b/src/object/rupee.c
@@ -46,7 +46,7 @@ void Rupee_Action_1(Entity* this) {
if (this->child->next == NULL) {
this->action = 2;
} else {
- if (sub_080044EC(this, 10240) == 0) {
+ if (BounceUpdate(this, Q_8_8(40.0)) == BOUNCE_DONE_ALL) {
this->action = 2;
}
ProcessMovement0(this);