diff --git a/scorch.xex b/scorch.xex index 56c0f5c..6b038c5 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/textproc.asm b/textproc.asm index 27b3b9a..783f258 100644 --- a/textproc.asm +++ b/textproc.asm @@ -355,12 +355,6 @@ CreateList sta decimal+1 jsr displaydec - lda temp ; weapon index again - jsr HowManyBullets - sta decimal - - adw xbyte #1 displayposition - jsr displaybyte jmp notInventory itIsInventory @@ -389,6 +383,15 @@ itIsInventory bne @- notInventory + + ; number of posessed shells + lda temp ; weapon index again + jsr HowManyBullets + sta decimal + + adw xbyte #1 displayposition + jsr displaybyte + ldx temp ;weapon index ; now symbol of the weapon lda WeaponSymbols,x