mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 14:49:40 +02:00
Merge branch 'master' of github.com-pkali:pkali/scorch_src
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
+8
-7
@@ -9,12 +9,13 @@
|
|||||||
;this source code was compiled under OMC65 crossassembler
|
;this source code was compiled under OMC65 crossassembler
|
||||||
;and on 2012-06-21 translated to mads
|
;and on 2012-06-21 translated to mads
|
||||||
;
|
;
|
||||||
;game source code is split into 5 parts:
|
;game source code is split into 6 parts:
|
||||||
;program.s65 is the main game code (with many assorted routines)
|
;program.asm is the main game code (with many assorted routines)
|
||||||
;grafproc.s65 - graphics routines like line or circle
|
;grafproc.asm - graphics routines like line or circle
|
||||||
;textproc.s65 - text routines like list of weapons and shop
|
;textproc.asm - text routines like list of weapons and shop
|
||||||
;variables.s65 - all non-zero page variables and constans
|
;variables.asm - all non-zero page variables and constans
|
||||||
;display.s65 - display lists and text screen definitions
|
;display.asm - display lists and text screen definitions
|
||||||
|
;ai.asm - artificial stupidity of computer opponents
|
||||||
|
|
||||||
;we were trying to use as much macros and pseudoops as possible
|
;we were trying to use as much macros and pseudoops as possible
|
||||||
;they are defined in atari.hea and macro.hea files together with many
|
;they are defined in atari.hea and macro.hea files together with many
|
||||||
@@ -28,7 +29,7 @@
|
|||||||
;
|
;
|
||||||
;originally most variables were in Polish, comments were sparse
|
;originally most variables were in Polish, comments were sparse
|
||||||
;but we wanted to release this piece of code to public
|
;but we wanted to release this piece of code to public
|
||||||
;and due to being always short of time (to finish the game)
|
;and due to being always short of time/energy (to finish the game)
|
||||||
;we decided it must go in 'English' to let other people work on it
|
;we decided it must go in 'English' to let other people work on it
|
||||||
|
|
||||||
.zpvar xdraw .word = $80 ;variable X for plot
|
.zpvar xdraw .word = $80 ;variable X for plot
|
||||||
|
|||||||
Reference in New Issue
Block a user