mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
ListOfWeapons is now 32 and it works
This commit is contained in:
+4
-3
@@ -702,12 +702,13 @@ WeHaveOffset
|
||||
adw xbyte #ListOfWeapons
|
||||
ldy #0
|
||||
ClearList1
|
||||
cpw xbyte #ListOfWeapons1End
|
||||
beq ListCleared1
|
||||
tya
|
||||
sta (xbyte),y
|
||||
inw xbyte
|
||||
cpw xbyte #ListOfWeapons1End
|
||||
bne ClearList1
|
||||
|
||||
jmp ClearList1
|
||||
ListCleared1
|
||||
; And the same we do with the second list
|
||||
|
||||
; Multiply number on list 1 by 32 and set address
|
||||
|
||||
Reference in New Issue
Block a user