| 1 | function scr_recreate_heart_battle_menu_text_froggit_intro_yellow |
| 2 | { |
| 3 | if (text_deadlock_1 == true) |
| 4 | { |
| 5 | instance_create(obj_dialogue_box_battle.x + 20, obj_dialogue_box_battle.x + 20, text_deadlock_contents_1); |
| 6 | } |
| 7 | else |
| 8 | { |
| 9 | instance_create(obj_dialogue_box_battle.x + 20, obj_dialogue_box_battle.x + 20, obj_dialogue_battle_move_select_intro); |
| 10 | text_deadlock_contents_1 = 3004; |
| 11 | text_deadlock_1 = true; |
| 12 | } |
| 13 | } |