@@ -5,17 +5,17 @@ This directory contains examples for replacing textures, patching assembly sourc
55## Texture swap
66castle grounds texture swap (RGBA)
77
8- 1 . copy 0x01000.png to gen/textures/castle \_ grounds \_ textures /
8+ 1 . copy texture \_ swap/castle \_ grounds \_ textures. 0x01000.png to gen/textures/
99
1010## Peach's signature
1111replace peach's signature (IA8) with my hero's autograph
1212
13- 1 . copy signature/0x0EAE8.ia8.png to gen/textures/castle \_ grounds \_ geo /
13+ 1 . copy signature/castle \_ grounds \_ segment7. 0x0EAE8.ia8.png to gen/textures/
1414
1515## Transition
1616swap star transition with mushroom
1717
18- 1 . copy transition/0x122B8.ia8.png to gen/textures/font \_ graphics /
18+ 1 . copy transition/font \_ graphics. 0x122B8.ia8.png to gen/textures/
1919
2020## HUD toggle
2121Source patch for R-button toggle show HUD ASM
@@ -29,7 +29,7 @@ http://smwc.me/1208284
2929## Coin colors
3030coin colors and texture replacement
3131
32- 1 . copy 0x05780.ia16.png 0x05F80.ia16. png 0x06780.ia16.png 0x06F80.ia16.png to gen/textures/doors \_ trees \_ coins /
32+ 1 . copy the png files from coin \_ colors/ to gen/textures/
33332 . Apply coin\_ colors.ips IPS patch to gen/bin/doors\_ trees\_ coins.bin
3434
3535Thanks to cpuHacka101 for details on this
@@ -38,7 +38,7 @@ http://www.smwcentral.net/?p=viewthread&t=58544
3838## Skybox
3939replace water skybox with night sky from Lylat System.
4040
41- 1 . copy skybox/0x00000.skybox.png to gen/textures/water \_ skybox /
41+ 1 . copy skybox/water \_ skybox. 0x00000.skybox.png to gen/textures/
4242
4343## Behavior
4444Source patch for modifying the sign posts behavior to rotate about the Y-axis
0 commit comments