From 1cd727119a0d2dcae4f42248c731da6686cd45f4 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 15 Aug 2025 07:07:13 +0200 Subject: [PATCH] defs: Added additional note for battle order --- src/defs.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/defs.s b/src/defs.s index 85d6fe0..2dacb22 100644 --- a/src/defs.s +++ b/src/defs.s @@ -176,6 +176,8 @@ ; indicates which order the actor has in battle mode ; the actors attack rotuine should wait until battle_order == their battle order ; and then perform an action + ; battle order should also determine where the battle draw rotuine + ; draws the actor .de act_rt_battle_order, 1 ; sub-tile drawing vars -- 2.30.2