Skip to content

Commit

Permalink
Updates for v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorVilela7 committed Jul 21, 2021
1 parent 5e07be5 commit 2caa5bf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file modified smw-widescreen.bps
Binary file not shown.
4 changes: 4 additions & 0 deletions smw-widescreen.bso
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
% SUPER MARIO WORLD %
% ! with widescreen patch by Vitor Vilela ! %

% WARNING: 16:9 mode only. Check out the %
% GitHub releases tab for more aspect %
% ratios and configurations. %

w : 1 % WideScreen Mode : all %
W : 48 % WideScreen Aspect Ratio: 16:9 %
b : 1 % WideScreen Background 1 : on %
Expand Down
2 changes: 1 addition & 1 deletion super-mario-world/asm/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

; 1 for 21:9, 0 for 16:9
; 3 for 21:9, 2 for 16:9 (both pixel perfect)
!widetype = !extra
!widetype = !normal

if !widetype == !normal
!extra_columns = 48
Expand Down
2 changes: 1 addition & 1 deletion super-mario-world/do.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rm smw.smc; cp smw_sa1lmbase.smc smw.smc && asar asm/main.asm smw.smc
rm smw.smc; cp smw_sa1lmbase-widescreen.smc smw.smc && asar asm/main.asm smw.smc
6 changes: 3 additions & 3 deletions super-mario-world/smw.bso
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
w1s1W64S2i0o1p1b1B1c1

# 16:9 + 8:7 par = !normal and w1s1W48S2i0o1p1b1B1c1
# 16:9 + 1:1 par = !extra and w1s1W64S2i0o0p0b1B1c1
# 18:9 + 8:7 par = !extra and w1s1W64S2i0o1p1b1B1c1
% 16:9 + 8:7 par = !normal and w1s1W48S2i0o1p1b1B1c1
% 16:9 + 1:1 par = !extra and w1s1W64S2i0o0p0b1B1c1
% 18:9 + 8:7 par = !extra and w1s1W64S2i0o1p1b1B1c1

0 comments on commit 2caa5bf

Please # to comment.