mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-15 12:31:53 +00:00
pesaant: clean up cliff_heights code
This commit is contained in:
parent
ad5841a13c
commit
cee8057a85
@ -184,11 +184,6 @@ col_copy_loop:
|
||||
sta PEASANT_XADD
|
||||
sta PEASANT_YADD
|
||||
|
||||
|
||||
; ldx #<gary_scare_message
|
||||
; ldy #>gary_scare_message
|
||||
; jsr partial_message_step
|
||||
|
||||
; score points
|
||||
|
||||
lda #3
|
||||
@ -198,7 +193,7 @@ col_copy_loop:
|
||||
ora #CLIFF_CLIMBED
|
||||
sta GAME_STATE_3
|
||||
|
||||
; TODO: break fence
|
||||
; print the message
|
||||
|
||||
ldx #<cliff_heights_top_message
|
||||
ldy #>cliff_heights_top_message
|
||||
@ -360,7 +355,6 @@ exiting_cliff:
|
||||
.include "../gr_offsets.s"
|
||||
.include "../hgr_partial_restore.s"
|
||||
|
||||
|
||||
.include "../gr_copy.s"
|
||||
.include "../hgr_copy.s"
|
||||
|
||||
@ -371,10 +365,6 @@ exiting_cliff:
|
||||
.include "../wait.s"
|
||||
.include "../wait_a_bit.s"
|
||||
|
||||
.include "../version.inc"
|
||||
|
||||
;.include "../print_text_message.s"
|
||||
|
||||
.include "graphics_heights/cliff_heights_graphics.inc"
|
||||
.include "graphics_heights/priority_cliff_heights.inc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user