diff options
author | AECX <aecx@aecx.cc> | 2020-02-20 20:56:33 +0100 |
---|---|---|
committer | AECX <aecx@aecx.cc> | 2020-02-20 20:56:33 +0100 |
commit | e6edc7252518e3671e9f7336c5b19f4bfee4b9c4 (patch) | |
tree | d4fa7b783fc5b6e0a254bab8044233d93a251c1f | |
parent | 17e431239704aa8a4162487364ec9de515bcbe15 (diff) |
0.2b
-rw-r--r-- | source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.cpp b/source/main.cpp index 28d017c..b26c24b 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -300,7 +300,7 @@ namespace mod void zant() { // Light sword - libtp::tp::d_com_inf_game::dComIfG_gameInfo.scratchPad.wQuestLogData[0x0D6] = 0xFF; + libtp::tp::d_com_inf_game::dComIfG_gameInfo.scratchPad.wQuestLogData[0xD6] = 0xFF; } void ganon() { |