From 7a0f0a02b3e8f15b6f55d82ee0c52f408d537beb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 19 Feb 2015 11:28:19 -0800 Subject: [PATCH] fix relative links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b2fc07..c137021 100755 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ i put together some sheets to see if glitches could have desirable results. [~crap-ton of addresses in Lua form~][noice] -[noice]: /notwa/mm/blob/master/MM%20addrs.lua +[noice]: /MM%20addrs.lua i'm working on REing every byte in link's struct. i don't really care if it's one struct or not, it's just easier to refer to it as such. @@ -46,7 +46,7 @@ the checksum is a 16-bit sum of all bytes up to that point, allowing overflows. owl saves always have 0x24 added to their checksum for some reason. -[chksum]: /notwa/mm/blob/master/chksum.py +[chksum]: /chksum.py save files are ordered as such, offset from the first: @@ -91,4 +91,4 @@ sometime i'll bother checking what the bombers/lottery codes are for these. i documented the ones i could figure out for JP 1.0 here: [fgsdfgdsg][linkfields] -[linkfields]: /notwa/mm/blob/master/mm-bitflags.txt +[linkfields]: /mm-bitflags.txt