diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-11-01 23:59:58 -0400 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2023-11-01 23:59:58 -0400 |
| commit | 463ec365380560cc00ef8da62650333714738bcb (patch) | |
| tree | 417c736aa6d5453ecb782b5f579919df1d0641c6 | |
| parent | f5f204682ff76082eca594366dd1b80ad483ed64 (diff) | |
minimap fixes
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetMinimapChests.h | 1 | ||||
| -rw-r--r-- | ZAPD/ZRoom/Commands/SetMinimapList.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/ZAPD/ZRoom/Commands/SetMinimapChests.h b/ZAPD/ZRoom/Commands/SetMinimapChests.h index 0db09a8..c202145 100644 --- a/ZAPD/ZRoom/Commands/SetMinimapChests.h +++ b/ZAPD/ZRoom/Commands/SetMinimapChests.h @@ -9,7 +9,6 @@ public: std::string GetBodySourceCode() const; -protected: uint16_t unk0; uint16_t unk2; uint16_t unk4; diff --git a/ZAPD/ZRoom/Commands/SetMinimapList.h b/ZAPD/ZRoom/Commands/SetMinimapList.h index fcf7ad7..68d2e4a 100644 --- a/ZAPD/ZRoom/Commands/SetMinimapList.h +++ b/ZAPD/ZRoom/Commands/SetMinimapList.h @@ -9,7 +9,6 @@ public: std::string GetBodySourceCode() const; -protected: uint16_t unk0; uint16_t unk2; uint16_t unk4; @@ -32,7 +31,6 @@ public: RoomCommand GetRoomCommand() const override; std::string GetCommandCName() const override; -private: segptr_t listSegmentAddr; uint32_t listSegmentOffset; int16_t scale; |
