From 9be0d0af5cf97488981f9f82f48a1a86037cc5a3 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Thu, 18 Dec 2025 11:36:10 +0100 Subject: [PATCH] New proc but no memory :( SetTeamsOrPlayerHeaders --- Atari/textproc.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Atari/textproc.asm b/Atari/textproc.asm index ab9fea8..d6e764c 100644 --- a/Atari/textproc.asm +++ b/Atari/textproc.asm @@ -2104,6 +2104,21 @@ AngleDisplay rts .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 ; nr of weapon in A, address to put in weaponPointer @weapon_index = TextNumberOff