fix pizza vtable

This commit is contained in:
Joshua Peisach 2024-04-10 09:37:51 -04:00
parent 4912bc61fb
commit f9972b781b
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A
2 changed files with 11 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "decomp.h"
#include "isleactor.h"
#include "mxactionnotificationparam.h"
// VTABLE: LEGO1 0x100d7380
// SIZE 0x9c
@ -28,6 +29,15 @@ class Pizza : public IsleActor {
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
// STUB: LEGO1 0x100383f0
undefined4 VTable0x68() override { return 0; } // vtable+0x68
// STUB: LEGO1 0x1003b10
undefined4 HandleEndAction(MxEndActionNotificationParam&) override { return 0; } // vtable+0x74
// STUB: LEGO1 0x100384f0
undefined4 VTable0x80(MxParam&) override { return 0; } // vtable+0x80
// SYNTHETIC: LEGO1 0x100380e0
// Pizza::`scalar deleting destructor'

View File

@ -25,7 +25,7 @@ class Pizzeria : public IsleActor {
MxResult Create(MxDSAction& p_dsAction) override; // vtable+0x18
virtual undefined4 VTable0x68() override; // vtable+0x68
undefined4 VTable0x68() override; // vtable+0x68
// SYNTHETIC: LEGO1 0x1000e8d0
// Pizzeria::`scalar deleting destructor'