Skip to content

Commit e717fec

Browse files
Merge pull request #27 from AnotherTimmyJapan/main
Temporary TTC text
2 parents 9c09a05 + 507b4fc commit e717fec

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

include/dialog_ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ enum DialogID {
173173
DIALOG_167,
174174
DIALOG_168,
175175
DIALOG_169,
176+
DIALOG_170,
176177
DIALOG_COUNT
177178
};
178179

levels/castle_inside/script.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ static const LevelScript script_func_local_1[] = {
3030
PAINTING_WARP_NODE(/*id*/ 0x03, /*destLevel*/ LEVEL_CCM, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
3131
PAINTING_WARP_NODE(/*id*/ 0x04, /*destLevel*/ LEVEL_CCM, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
3232
PAINTING_WARP_NODE(/*id*/ 0x05, /*destLevel*/ LEVEL_CCM, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
33-
PAINTING_WARP_NODE(/*id*/ 0x06, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
34-
PAINTING_WARP_NODE(/*id*/ 0x07, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
35-
PAINTING_WARP_NODE(/*id*/ 0x08, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
33+
PAINTING_WARP_NODE(/*id*/ 0x06, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
34+
PAINTING_WARP_NODE(/*id*/ 0x07, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
35+
PAINTING_WARP_NODE(/*id*/ 0x08, /*destLevel*/ LEVEL_WF, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
3636
PAINTING_WARP_NODE(/*id*/ 0x09, /*destLevel*/ LEVEL_DDD, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
3737
PAINTING_WARP_NODE(/*id*/ 0x0A, /*destLevel*/ LEVEL_DDD, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),
3838
PAINTING_WARP_NODE(/*id*/ 0x0B, /*destLevel*/ LEVEL_DDD, /*destArea*/ 0x01, /*destNode*/ 0x0A, /*flags*/ WARP_NO_CHECKPOINT),

levels/ttc/script.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "behavior_data.h"
44
#include "model_ids.h"
55
#include "seq_ids.h"
6+
#include "dialog_ids.h"
67
#include "segment_symbols.h"
78
#include "level_commands.h"
89

@@ -65,6 +66,7 @@ const LevelScript level_ttc_entry[] = {
6566
TERRAIN(/*terrainData*/ ttc_seg7_collision_level),
6667
MACRO_OBJECTS(/*objList*/ ttc_seg7_macro_objs),
6768
SET_BACKGROUND_MUSIC(/*settingsPreset*/ 0x0001, /*seq*/ SEQ_LEVEL_GRASS),
69+
SHOW_DIALOG(/*index*/ 0x00, DIALOG_170),
6870
TERRAIN_TYPE(/*terrainType*/ TERRAIN_STONE),
6971
END_AREA(),
7072

src/audio/external.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ u8 sDialogSpeaker[] = {
100100
/*13*/ _, _, TUXIE, _, _, _, _, _, _, _,
101101
/*14*/ _, _, _, _, _, _, _, _, _, _,
102102
/*15*/ WIGLR, WIGLR, WIGLR, _, _, _, _, _, _, _,
103-
/*16*/ _, YOSHI, _, _, _, _, _, _, WIGLR, _
103+
/*16*/ _, YOSHI, _, _, _, _, _, _, WIGLR, _,
104+
/*17*/ _
104105
};
105106
#undef _
106107
STATIC_ASSERT(ARRAY_COUNT(sDialogSpeaker) == DIALOG_COUNT,

text/jp/dialogs.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,3 +1856,9 @@ DEFINE_DIALOG(DIALOG_169, 1, 5, 30, 205, _("\
18561856
むだんで はいるものには、\n\
18571857
わざわいが おとずれる!\n\
18581858
  --せんちょうより"))
1859+
1860+
DEFINE_DIALOG(DIALOG_170, 1, 4, 52, 200, _("\
1861+
じかんをかけて!\n\
1862+
おちついて、\n\
1863+
てっぺんへのぼりましょう。\n\
1864+
にんたいがたいせつです。"))

0 commit comments

Comments
 (0)