mirror of
https://github.com/notwa/mm
synced 2025-02-05 05:23:22 -08:00
fix relative links in readme
This commit is contained in:
parent
9b7c48b483
commit
7a0f0a02b3
1 changed files with 3 additions and 3 deletions
|
@ -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]
|
[~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.
|
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.
|
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:
|
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]
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue