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