From c1fb610e198d785aa57440b86c69587e5caaf563 Mon Sep 17 00:00:00 2001 From: Astatin Date: Sat, 22 Mar 2025 01:45:08 +0900 Subject: Center logo better in custom bootrom --- assets/Astatin-bootrom.gbasm | 5 +++-- 1 file 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 -- cgit v1.2.3-70-g09d2