1<?xml version="1.0" encoding="utf-8"?> 2<dialog> 3 4<conversation> 5 6<page 7 image="@drawable/rokudou_closeup_mask" 8 text = "@string/Rokudou_final_boss_1_1" 9 title = "@string/Rokudou" 10/> 11 12<page 13 image="@drawable/rokudou_closeup_mask" 14 text = "@string/Rokudou_final_boss_1_2" 15 title = "@string/Rokudou" 16/> 17 18<page 19 image="@drawable/kabocha_closeup_lunatic" 20 text = "@string/Kabocha_final_boss_1_1" 21 title = "@string/Kabocha" 22/> 23 24<page 25 image="@drawable/kabocha_closeup_concern" 26 text = "@string/Kabocha_final_boss_1_2" 27 title = "@string/Kabocha" 28/> 29 30<page 31 image="@drawable/kabocha_closeup_lunatic_02" 32 text = "@string/Kabocha_final_boss_1_3" 33 title = "@string/Kabocha" 34/> 35 36 37<page 38 image="@drawable/rokudou_closeup_mask" 39 text = "@string/Rokudou_final_boss_1_3" 40 title = "@string/Rokudou" 41/> 42 43</conversation> 44 45</dialog> 46