mirror of
https://github.com/notwa/mm
synced 2024-11-05 08:19:03 -08:00
fix links
github's new markdown parser is picky as heck
This commit is contained in:
parent
f5de4b56dc
commit
1477115725
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ that means, if you want to use a script,
|
||||||
you **must** preserve the directory structure.
|
you **must** preserve the directory structure.
|
||||||
you **cannot,** say, extract one file from [this repo's archive][arch]
|
you **cannot,** say, extract one file from [this repo's archive][arch]
|
||||||
and expect it to work.
|
and expect it to work.
|
||||||
|
|
||||||
[bizhawk]: //github.com/tasvideos/bizhawk
|
[bizhawk]: //github.com/tasvideos/bizhawk
|
||||||
[arch]: //github.com/notwa/mm/archive/master.zip
|
[arch]: //github.com/notwa/mm/archive/master.zip
|
||||||
|
|
||||||
|
@ -47,6 +48,7 @@ i have written a handful of ROM and RAM hacks for Majora's Mask and Ocarina of T
|
||||||
these have all been written in the custom assembler syntax of
|
these have all been written in the custom assembler syntax of
|
||||||
[_lips,_ a MIPS assembler written in Lua.][lips]
|
[_lips,_ a MIPS assembler written in Lua.][lips]
|
||||||
_lips_ is included in this repository; you do not need to acquire it separately.
|
_lips_ is included in this repository; you do not need to acquire it separately.
|
||||||
|
|
||||||
[lips]: //github.com/notwa/lips
|
[lips]: //github.com/notwa/lips
|
||||||
|
|
||||||
you only need to run `Lua/inject.lua` in Bizhawk
|
you only need to run `Lua/inject.lua` in Bizhawk
|
||||||
|
|
Loading…
Reference in a new issue