Skip to content

Commit

Permalink
Merge pull request #5 from dqx-translation-project/7.0.0-update
Browse files Browse the repository at this point in the history
7.0.0 update
  • Loading branch information
SuperFirm84 authored Mar 25, 2024
2 parents 75f7da5 + 0dbc534 commit df055fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mapQuestFinder.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ loop 32
JoystickKeys .= JoystickNumber . "Joy" . A_Index . ","

;; === General Quest Text ====================================================
questAddress := 0x0223CE40
questAddress := 0x02264098
questNameOffsets := [0x34, 0xCC, 0x108]
questSubQuestNameOffsets := [0x34, 0xCC, 0xD0]
questDescriptionOffsets := [0x34, 0xCC, 0x140]
mapOpenPointer := 0x022392F8
mapOpenPointer := 0x022604EC
mapOpenOffsets := [0x8, 0x38, 0x4, 0x4, 0x4, 0x104]

;== Save overlay POS when moved =============================================
Expand Down
2 changes: 1 addition & 1 deletion questFinder.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Global UseGoogleTranslate
Global GoogleTranslateAPIKey

;; === General Quest Text ====================================================
questAddress := 0x0223DAAC
questAddress := 0x02264CF8
questNameOffsets := [0xC, 0x8, 0x4C4]
questSubQuestNameOffsets := [0xC, 0x8, 0x48C]
questDescriptionOffsets := [0xC, 0x8, 0x4FC]
Expand Down

0 comments on commit df055fb

Please sign in to comment.