mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-21 20:30:50 +00:00
Minor cleanups
This commit is contained in:
parent
3a78398ea7
commit
9fba232df0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user