summaryrefslogtreecommitdiff
path: root/src/scene
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-01-30 17:54:25 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-01-30 17:54:25 -0500
commitcce651aabe5d00d45ca0a11055e278f40eb774cc (patch)
treeb2b62116ec1c99ddb9df462ef95c573e47c882c7 /src/scene
parent6237099104e25f606a5ebde108d2d41ae8646869 (diff)
match sub_8116100
Diffstat (limited to 'src/scene')
-rw-r--r--src/scene/cable_car.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/scene/cable_car.c b/src/scene/cable_car.c
index 7faa8d844..ea2a9f9e2 100644
--- a/src/scene/cable_car.c
+++ b/src/scene/cable_car.c
@@ -22,15 +22,6 @@
// Static type declarations
-// Credits to Made (dolphin emoji)
-#define S16TOPOSFLOAT(val) \
-({ \
- s16 v = (val); \
- float f = (float)v; \
- if(v < 0) f += 65536.0f; \
- f; \
-})
-
struct CableCarEwramStruct1 {
u8 unk_0000;
u8 unk_0001;