diff options
Diffstat (limited to 'docs/tutorial/data.md')
| -rw-r--r-- | docs/tutorial/data.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md index 421bc0fe6..a96d26d84 100644 --- a/docs/tutorial/data.md +++ b/docs/tutorial/data.md @@ -557,7 +557,7 @@ Ignore the first line: `gDmaDataTable` is always different if the ROM is shifted To fix this, we use a binary diff program. A suitable one is `vbindiff`: run it on the baserom and the zelda_whatever one the compiler generates: ``` -vbindiff baserom.z64 oot-gc-eu-mq-dbg.z64 +vbindiff baseroms/gc-eu-mq-dbg/baserom-decompressed.z64 oot-gc-eu-mq-dbg.z64 ``` In this, press `g` to open up goto position, and paste in the address `0xE3ED10` from the first important line of the `first_diff` output. This gives us the following: |
