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/game.gbasm | |
parent | 03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff) |
Diffstat (limited to 'dialogues/game.gbasm')
-rw-r--r-- | dialogues/game.gbasm | 6 |
1 files changed, 6 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 |