From 9b944dc7b563078ef3a85ffc79c38e9558cf940c Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sat, 1 Feb 2025 14:43:16 +0100 Subject: [PATCH] state: Added docs for state machine call params --- src/state.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/state.s b/src/state.s index 4f4e4a1..f330d11 100644 --- a/src/state.s +++ b/src/state.s @@ -4,7 +4,8 @@ ; table of all states ; expected inputs: - ; bc: actor_ptr + ; bc: actor_ptr + ; de: state machine ptr state_table: dw sm_nop dw sm_end_turn -- 2.30.2