From f65dc6d033a4d502409624ae1ea46a72ba99710a Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Thu, 31 Jul 2025 19:05:58 +0200 Subject: [PATCH] units: Added prio bit to priest unit... --- src/unit_demo.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit_demo.s b/src/unit_demo.s index 1a9e313..663bc7f 100644 --- a/src/unit_demo.s +++ b/src/unit_demo.s @@ -78,7 +78,7 @@ unit_demo_priest: act_stat_def1 1, 1, 1, 1 act_stat_def2 1, 1, 32, 1 act_st_def NULL, NULL, st_unit_demo_1_cpu_update, st_unit_idle - act_def_meta unit_draw, 0x94, 0, NULL + act_def_meta unit_draw, 0x94, OAM_FPRIO, NULL st_unit_demo_1_cpu_update: -- 2.30.2