Games: Locale comments for Megamaze
- Add locale related comments for Megamaze. - Some whitespace cleanup.
This commit is contained in:
parent
9ba3608ee2
commit
f23bb705b7
@ -17,14 +17,14 @@ macro icall lbl
|
||||
use32
|
||||
org 0x0
|
||||
|
||||
db 'MENUET01' ; 8 byte id
|
||||
dd 0x01 ; header version
|
||||
dd run ; start of code
|
||||
dd I_END ; size of image
|
||||
dd end_mem ; memory for app
|
||||
dd stack_end ; esp
|
||||
dd 0x0 , 0x0 ; I_Param , I_Icon
|
||||
lang fix ru_RU
|
||||
db 'MENUET01' ; 8 byte id
|
||||
dd 0x01 ; header version
|
||||
dd run ; start of code
|
||||
dd I_END ; size of image
|
||||
dd end_mem ; memory for app
|
||||
dd stack_end ; esp
|
||||
dd 0x0 , 0x0 ; I_Param , I_Icon
|
||||
lang fix ru_RU ; TODO: Include lang.inc here? Currently in game text (below) is en_US.
|
||||
include "macros.inc"
|
||||
purge mov
|
||||
;include "../../../debug.inc"
|
||||
@ -791,24 +791,34 @@ header db 'Mega Maze', 0
|
||||
|
||||
next_msg db '< >'
|
||||
|
||||
; TODO: Translate in game text and support 'lang.inc'. Defaults to en_US.
|
||||
game_names mstr \
|
||||
'Teseus & Minotaur #',\
|
||||
'1-2-3 Maze #',\
|
||||
'Tilt Maze #',\
|
||||
'Double Tilt #',\
|
||||
'Full-house #',\
|
||||
'Loops #',\
|
||||
'Wriggle #',\
|
||||
'BlackBox #',\
|
||||
'Marble #',\
|
||||
'Counter Step #',\
|
||||
'Orientation #',\
|
||||
'No left turn #',\
|
||||
'Colour-zone #'
|
||||
'Teseus & Minotaur #',\
|
||||
'1-2-3 Maze #',\
|
||||
'Tilt Maze #',\
|
||||
'Double Tilt #',\
|
||||
'Full-house #',\
|
||||
'Loops #',\
|
||||
'Wriggle #',\
|
||||
'BlackBox #',\
|
||||
'Marble #',\
|
||||
'Counter Step #',\
|
||||
'Orientation #',\
|
||||
'No left turn #',\
|
||||
'Colour-zone #'
|
||||
|
||||
msgs mstr ' ','You win!!!','Game over.','Start cell?','Dead end!',\
|
||||
" atoms hidden.",'Ray emerged.','Ray absorbed.','Ray reflected.',\
|
||||
'Mark exactly guesses','Your score is','Guess mark toggled'
|
||||
msgs mstr ' ',\
|
||||
'You win!!!',\
|
||||
'Game over.',\
|
||||
'Start cell?',\
|
||||
'Dead end!',\
|
||||
" atoms hidden.",\
|
||||
'Ray emerged.',\
|
||||
'Ray absorbed.',\
|
||||
'Ray reflected.',\
|
||||
'Mark exactly guesses',\
|
||||
'Your score is',\
|
||||
'Guess mark toggled'
|
||||
|
||||
I_END:
|
||||
main_pid dd ?
|
||||
|
@ -1,3 +1,5 @@
|
||||
; Language support for locales: ru_RU (CP866), en_US.
|
||||
|
||||
; level format
|
||||
; [fx|fy]..[field cells x2]..[worm_count]..[worm_len][start cell #][body dirs x2]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user