diff options
author | Astatin <[email protected]> | 2024-11-11 18:16:16 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-11-11 18:16:16 +0900 |
commit | 4e460acd36b3465493f6df8d2387a518b2547913 (patch) | |
tree | 52347bbc75cc117e3d6e578695d59bbb2fdf13ae /main.gbasm | |
parent | d605c2900ae7c62f1937e250a2ae489678d99214 (diff) |
Health persistent across dungeons + initial bunny direction fix
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ Entrypoint: CALL =Initialize_RNG + LD A, $20 + LD $mem_bunny_health, A New_Dungeon: LD SP, $fffe CALL =Dungeon_Generation |