?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;------------------------
  2. gfx_modes
  3.         dw  m_ddp
  4.         dw  m_16c
  5.         dw  m_atm
  6.  
  7. m_ddp   db "ddp/",0
  8. m_16c   db "16c/",0
  9. m_atm   db "atm/",0
  10. ;------------------------
  11. loc_modes
  12.         dw l_eng10
  13.         dw l_eng11
  14.         dw l_rus
  15.  
  16. l_eng10   db "eng10/",0
  17. l_eng11   db "eng11/",0
  18. l_rus   db "rus/",0
  19.  
  20. ;----
  21. loc_main_menu:
  22.         dw menu_main_eng
  23.         dw menu_main_eng
  24.         dw menu_main_rus
  25. loc_load_menu:        
  26.         dw menu_load_eng
  27.         dw menu_load_eng
  28.         dw menu_load_rus
  29. loc_m1_menu:        
  30.         dw menu_m1_eng
  31.         dw menu_m1_eng
  32.         dw menu_m1_rus
  33. loc_m2_menu:        
  34.         dw menu_m2_eng
  35.         dw menu_m2_eng
  36.         dw menu_m2_rus
  37.  
  38. loc_load_menu_ingame:        
  39.         dw menu_load_eng+2
  40.         dw menu_load_eng+2
  41.         dw menu_load_rus+2
  42. loc_save_menu_ingame:        
  43.         dw menu_save_eng
  44.         dw menu_save_eng
  45.         dw menu_save_rus
  46. ;------------------------
  47. loc_hero_name:
  48.         dw heroname_eng
  49.         dw heroname_eng
  50.         dw heroname_rus
  51.  
  52. heroname_eng DB "Koichi",0
  53. heroname_rus DB "╩юшЄш",0        
  54. ;------------------------
  55. mus_modes
  56.         dw s_aym
  57.         dw s_s98
  58.  
  59. s_aym:  db "aym",0
  60. s_s98:  db "s98",0
  61.  
  62. ;==
  63. plr_ext
  64.         dw e_aym
  65.         dw e_s98
  66.  
  67. e_aym   db "PT3",0
  68. e_s98   db "s98",0
  69.  
  70. mus_plr_path db "_plr.bin",0
  71. ;------------------------
  72. menu_main_eng:
  73.           db 6,2  ;max len in CHR (symbols x2) , num strings in menu - 1
  74.           DB " START GAME ",1
  75.           DB "    LOAD    ",1
  76.           DB "    QUIT    ",0
  77. menu_main_rus:
  78.           db 6,2  ;max len, num strings in menu - 1
  79.           DB "  ╤эрўрыр   ",1
  80.           DB " ╧ЁюфюыцшЄ№ ",1
  81.           DB "   ┬√щЄш    ",0
  82.  
  83. menu_main_action:
  84.           dw _newgame
  85.           dw _loadgame
  86.           dw _gamequit
  87.  
  88.  
  89. menu_load_eng:
  90.           db 4,4  ;max len, num strings in menu - 1
  91.           DB " LOAD 1 ",1
  92.           DB " LOAD 2 ",1
  93.           DB " LOAD 3 ",1
  94.           DB " LOAD 4 ",1
  95.           DB " LOAD 5 ",0
  96. menu_load_rus:
  97.           db 6,4  ;max len, num strings in menu - 1
  98.           DB " ╟└├╨╙╟╚╥▄ 1",1
  99.           DB " ╟└├╨╙╟╚╥▄ 2",1
  100.           DB " ╟└├╨╙╟╚╥▄ 3",1
  101.           DB " ╟└├╨╙╟╚╥▄ 4",1
  102.           DB " ╟└├╨╙╟╚╥▄ 5",0
  103.  
  104. menu_load_action:
  105.           dw _load_slot1
  106.           dw _load_slot2
  107.           dw _load_slot3
  108.           dw _load_slot4
  109.           dw _load_slot5
  110.  
  111.          
  112. ;---
  113. menu_save_eng:
  114.           DB " SAVE 1",1
  115.           DB " SAVE 2",1
  116.           DB " SAVE 3",1
  117.           DB " SAVE 4",1
  118.           DB " SAVE 5",0
  119. menu_save_rus:
  120.           DB " ╤╬╒╨└═╚╥▄  1",1
  121.           DB " ╤╬╒╨└═╚╥▄  2",1
  122.           DB " ╤╬╒╨└═╚╥▄  3",1
  123.           DB " ╤╬╒╨└═╚╥▄  4",1
  124.           DB " ╤╬╒╨└═╚╥▄  5",0
  125. menu_m1_eng:
  126.           DB "SAVE",1
  127.           DB "LOAD",1
  128.           DB "QUIT",0
  129. menu_m1_rus:          
  130.           DB "╤╬╒╨└═╚╥▄",1
  131.           DB "╟└├╨╙╟╚╥▄",1
  132.           DB "┬█╒╬─",0
  133.  
  134. menu_m1_action:
  135.           dw _ram_save
  136.           dw _ram_load
  137.           dw _confirm_quit
  138.  
  139. menu_m2_eng:
  140.           DB "CONTINUE        ",1
  141.           DB "QUIT            ",0
  142. menu_m2_rus:          
  143.           DB "┬┼╨═╙╥▄╤▀       ",1
  144.           DB "┬█╒╬─           ",0
  145. menu_m2_action:
  146.           dw TO_MENU_ESC
  147.           dw begin
  148.  
  149. loc_save_menu_ingame_action:
  150.           dw _save_slot_1
  151.           dw _save_slot_2
  152.           dw _save_slot_3
  153.           dw _save_slot_4
  154.           dw _save_slot_5
  155. loc_load_menu_ingame_action:
  156.           dw _load_slot_1
  157.           dw _load_slot_2
  158.           dw _load_slot_3
  159.           dw _load_slot_4
  160.           dw _load_slot_5