aboutsummaryrefslogtreecommitdiff
path: root/init.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-10-28 18:03:37 +0900
committerAstatin <[email protected]>2024-10-28 18:03:37 +0900
commit7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch)
tree34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /init.gbasm
parent5513939c6077032f625c2de98f395026caf063b1 (diff)
Print health on top of the screen
Diffstat (limited to 'init.gbasm')
-rw-r--r--init.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.gbasm b/init.gbasm
index f6a14f0..50196b4 100644
--- a/init.gbasm
+++ b/init.gbasm
@@ -64,7 +64,7 @@ Empty_VRAM: ; (Clear screen)
LD $reg_interrupt_enable, A
; LYC
- LD A, $0a
+ LD A, $09
LD $reg_lyc, A
; Set STAT interrupt to LYC = LY