aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-14 17:16:05 +0900
committerAstatin <[email protected]>2025-02-14 17:16:05 +0900
commitcce14a83a5ef7b8bd3e8affa1cf5d52b00329b0a (patch)
tree3bbea23771b4cf981796eb9fb50c781b1886e93b /main.gbasm
parentecd565bc8625f7b80ebe197554ab01e1ef9a604b (diff)
Fix laser animation + make EP work + add leaf to restore EP
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.gbasm b/main.gbasm
index c3edbcf..7087691 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -93,7 +93,7 @@ Entrypoint:
CALL =Initialize_RNG
LD A, $20
LD $mem_bunny_health, A
- LD A, $3
+ LD A, $30
LD $mem_bunny_mana, A
New_Dungeon:
LD SP, $fffe
@@ -131,11 +131,11 @@ New_Dungeon:
LD $mem_requested_mode, A
; Heart
- LD A, $68
+ LD A, $f0
LD ($9d62), A
; Energy points
- LD A, $6a
+ LD A, $f1
LD ($9d66), A
.SET_WINDOW_LCDC_E