From: Lukas Krickl Date: Mon, 11 Aug 2025 15:52:08 +0000 (+0200) Subject: defs: Added actor last collision values X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=efbaf0803b05f27188872604d1328c04954f2e1f;p=gbrg%2F.git defs: Added actor last collision values --- 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