diff options
Diffstat (limited to 'entity')
-rw-r--r-- | entity/list.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/list.gbasm b/entity/list.gbasm index f142505..d32ce95 100644 --- a/entity/list.gbasm +++ b/entity/list.gbasm @@ -130,7 +130,7 @@ Entity_list: .DB $02 ; Starting health - .DB $00 + .DB $01 ; Starting status .DB $00 |