From 3e174b7397c7dad56f89051d340fa25fc0a79735 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 24 Jun 2025 20:12:33 -0700 Subject: [PATCH] add notes on TObjSinBoard --- src/Map.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Map.cc b/src/Map.cc index cf99d9c5..a14c96ce 100644 --- a/src/Map.cc +++ b/src/Map.cc @@ -972,7 +972,11 @@ static const vector dat_object_definitions({ // In offline mode, this object constructs TObjWarpBossMulti instead. {0x0019, F_V0_V4, 0x00006FFC3FFC04A5, "TObjWarpBoss"}, - // Sign board. This shows the loaded image from a quest (via load_pvr). + // Sign board. This shows the loaded image from a quest (via load_pvr). On + // the final version of PCv2, this object doesn't render at all; my guess + // is that Sega hardcoded the PVR filenames for the various events in the + // executable, then after those events ended, they just deleted the + // load_pvr code entirely, leaving this object nonfunctional. // Params: // param1-3 = scale factors (x, y, z) {0x001A, F_V1_V4, 0x0000600000040001, "TObjSinBoard"},