From 34909107113938f8446aec082a46fb785d30eb2d Mon Sep 17 00:00:00 2001 From: NepuShiro Date: Sun, 31 May 2026 16:44:11 -0500 Subject: [PATCH] Implement FakeObjects (Just poles for now) --- .idea/editor.xml | 2 +- .idea/vcs.xml | 1 - src/FakeObject.c | 169 ++++++++++++++++++++++ src/FakeObject.h | 24 +++ src/decomp/game/interaction.c | 58 +++++++- src/decomp/game/mario_actions_automatic.c | 22 +-- src/decomp/global_state.c | 3 + src/decomp/global_state.h | 4 +- src/libsm64.c | 134 +++++++++++++++-- src/libsm64.h | 16 +- test/main.cpp | 4 + 11 files changed, 411 insertions(+), 26 deletions(-) create mode 100644 src/FakeObject.c create mode 100644 src/FakeObject.h diff --git a/.idea/editor.xml b/.idea/editor.xml index 3361f21..e9b29f0 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -279,6 +279,7 @@