98
edits
(→0x3236: wonder where the 3236 came from; doesn't match the demo either) |
RossyMiles (talk | contribs) (Ian's patch) |
||
Line 12: | Line 12: | ||
===0xBDA0=== | ===0xBDA0=== | ||
Disabling the OpenGL extensions list in startup.txt. | |||
This part essentially replaces the function call UUrStartupMessage("OpenGL extensions = %s", extensions); with noops (0x90). | |||
;OLD | ;OLD | ||
{|cellspacing=0 | {|cellspacing=0 | ||
Line 45: | Line 46: | ||
===0xBDD8=== | ===0xBDD8=== | ||
Disabling the OpenGL extensions list in startup.txt. | |||
This bit fixes up the stack pointer. | |||
;OLD | ;OLD | ||
:0x28 | :0x28 | ||
Line 52: | Line 54: | ||
===0x247F0=== | ===0x247F0=== | ||
Disables a function by replacing the first byte with a retn opcode (0xC3). | |||
;OLD | ;OLD | ||
:0x8B | :0x8B | ||
Line 58: | Line 60: | ||
:0xC3 | :0xC3 | ||
===0x24860=== | ===0x24860=== | ||
Disables UUrStartupMessage by replacing the first byte with a retn opcode (0xC3). This effectively creates a blank function so startup.txt never gets created. | |||
;OLD | ;OLD | ||
:0x8B | :0x8B | ||
Line 64: | Line 66: | ||
:0xC3 | :0xC3 | ||
===0x31C40=== | ===0x31C40=== | ||
Disables another function. (console output?) | |||
;OLD | ;OLD | ||
:0x8B | :0x8B | ||
Line 70: | Line 72: | ||
:0xC3 | :0xC3 | ||
===0x7A0D0=== | ===0x7A0D0=== | ||
Disables another function. | |||
;OLD | ;OLD | ||
:0x8B | :0x8B |
edits