From 18d7d064daf704193f8dff6b2ef3ae68b7fc3aac Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 18 Feb 2025 19:03:42 +0900 Subject: Did a bunch of things I honestly don't remember everything but now basic attack is broken --- entity/list.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'entity/list.gbasm') diff --git a/entity/list.gbasm b/entity/list.gbasm index 054a563..acbe12d 100644 --- a/entity/list.gbasm +++ b/entity/list.gbasm @@ -10,7 +10,7 @@ Entity_list: .DB $01 ; Starting health - .DB $04 + .DB $02 ; Starting mana .DB $05 @@ -64,7 +64,7 @@ Entity_list: .DB $01 ; Starting health - .DB $05 + .DB $01 ; Starting mana .DB $03 -- cgit v1.2.3-70-g09d2