|
764 | 764 | ; none |
765 | 765 | ; |
766 | 766 | ; Description: |
767 | | -; draws black background |
| 767 | +; draws sky background |
768 | 768 | ; |
769 | 769 | ; Register usage: |
770 | 770 | ; none |
|
856 | 856 | ; none |
857 | 857 | ; |
858 | 858 | ; Description: |
859 | | -; exit game |
| 859 | +; exits game |
860 | 860 | ; |
861 | 861 | ; Register usage: |
862 | 862 | ; none |
@@ -1014,7 +1014,7 @@ endp |
1014 | 1014 | ; none |
1015 | 1015 | ; |
1016 | 1016 | ; Description: |
1017 | | -; setups game |
| 1017 | +; sets up game |
1018 | 1018 | ; |
1019 | 1019 | ; Register usage: |
1020 | 1020 | ; none |
@@ -2059,7 +2059,7 @@ endp |
2059 | 2059 | ; di - 1 if collision, 0 if no collision |
2060 | 2060 | ; |
2061 | 2061 | ; Description: |
2062 | | -; draws mario at given position |
| 2062 | +; returns whether two sprites are colliding |
2063 | 2063 | ; |
2064 | 2064 | ; Registers: |
2065 | 2065 | ; none |
@@ -2332,7 +2332,7 @@ endp |
2332 | 2332 | ; none |
2333 | 2333 | ; |
2334 | 2334 | ; Description: |
2335 | | -; none |
| 2335 | +; draws a horizontal line |
2336 | 2336 | ; |
2337 | 2337 | ; Registers: |
2338 | 2338 | ; cx - loop |
@@ -2438,7 +2438,7 @@ endp |
2438 | 2438 | ; al - random number in that range |
2439 | 2439 | ; |
2440 | 2440 | ; Description: |
2441 | | -; generate a random byte using cs and timer |
| 2441 | +; generates a random byte using cs and timer |
2442 | 2442 | ; |
2443 | 2443 | ; Registers: |
2444 | 2444 | ; none |
@@ -2497,7 +2497,7 @@ endp |
2497 | 2497 | ; ax - random number in that range |
2498 | 2498 | ; |
2499 | 2499 | ; Description: |
2500 | | -; generate a random word using cs and timer |
| 2500 | +; generates a random word using cs and timer |
2501 | 2501 | ; |
2502 | 2502 | ; Registers: |
2503 | 2503 | ; none |
@@ -2630,7 +2630,7 @@ endp |
2630 | 2630 | ; none |
2631 | 2631 | ; |
2632 | 2632 | ; Description: |
2633 | | -; updates screen data in SCREEN SEGMENT into 0A000h |
| 2633 | +; copies screen data in SCREEN SEGMENT into 0A000h |
2634 | 2634 | ; |
2635 | 2635 | ; Registers: |
2636 | 2636 | ; none |
@@ -2682,7 +2682,7 @@ endp |
2682 | 2682 | ; none |
2683 | 2683 | ; |
2684 | 2684 | ; Description: |
2685 | | -; print value in ax as decimal |
| 2685 | +; prints value in ax as decimal |
2686 | 2686 | ; |
2687 | 2687 | ; Registers: |
2688 | 2688 | ; none |
|
0 commit comments