mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
New proc but no memory :(
SetTeamsOrPlayerHeaders
This commit is contained in:
@@ -2104,6 +2104,21 @@ AngleDisplay
|
|||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;-------------------------------------------------
|
;-------------------------------------------------
|
||||||
|
/* .proc SetTeamsOrPlayerHeaders
|
||||||
|
mwa #Player_Header temp
|
||||||
|
ldy #$05 ; 6 characters
|
||||||
|
lda TeamGame
|
||||||
|
beq no_teams
|
||||||
|
mwa #Team_Header temp
|
||||||
|
no_teams
|
||||||
|
lda (temp),y
|
||||||
|
sta statusBuffer,y
|
||||||
|
sta purchaseTextBuffer,y
|
||||||
|
dey
|
||||||
|
bpl no_teams
|
||||||
|
rts
|
||||||
|
.endp */
|
||||||
|
;-------------------------------------------------
|
||||||
.proc DisplayWeaponName
|
.proc DisplayWeaponName
|
||||||
; nr of weapon in A, address to put in weaponPointer
|
; nr of weapon in A, address to put in weaponPointer
|
||||||
@weapon_index = TextNumberOff
|
@weapon_index = TextNumberOff
|
||||||
|
|||||||
Reference in New Issue
Block a user