mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 00:32:08 +00:00
SIZEP2 was misnamed (SIZEF2) - noticed by Fatih Aygün
git-svn-id: svn://svn.cc65.org/cc65/trunk@3298 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
6db6a58225
commit
cae4f9b1e8
@ -773,7 +773,7 @@ HPOSM3 = $D007 ;missile 3 horizontal position
|
||||
|
||||
SIZEP0 = $D008 ;player 0 size
|
||||
SIZEP1 = $D009 ;player 1 size
|
||||
SIZEF2 = $D00A ;player 2 size
|
||||
SIZEP2 = $D00A ;player 2 size
|
||||
SIZEP3 = $D00B ;player 3 size
|
||||
|
||||
SIZEM = $D00C ;missile sizes
|
||||
|
Loading…
x
Reference in New Issue
Block a user