Skip to content

Commit

Permalink
Fixed files. No more Debug. Moved Score.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Nov 30, 2015
1 parent f12309b commit 5776dcc
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 36 deletions.
4 changes: 2 additions & 2 deletions Level1.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
�����������������������
� �
� �
�� ���� ����� �
�� � � � � � �
�� � � � � � �
�� ��� � � ���� �
�� � � � � � �
������� � �������
Expand Down
7 changes: 3 additions & 4 deletions Level2.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
�����������������������
� �
� �
�� ���� ����� �
�� � � � � � �
�� � � � � � �
�� ��� � � ���� �
�� � � � � � �
������� � �������
� �
� �� �
� �� �
� � � �
� � �
� � �
Expand All @@ -19,5 +19,4 @@
� �
� �
� �
� �
�����������������������
7 changes: 3 additions & 4 deletions Level3.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
�����������������������
� �
� �
�� ���� ����� �
�� � � � � � �
�� � � � � � �
�� ��� � � ���� �
�� � � � � � �
������� � �������
� �
� �
� �
� �� �
� � �
� � �
Expand All @@ -19,5 +19,4 @@
� �
� �
� �
� �
�����������������������
11 changes: 2 additions & 9 deletions PacMan.asm
Original file line number Diff line number Diff line change
Expand Up @@ -437,13 +437,6 @@ DrawPacMan proc USES eax edx ecx
ClearCRLF: ; Clear a bunch of lines to print at the bottom
call CRLF
Loop ClearCRLF
movsx eax, PacManX ; Print x, y, and character you last attempted a move to (debug)
call WriteInt
movsx eax, PacManY
call WriteInt
mov eax, 0
mov al, tempLoc
call WriteChar
ret
DrawPacMan endp

Expand Down Expand Up @@ -495,8 +488,8 @@ ReadMapFile proc USES edx eax ecx
ReadMapFile endp

UpdateScore proc USES eax edx
mov dh, 20
mov dl, 35
mov dh, 24
mov dl, 0
call GotoXY
mWrite "Score: "
mov eax, score
Expand Down
10 changes: 5 additions & 5 deletions aboutMenu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
�Language Class taught�
�by Professor Suresh, �
�and created by: �
�Mike Spallino
�Andrew Hart
�Diego Prates
�Josh Sullivan
�Mike Spallino
�Andrew Hart
�Diego Prates
�Josh Sullivan
� Press P for Play �
� H for Help �
� �
Expand Down
2 changes: 1 addition & 1 deletion helpMenu.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
�����������������������
� PACMAN �
CONTROLS �
CONTROLS �
� KEYS FOR PACMAN �
� A: RIGHT W: UP �
� D: LEFT S: DOWN �
Expand Down
7 changes: 3 additions & 4 deletions loss.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
�����������������������
� �
� �
� �
� �
�� � �� � � �
� �
�� � �� � � �
� � � � � � � �
� � � � � � � �
� � � � � � �
� � �� �� �
� �
� �
� � �� ��� ��� �
� � � � � � �
� � � � � ��� �
Expand All @@ -19,5 +19,4 @@
� �
� �
� �
� �
�����������������������
13 changes: 6 additions & 7 deletions win.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
�����������������������
� �
� �
� �
� �
�� � � � � ��
� �
�� � � � � ��
� � � � � � ��
� � � � � � ��
� � � � � � �
� � � � �� �
� �
�� � ������ �
� � � � � � � � �
� � � � � � � � �
� � � ���� ��
� �
�� � ������ �
� � � � � � � � �
� � � � � � � � �
� � � ���� ��
� �
� �
� �
Expand Down

0 comments on commit 5776dcc

Please sign in to comment.