Merge pull request #75 from JonHanon/starting-menu-fix

Starting File Menu Fix
This commit is contained in:
KatDevsGames
2020-09-21 02:14:47 -04:00
committed by GitHub

View File

@@ -147,6 +147,8 @@ OnNewFile:
+
LDA StartingSword : STA $7EF359 ; set starting sword type
LDA !INVENTORY_SWAP : STA $70038C ; copy starting equipment swaps to file select screen
LDA !INVENTORY_SWAP_2 : STA $70038E
PLP : PLX
RTL
;--------------------------------------------------------------------------------