-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathADTF_Ev_Op_text.s
More file actions
34 lines (27 loc) · 1.57 KB
/
ADTF_Ev_Op_text.s
File metadata and controls
34 lines (27 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.file "ADTF_Ev_Op_text.s"
.data
ev_glbl_op_yes_text: .string "Yes"
ev_glbl_op_no_text: .string "No"
ev_glbl_op_exit_text: .string "Exit game"
ev_story_text: .string "You decide to go on an epic adventure! To save the princess who has been kidnapped by the evil dragon, Lu-shi-a. To rescue the princess you will need some way to defeat the dragon, but you have no idea where to start. The kindom of Orrovia is vast, but you don't let this detur you. You must and will save the princess. Good luck adventurer!"
ev_ask_ironman_text: .string "Do you want iron man mode? This will save the game when you die so dead = dead"
ev_main_menu_text: .string "A Dragon Too Far"
ev_main_menu_op_new_game_text: .string "New game"
ev_main_menu_op_load_text: .string "Load game"
ev_glbl_op_back_ev_text: .string "Back"
ev_glbl_op_in_game_menu_text: .string "In-game menu"
ev_in_game_menu_text: .string "In-game menu"
ev_in_game_menu_op_print_map_text: .string "Print map"
ev_in_game_menu_op_print_stats_text: .string "View Character stats"
ev_in_game_menu_op_help_text: .string "Help"
ev_in_game_menu_op_save_text: .string "Save game"
ev_shack_text: .string "You are now at your shack"
ev_shack_op_1_text: .string "Contemplate life, the universe and everything"
ev_contemplate_text: .string "42"
ev_travel_invalid_text: .string "Can not travel there"
ev_glbl_op_travel_text: .string "Travel"
ev_travel_text: .string "Where would you like to travel to?"
ev_travel_op_north_text: .skip 50
ev_travel_op_east_text: .skip 50
ev_travel_op_south_text: .skip 50
ev_travel_op_west_text: .skip 50