FileSelect show past mushroom

Changed file select to show past mushroom instead of current mushroom
This commit is contained in:
Jonathan Hanon
2019-02-18 02:56:36 -05:00
committed by GitHub
parent d29448b393
commit bbba2948fc

View File

@@ -203,7 +203,7 @@ DrawPlayerFileShared:
++
; Mushroom
LDA.l !FS_INVENTORY_SWAP : AND.w #$0020 : BEQ +
LDA.l !FS_INVENTORY_SWAP : AND.w #$000F : BEQ +
%fs_drawItem(3,18,FileSelectItems_mushroom)
BRA ++
+