I am not a Macbook user, but a Mac Pro 5,1 user (the very first batch users that using OpenCore to bypass some Apple's artificial lock). Therefore, I don't need to use OpenCore Legacy Patcher.
I also use OpenCore on my Hackintosh.
Therefore, I don't have any Macbook to test if this can work.
However, I really can't see why this won't work. The BootROM update logic is really very straight forward. It only proceed if the current BootROM version is older than the one that contain in the installer / updater.
Also, as mentioned, this won't do any harm. It won't really affect the Mac's BootROM, but just make macOS believe (and display) the injected BootROM version. At least, there is no risk of bricking the Mac.
Anyway, it's very easy to add BootROM version.
1) Mount the EFI partition
2) locate the config.plist inside EFI/EFI/OC
3) Open it by TextEdit
4) Serach
<key>SMBIOS</key>
5) add the following code below
<dict>
Code:
<key>BIOSVersion</key>
<string>999.0.0.0.0</string>
It should looks like this after the mod
View attachment 1699268
6) save changes and reboot