aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-11 18:16:16 +0900
committerAstatin <[email protected]>2024-11-11 18:16:16 +0900
commit4e460acd36b3465493f6df8d2387a518b2547913 (patch)
tree52347bbc75cc117e3d6e578695d59bbb2fdf13ae /main.gbasm
parentd605c2900ae7c62f1937e250a2ae489678d99214 (diff)
Health persistent across dungeons + initial bunny direction fix
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.gbasm b/main.gbasm
index a888b70..03b42bd 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -72,6 +72,8 @@
Entrypoint:
CALL =Initialize_RNG
+ LD A, $20
+ LD $mem_bunny_health, A
New_Dungeon:
LD SP, $fffe
CALL =Dungeon_Generation