We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d79a7 commit 287e562Copy full SHA for 287e562
examples/README.md
@@ -2,6 +2,14 @@
2
3
This directory contains examples for replacing textures, patching assembly source, and updating binaries.
4
5
+## Hello World
6
+Print Hello World to the screen by hooking into a behavior and overriding an used function
7
+
8
+1. patch -p0 < sm64.hello\_world.patch
9
10
+Thanks to Jedi for implementing this example and Kaze for his ASM Tutorial:
11
+http://www.smwcentral.net/?p=viewthread&t=68900
12
13
## Texture swap
14
castle grounds texture swap (RGBA)
15
0 commit comments