Skip to content

Commit

Permalink
Remove unneeded UpdateSprites function
Browse files Browse the repository at this point in the history
  • Loading branch information
samcan committed Jun 20, 2020
1 parent de9a877 commit 43fb140
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/westward.asm
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,6 @@ UpdateCurrentScreen:
JMP GameEngineLogic ;;process game engine logic

GameEngineLogicDone:
JSR UpdateSprites ;;update sprites as necessary. Note that I think I need
;;to move this just above the comment above about having
;;all graphical updates "done by here."

RTI ; return from interrupt


Expand Down Expand Up @@ -347,11 +343,6 @@ FinishLoadNewScreen:

.include "src\helper.asm"

;;;;;;;;;;;;;;
UpdateSprites:
;;update sprites here
RTS

;;;;;;;;;;;;;;
SetInitialState:
LDA #$FF
Expand Down

0 comments on commit 43fb140

Please sign in to comment.