mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Use DECOMP_SIZE_ASSERT macro + convert to hexadecimal
This commit is contained in:
parent
7dcc924430
commit
daa967a55d
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxAudioPresenter) == 84);
|
DECOMP_SIZE_ASSERT(MxAudioPresenter, 0x54);
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxCompositePresenter) == 76);
|
DECOMP_SIZE_ASSERT(MxCompositePresenter, 0x4c);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b60b0 STUB
|
// OFFSET: LEGO1 0x100b60b0 STUB
|
||||||
MxCompositePresenter::MxCompositePresenter()
|
MxCompositePresenter::MxCompositePresenter()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxEventPresenter) == 84);
|
DECOMP_SIZE_ASSERT(MxEventPresenter, 0x54);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100c2b70
|
// OFFSET: LEGO1 0x100c2b70
|
||||||
MxEventPresenter::MxEventPresenter()
|
MxEventPresenter::MxEventPresenter()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxFlcPresenter) == 104);
|
DECOMP_SIZE_ASSERT(MxFlcPresenter, 0x68);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b3310 STUB
|
// OFFSET: LEGO1 0x100b3310 STUB
|
||||||
MxFlcPresenter::MxFlcPresenter()
|
MxFlcPresenter::MxFlcPresenter()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingFlcPresenter) == 108);
|
DECOMP_SIZE_ASSERT(MxLoopingFlcPresenter, 0x6c);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b4310 STUB
|
// OFFSET: LEGO1 0x100b4310 STUB
|
||||||
MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
MxLoopingFlcPresenter::MxLoopingFlcPresenter()
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingMIDIPresenter) == 88);
|
DECOMP_SIZE_ASSERT(MxLoopingMIDIPresenter, 0x58);
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxLoopingSmkPresenter) == 1828);
|
DECOMP_SIZE_ASSERT(MxLoopingSmkPresenter, 0x724);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b48b0
|
// OFFSET: LEGO1 0x100b48b0
|
||||||
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
MxLoopingSmkPresenter::MxLoopingSmkPresenter()
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#include "mxmediapresenter.h"
|
#include "mxmediapresenter.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxMediaPresenter) == 80);
|
DECOMP_SIZE_ASSERT(MxMediaPresenter, 0x50);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b5d10 STUB
|
// OFFSET: LEGO1 0x100b5d10 STUB
|
||||||
long MxMediaPresenter::Tickle()
|
long MxMediaPresenter::Tickle()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxMIDIPresenter) == 88);
|
DECOMP_SIZE_ASSERT(MxMIDIPresenter, 0x58);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100c25e0
|
// OFFSET: LEGO1 0x100c25e0
|
||||||
MxMIDIPresenter::MxMIDIPresenter() {
|
MxMIDIPresenter::MxMIDIPresenter() {
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxObjectFactory) == 56); // 100af1db
|
DECOMP_SIZE_ASSERT(MxObjectFactory, 0x38); // 100af1db
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b0d80
|
// OFFSET: LEGO1 0x100b0d80
|
||||||
MxObjectFactory::MxObjectFactory()
|
MxObjectFactory::MxObjectFactory()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxPresenter) == 64);
|
DECOMP_SIZE_ASSERT(MxPresenter, 0x40);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x1000bee0 STUB
|
// OFFSET: LEGO1 0x1000bee0 STUB
|
||||||
void MxPresenter::DoneTickle()
|
void MxPresenter::DoneTickle()
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxSmkPresenter) == 1824);
|
DECOMP_SIZE_ASSERT(MxSmkPresenter, 0x720);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b3650 STUB
|
// OFFSET: LEGO1 0x100b3650 STUB
|
||||||
MxSmkPresenter::MxSmkPresenter()
|
MxSmkPresenter::MxSmkPresenter()
|
||||||
|
|||||||
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxStillPresenter) == 108);
|
DECOMP_SIZE_ASSERT(MxStillPresenter, 0x6c);
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#include "mxvideopresenter.h"
|
#include "mxvideopresenter.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxVideoPresenter) == 100);
|
DECOMP_SIZE_ASSERT(MxVideoPresenter, 0x64);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b2760 STUB
|
// OFFSET: LEGO1 0x100b2760 STUB
|
||||||
void MxVideoPresenter::Init() {
|
void MxVideoPresenter::Init() {
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
|
|
||||||
DECOMP_STATIC_ASSERT(sizeof(MxWavePresenter) == 108);
|
DECOMP_SIZE_ASSERT(MxWavePresenter, 0x6c);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100b1ad0
|
// OFFSET: LEGO1 0x100b1ad0
|
||||||
void MxWavePresenter::Init()
|
void MxWavePresenter::Init()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user