Minor cleanups

This commit is contained in:
Lucas Scharenbroich 2023-03-09 00:27:03 -06:00
parent 3a78398ea7
commit 9fba232df0
1 changed files with 3 additions and 4 deletions

View File

@ -36,6 +36,7 @@ MaxGlobalX equ 16
MaxGlobalY equ 18
MaxBG0X equ 20
MaxBG0Y equ 22
frameCount equ 24
OldOneSecondCounter equ 26
appTmp0 equ 28
PlayerX equ 30
@ -277,8 +278,8 @@ do_render
pha
_GTEMoveSprite ; Move the sprite to this local position
; pea #RENDER_WITH_SHADOWING
pea $0000
pea #RENDER_WITH_SHADOWING
; pea $0000
_GTERender
; Update the performance counters
@ -607,8 +608,6 @@ _GetVBLTicks
plx
rts
frameCount equ 24
MusicFile str '1/overworld.ntp'
PUT ../StartUp.s