diff options
author | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-10-28 18:03:37 +0900 |
commit | 7bcae43031d18c2b992581cb00358ae3d457d5c6 (patch) | |
tree | 34300bcb3925d5cc9f44e2c46e3b0bab46995d36 /init.gbasm | |
parent | 5513939c6077032f625c2de98f395026caf063b1 (diff) |
Print health on top of the screen
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |