From efbaf0803b05f27188872604d1328c04954f2e1f Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 11 Aug 2025 17:52:08 +0200 Subject: [PATCH] defs: Added actor last collision values --- src/defs.s | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/defs.s b/src/defs.s index 7c44c45..a282bc9 100644 --- a/src/defs.s +++ b/src/defs.s @@ -168,6 +168,11 @@ ; last collision with actor ; set during unit_collision_woth_any_other .de act_rt_collided_with, 2 + ; last collision flags +.de act_rt_collision_cf, 1 + ; last collision tile position +.de act_rt_collision_pos_y, 1 +.de act_rt_collision_pos_x, 1 ; sub-tile drawing vars ; during this animation the actor is already technically in its new -- 2.30.2