Skip to content

Commit

Permalink
Emergency correction - castle destruction, fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVilela7 committed Jun 18, 2021
1 parent df802ba commit 1009ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ways the original Super Mario World (USA) ROM and apply the BPS patch over it.
- In case you can't get the BSO file working, you can open it using a text editor and manually apply the widescreen settings on bsnes_hd settings.

# Download
Patch version: 1.0
Patch version: 1.1

[Download latest patch (BPS)](./../../raw/master/smw-widescreen.bps)

Expand Down
Binary file modified smw-widescreen.bps
Binary file not shown.
6 changes: 5 additions & 1 deletion super-mario-world/asm/credits.asm
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ set_logic:
JML $009629
.jslrtsreturn

LDA $0100|!addr
CMP #$1C
BCC +

LDA #$40
STA $2126
LDA #$C0
Expand All @@ -173,7 +177,7 @@ set_logic:
LDA #$20
STA $40
LDA #$09
+ LDA #$09
STA $3E
JML $00968D|!bank
Expand Down

0 comments on commit 1009ff5

Please # to comment.