mirror of
https://github.com/blondie7575/GSCats.git
synced 2025-02-16 09:31:47 +00:00
Fixed corrupted players during scrolling
This commit is contained in:
parent
25916c1c74
commit
430d722140
@ -152,6 +152,7 @@ endGame:
|
||||
;
|
||||
scrollMap:
|
||||
jsr unclipTerrain
|
||||
jsr unrenderPlayers
|
||||
|
||||
sta mapScrollPos
|
||||
asl
|
||||
|
BIN
gscats.2mg
BIN
gscats.2mg
Binary file not shown.
10
player.s
10
player.s
@ -205,6 +205,16 @@ renderPlayers:
|
||||
rts
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; unrenderPlayers
|
||||
;
|
||||
;
|
||||
unrenderPlayers:
|
||||
UNRENDER_GAMEOBJECT playerData
|
||||
UNRENDER_GAMEOBJECT playerData+PD_SIZE
|
||||
rts
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; renderPlayerHeader
|
||||
;
|
||||
|
Loading…
x
Reference in New Issue
Block a user