attr: removed stamina
authorLukas Krickl <lukas@krickl.dev>
Mon, 12 Jan 2026 04:01:42 +0000 (05:01 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 12 Jan 2026 04:01:42 +0000 (05:01 +0100)
TODO.md
src/attributes.s
src/macros.inc

diff --git a/TODO.md b/TODO.md
index 415a83e1d11f39937fd19f12826dbead482a0ee1..f997e7818a46b3d787857732b0f313f41a117c7b 100644 (file)
--- a/TODO.md
+++ b/TODO.md
 
 # Equipment
 
+- Head
+- Armor
+- Weapon
+- Off-hand
+- Ring1
+- Ring2
+
 # UI
 
 
index ac47c8181438a0e54efd9f4b25ab21c962cee577..d813a33075886431c13a450c6bc1d53e633ffdc9 100644 (file)
@@ -1,9 +1,9 @@
 
 attr_null:
-attrdef 0, 0, 0, 0, 0, 0
+attrdef 0, 0, 0, 0, 0
 
 attr_bat:
-attrdef 1, 0, 0, 1, 0, 0
+attrdef 1, 0, 0, 0, 0
 
        ; gets strength attribute
        ; of a given actor
index 2e05e7f13d12749debba1932ee62b476bea78979..4ebf251bed78bb2bff680c5524d2c38df9c1bc14 100644 (file)
@@ -219,11 +219,10 @@ $1:
        ;               $1: strength
        ;         $2: agility
        ;               $3: wisdom
-       ;               $4: stamina
-       ;               $5: resistances 
-       ;               $6: proficiency
+       ;               $4: resistances 
+       ;               $5: proficiency
 #macro attrdef
-       .db $1, $2, $3, $4, $5, $6
+       .db $1, $2, $3, $4, $5
 #endmacro
        
        ; defines an item