diff options
author | Astatin <[email protected]> | 2025-04-29 15:51:10 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-29 15:51:10 +0200 |
commit | c7d3a2929e9ed719b342e92a54d292d57ee105d2 (patch) | |
tree | 6e845d6163b59fbc2978f4cbadefb4fb5357126a /entity | |
parent | 7faf16e4453f935ee1159d32ddc2a6501ea91bbb (diff) |
Add Load_Dungeon function
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 |