mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 01:32:13 +00:00
Reverse delta of obstacles in a more conventional way upon bounce.
This commit is contained in:
parent
439b827e92
commit
7a9b7d0719
@ -359,9 +359,14 @@ routine enemy_logic
|
||||
trash y
|
||||
trash a
|
||||
} else {
|
||||
copy word 0, compare_target
|
||||
sub compare_target, delta
|
||||
copy compare_target, delta
|
||||
copy delta, compare_target
|
||||
st on, c
|
||||
sub compare_target, word 40
|
||||
if not z {
|
||||
copy word 40, delta
|
||||
} else {
|
||||
copy $ffd8, delta
|
||||
}
|
||||
trash compare_target
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user