diff --git a/programs/games/gomoku/trunk/build_en.bat b/programs/games/gomoku/trunk/build_en.bat new file mode 100644 index 0000000000..252a30182e --- /dev/null +++ b/programs/games/gomoku/trunk/build_en.bat @@ -0,0 +1,6 @@ +@erase lang.inc +@echo lang fix en >lang.inc +@fasm -m 16384 gomoku.asm gomoku +@kpack gomoku +@erase lang.inc +@pause \ No newline at end of file diff --git a/programs/games/gomoku/trunk/build_ru.bat b/programs/games/gomoku/trunk/build_ru.bat new file mode 100644 index 0000000000..4f2b129679 --- /dev/null +++ b/programs/games/gomoku/trunk/build_ru.bat @@ -0,0 +1,6 @@ +@erase lang.inc +@echo lang fix ru >lang.inc +@fasm -m 16384 gomoku.asm gomoku +@kpack gomoku +@erase lang.inc +@pause \ No newline at end of file diff --git a/programs/games/gomoku/trunk/gomoku.asm b/programs/games/gomoku/trunk/gomoku.asm index 32982c475c..3c98cb7614 100644 --- a/programs/games/gomoku/trunk/gomoku.asm +++ b/programs/games/gomoku/trunk/gomoku.asm @@ -19,8 +19,7 @@ AttackFactor dw 1 ; Importance of attack (1..16) START: - mcall 40,100111b - mcall 40,100111b + mcall 40,0x80000027 mcall 3 mov [rsx1],ax shr eax,16