diff options
author | Astatin <[email protected]> | 2025-03-22 01:45:08 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-22 01:45:08 +0900 |
commit | c1fb610e198d785aa57440b86c69587e5caaf563 (patch) | |
tree | 72c8dff3e695e4747966f80b12c84644ddf75076 | |
parent | 6613a89b4d31e3718bb20d144ae93bedfeb35a78 (diff) |
Center logo better in custom bootrom
-rw-r--r-- | assets/Astatin-bootrom.gbasm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/Astatin-bootrom.gbasm b/assets/Astatin-bootrom.gbasm index 3fd2d23..d51e1ab 100644 --- a/assets/Astatin-bootrom.gbasm +++ b/assets/Astatin-bootrom.gbasm @@ -68,6 +68,7 @@ LD ($98ee), A ; Palette LD A, $fc LD ($47), A +LD ($43), A ; LCD on LD A, $91 @@ -106,10 +107,10 @@ Loop: LD A, C LD ($42), A DEC C - CP $02 + CP $06 LD D, $83 CALL Z, =.sound1 - CP $00 + CP $04 JR NZ, =Loop LD D, $c1 CALL =.sound1 |