mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-17 20:45:22 +00:00
CMappableObject, CMapArea equivalent
This commit is contained in:
@@ -5,21 +5,23 @@
|
||||
#include "MetroidPrime/Tweaks/ITweakObject.hpp"
|
||||
|
||||
#include "Kyoto/SObjectTag.hpp"
|
||||
#include "Kyoto/TOneStatic.hpp"
|
||||
#include "types.h"
|
||||
|
||||
struct CTweakPlayerRes : public ITweakObject, public TOneStatic< CTweakPlayerRes > {
|
||||
public:
|
||||
/*
|
||||
CAssetId x4_saveStationIcon;
|
||||
CAssetId x8_missileStationIcon;
|
||||
CAssetId xc_elevatorIcon;
|
||||
CAssetId x10_minesBreakFirstTopIcon;
|
||||
CAssetId x14_minesBreakFirstBottomIcon;
|
||||
*/
|
||||
char cls[0xf0];
|
||||
CAssetId x4_saveStationIcon;
|
||||
CAssetId x8_missileStationIcon;
|
||||
CAssetId xc_elevatorIcon;
|
||||
CAssetId x10_minesBreakFirstTopIcon;
|
||||
CAssetId x14_minesBreakFirstBottomIcon;
|
||||
char cls[0xdc];
|
||||
|
||||
CTweakPlayerRes(CInputStream& in);
|
||||
|
||||
CAssetId GetBallTransitionBeamResId(CPlayerState::EBeamId id) const;
|
||||
};
|
||||
CHECK_SIZEOF(CTweakPlayerRes, 0xf4);
|
||||
|
||||
extern CTweakPlayerRes* gpTweakPlayerRes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user