aboutsummaryrefslogtreecommitdiff
path: root/dialogues/game.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-09 16:53:39 +0200
committerAstatin <[email protected]>2025-09-09 16:53:39 +0200
commitb5ca0d4bff573f14ac7d3b47ebd7b23c56346b5e (patch)
tree60be3e7de9dd156416b981df014e67244c0038f0 /dialogues/game.gbasm
parent03c359596bdacbf39cdc244d2f164d0ec94d5505 (diff)
Add per entity dialogue + screen darkening animation for future big menu openingHEADlatestmain
Diffstat (limited to 'dialogues/game.gbasm')
-rw-r--r--dialogues/game.gbasm6
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