Fixed function adresses that caused the python script to fail

This commit is contained in:
Cydra 2023-06-23 21:28:16 +02:00
parent 1c980f9ff1
commit 2f537e25c2
4 changed files with 53 additions and 54 deletions

View File

@ -1,6 +1,6 @@
#include "beachhouseentity.h" #include "beachhouseentity.h"
// OFFSET: LEGO1 0x100153b // OFFSET: LEGO1 0x100153b0
undefined4 BeachHouseEntity::VTable0x50() undefined4 BeachHouseEntity::VTable0x50()
{ {
// TODO // TODO

View File

@ -20,7 +20,7 @@ undefined4 Isle::VTable0x64()
return undefined4(); return undefined4();
} }
// OFFSET: LEGO1 0x1003305 // OFFSET: LEGO1 0x10033050
void Isle::VTable0x6c(int *param) void Isle::VTable0x6c(int *param)
{ {
// TODO // TODO

View File

@ -7,7 +7,6 @@ class JetskiRaceState : public RaceState
{ {
// VTABLE 0x100d4fa8 // VTABLE 0x100d4fa8
// SIZE 0x2c // SIZE 0x2c
} };
#endif // JETSKIRACESTATE_H #endif // JETSKIRACESTATE_H

View File

@ -1,6 +1,6 @@
#include "jukebox.h" #include "jukebox.h"
// OFFSET: LEGO1 0x1005d66 // OFFSET: LEGO1 0x1005d660
JukeBox::JukeBox() JukeBox::JukeBox()
{ {
// TODO // TODO