From d5c723c063e3cbe15f8a8ec8d241496dcd2bfbf7 Mon Sep 17 00:00:00 2001 From: Astatin Date: Thu, 31 Oct 2024 17:41:13 +0900 Subject: Add bold/slim font palette + top bar border --- dialogues.gbasm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dialogues.gbasm') diff --git a/dialogues.gbasm b/dialogues.gbasm index 71054d2..908975a 100644 --- a/dialogues.gbasm +++ b/dialogues.gbasm @@ -1,8 +1,6 @@ Lain_Text: .DB 0x95, 0x8a, 0x92, 0x97, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa5, 0xff Owl_Text: -.DB 0x98, 0xa0, 0x95, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa4, 0xff +.DB 0x98, 0xa0, 0x95, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa5, 0xff Auz_Text: -.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa7, 0xff -Astatin_Text: -.DB 0x96, 0x8e, 0xaa, 0x0, 0xa9, 0x92, 0xa8, 0x96, 0x0, 0x97, 0x98, 0x9d, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa9, 0xff +.DB 0xa0, 0x92, 0x9d, 0x8c, 0x91, 0x0, 0x92, 0x9c, 0x0, 0x8c, 0x9e, 0x9d, 0x8e, 0xa5, 0xff -- cgit v1.2.3-70-g09d2