diff options
author | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-09-09 16:53:39 +0200 |
commit | b5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch) | |
tree | 60be3e7de9dd156416b981df014e67244c0038f0 /dialogues | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'dialogues')
-rw-r--r-- | dialogues/game.gbasm | 6 | ||||
-rw-r--r-- | dialogues/text.gbasm | 14 | ||||
-rw-r--r-- | dialogues/text.gbtxt | 11 |
3 files changed, 31 insertions, 0 deletions
diff --git a/dialogues/game.gbasm b/dialogues/game.gbasm index 704f19c..931d31a 100644 --- a/dialogues/game.gbasm +++ b/dialogues/game.gbasm @@ -24,3 +24,9 @@ Learn_Attack_Duplicate_Dialogue_Script: .TEXT =dup_attack_4t =Empty .LEARN_ATTACK_RET +Placeholder_Dialogue_Script: + .TEXTB =Placeholder_1t =Empty + .TEXT =Placeholder_2t =Placeholder_2b + .TEXT =Placeholder_3t =Empty + .TEXT =Placeholder_4t =Placeholder_4b + .END diff --git a/dialogues/text.gbasm b/dialogues/text.gbasm index ea176b4..2d118fc 100644 --- a/dialogues/text.gbasm +++ b/dialogues/text.gbasm @@ -87,3 +87,17 @@ Dialogue_3_2b: .DB 0x8f, 0x92, 0x97, 0x8d, 0x0, 0xa0, 0x91, 0x98, 0x0, 0x8c, 0x8a, 0x95, 0x95, 0x8e, 0x8d, 0xff Dialogue_3_3t: .DB 0x8f, 0x98, 0x9b, 0x0, 0x91, 0x8e, 0x95, 0x99, 0x0, 0x8e, 0x8a, 0x9b, 0x95, 0x92, 0x8e, 0x9b, 0xa4, 0xff +; TODO: +.DB 0x9b, 0x8e, 0x96, 0x98, 0x9f, 0x8e, 0x0, 0x9d, 0x91, 0x92, 0x9c, 0xff +Placeholder_1t: +.DB 0xa2, 0x98, 0x0, 0x8a, 0x9c, 0x9d, 0x8a, 0x9d, 0x92, 0x97, 0x0, 0xa5, 0xff +Placeholder_2t: +.DB 0xa0, 0x91, 0x8a, 0x9d, 0x0, 0x92, 0x9c, 0x0, 0x9d, 0x91, 0x92, 0x9c, 0xff +Placeholder_2b: +.DB 0x9c, 0x95, 0x98, 0x98, 0x99, 0xa2, 0x0, 0x93, 0x98, 0x8b, 0x0, 0xa2, 0x98, 0x9e, 0xa8, 0x9b, 0x8e, 0xff +Placeholder_3t: +.DB 0x8d, 0x98, 0x92, 0x97, 0x90, 0x0, 0xa6, 0xff +Placeholder_4t: +.DB 0x8a, 0x9d, 0x0, 0x95, 0x8e, 0x8a, 0x9c, 0x9d, 0x0, 0xa0, 0x9b, 0x92, 0x9d, 0x8e, 0x0, 0x9d, 0x91, 0x8e, 0xff +Placeholder_4b: +.DB 0x8d, 0x92, 0x8a, 0x95, 0x98, 0x90, 0x9e, 0x8e, 0x9c, 0xa4, 0xa4, 0xa4, 0xff diff --git a/dialogues/text.gbtxt b/dialogues/text.gbtxt index 51a18e2..51a1dc0 100644 --- a/dialogues/text.gbtxt +++ b/dialogues/text.gbtxt @@ -71,3 +71,14 @@ Dialogue_3_2t: I should try to Dialogue_3_2b: find who called Dialogue_3_3t: for help earlier. + +; TODO: Remove this +Placeholder_1t: Yo Astatin ! + +Placeholder_2t: What is this +Placeholder_2b: sloopy job you're + +Placeholder_3t: doing ? + +Placeholder_4t: At least write the +Placeholder_4b: dialogues... |