diff options
author | Astatin <[email protected]> | 2024-10-31 17:41:13 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-10-31 17:41:13 +0900 |
commit | d5c723c063e3cbe15f8a8ec8d241496dcd2bfbf7 (patch) | |
tree | 8b067f9b3010c967fc36580888081093076c1218 /dialogues.gbasm | |
parent | 0a203e404468bb0822657d309ca8168bae2fd24b (diff) |
Add bold/slim font palette + top bar border
Diffstat (limited to 'dialogues.gbasm')
-rw-r--r-- | dialogues.gbasm | 6 |
1 files changed, 2 insertions, 4 deletions
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 |