1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-06 16:17:46 +00:00

Add AllVistasCompletedScreenImage to AdventureExPhase (#83)

Used in sub_1418d3810[^1] which is called when a vista is marked as completed, and gets this value from sub_1409982d0[^2] and then passes it to sub_141738d70[^3], eventually Client::UI::RaptureAtkModule.ShowScreenImage.

[^1]: 4C 8B DC 55 57 41 56 49 8D 6B ?? 48 81 EC D0 00 00 00
[^2]: 40 53 48 83 EC 20 8B CA 49 8B D8 E8 ?? ?? ?? ?? 85 C0
[^3]: 40 53 48 83 EC 20 8B DA E8 ?? ?? ?? ?? 48 8B C8 33 D2 E8 ?? ?? ?? ?? E8
This commit is contained in:
foophoof 2025-05-02 23:55:50 +01:00 committed by GitHub
parent d587d36b22
commit fc4011683b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,23 @@ fields:
type: link
targets: [Adventure]
- name: Unknown0
pendingName: AllVistasCompletedScreenImage
- name: Expansion
type: link
targets: [ExVersion]
pendingFields:
- name: Quest
type: link
targets: [Quest]
- name: AdventureBegin
type: link
targets: [Adventure]
- name: AdventureEnd
type: link
targets: [Adventure]
- name: AllVistasCompletedScreenImage
type: link
targets: [ScreenImage]
- name: Expansion
type: link
targets: [ExVersion]