aboutsummaryrefslogtreecommitdiff
path: root/entity/list.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'entity/list.gbasm')
-rw-r--r--entity/list.gbasm4
1 files changed, 2 insertions, 2 deletions
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